index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-19
Sync with maint
Junio C Hamano
4
-3
/
+18
2013-07-19
Start preparing for 1.8.3.4
Junio C Hamano
2
-1
/
+16
2013-07-19
apply.c::find_name_traditional(): do not initialize len to the line's length
Stefan Beller
1
-1
/
+1
2013-07-19
http-push.c::add_send_request(): do not initialize transfer_request
Stefan Beller
1
-1
/
+1
2013-07-19
Merge branch 'tr/test-lint-no-export-assignment-in-shell' into maint
Junio C Hamano
2
-1
/
+2
2013-07-19
Merge branch 'rr/name-rev-stdin-doc' into maint
Junio C Hamano
1
-2
/
+4
2013-07-19
Merge branch 'ft/diff-rename-default-score-is-half' into maint
Junio C Hamano
1
-1
/
+1
2013-07-19
Merge branch 'jc/t1512-fix' into maint
Junio C Hamano
2
-11
/
+23
2013-07-19
Merge branch 'vl/typofix' into maint
Junio C Hamano
3
-3
/
+3
2013-07-19
Merge branch 'wk/doc-git-has-grown' into maint
Junio C Hamano
1
-3
/
+3
2013-07-19
Merge branch 'ys/cygstart' into maint
Junio C Hamano
2
-3
/
+9
2013-07-19
Merge branch 'mm/push-force-is-dangerous' into maint
Junio C Hamano
1
-0
/
+9
2013-07-19
Merge branch 'rs/logical-vs-binary-or' into maint
Junio C Hamano
3
-6
/
+6
2013-07-19
Merge branch 'js/test-ln-s-add' into maint
Junio C Hamano
30
-333
/
+351
2013-07-19
Merge branch 'jk/apache-test-for-2.4' into maint
Junio C Hamano
1
-1
/
+19
2013-07-19
Merge branch 'tr/test-commit-only-on-orphan' into maint
Junio C Hamano
1
-0
/
+13
2013-07-19
Merge branch 'sb/archive-zip-double-assignment-fix' into maint
Junio C Hamano
1
-1
/
+0
2013-07-19
Merge branch 'th/bisect-skip-report-range-fix' into maint
Junio C Hamano
1
-2
/
+2
2013-07-19
Merge branch 'rs/tar-tests' into maint
Junio C Hamano
3
-78
/
+92
2013-07-19
Merge branch 'rr/column-doc' into maint
Junio C Hamano
1
-3
/
+17
2013-07-19
Merge branch 'rs/discard-index-discard-array' into maint
Junio C Hamano
5
-2
/
+32
2013-07-19
Merge branch 'tr/coverage' into maint
Junio C Hamano
1
-8
/
+13
2013-07-19
Documentation: "git reset <tree-ish> <pathspec>" takes a tree-ish, not tree-sh
Stefan Beller
1
-1
/
+1
2013-07-19
Add the LAST_ARG_MUST_BE_NULL macro
Ramsay Jones
5
-5
/
+12
2013-07-18
test-lib.sh - define and use GREP_STRIPS_CR
Mark Levedahl
3
-2
/
+4
2013-07-18
Fix some sparse warnings
Ramsay Jones
2
-2
/
+2
2013-07-18
Documentation: fix git-prune example usage
Jonathon Mah
1
-1
/
+1
2013-07-18
Documentation: remove --prune from pack-refs examples
Jonathon Mah
1
-2
/
+2
2013-07-18
send-email: be explicit with SSL certificate verification
Ramkumar Ramachandra
3
-3
/
+48
2013-07-18
describe: fix --contains when a tag is given as input
Junio C Hamano
3
-2
/
+30
2013-07-18
name-rev: differentiate between tags and commits they point at
Junio C Hamano
2
-8
/
+28
2013-07-18
Update draft release notes to 1.8.4
Junio C Hamano
1
-0
/
+16
2013-07-18
Merge branch 'jc/revert-clone-doc-update-for-push-from-shallow'
Junio C Hamano
1
-7
/
+5
2013-07-18
Merge branch 'rs/mailmap-himself'
Junio C Hamano
1
-1
/
+1
2013-07-18
Merge branch 'sb/mailmap-updates'
Junio C Hamano
1
-34
/
+151
2013-07-18
Merge branch 'jk/in-pack-size-measurement'
Junio C Hamano
7
-106
/
+390
2013-07-18
Merge branch 'bp/mediawiki-preview'
Junio C Hamano
8
-83
/
+528
2013-07-18
Merge branch 'bc/commit-invalid-utf8'
Junio C Hamano
2
-6
/
+68
2013-07-18
Merge branch 'es/overlapping-range-set'
Junio C Hamano
2
-4
/
+133
2013-07-18
Merge branch 'jk/maint-clone-shared-no-connectivity-validation'
Junio C Hamano
2
-10
/
+19
2013-07-18
Merge branch 'bc/push-match-many-refs'
Junio C Hamano
1
-2
/
+25
2013-07-18
Merge branch 'rr/rebase-reflog-message-reword'
Junio C Hamano
3
-3
/
+26
2013-07-18
show-branch: fix description of --date-order
Thomas Rast
1
-3
/
+3
2013-07-18
apply, entry: speak of submodules instead of subprojects
Thomas Rast
2
-3
/
+3
2013-07-17
do_one_ref(): save and restore value of current_ref
Michael Haggerty
1
-1
/
+5
2013-07-17
.mailmap: combine more (email, name) to individual persons
Stefan Beller
1
-3
/
+7
2013-07-17
parse_object_buffer: correct freeing the buffer
Stefan Beller
1
-4
/
+3
2013-07-17
blame-options.txt: explain that -L <start> and <end> are optional
Eric Sunshine
1
-2
/
+5
2013-07-17
blame-options.txt: place each -L option variation on its own line
Eric Sunshine
1
-1
/
+2
2013-07-17
t8001/t8002 (blame): add blame -L :funcname tests
Eric Sunshine
1
-2
/
+46
[prev]
[next]