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
2017-12-06
Merge branch 'cc/perf-run-config'
Junio C Hamano
3
-15
/
+89
2017-12-06
Merge branch 'sb/submodule-recursive-checkout-detach-head'
Junio C Hamano
3
-1
/
+21
2017-12-06
Prepare for 2.15.2
Junio C Hamano
2
-1
/
+48
2017-12-06
Merge branch 'jc/merge-base-fork-point-doc' into maint
Junio C Hamano
1
-8
/
+56
2017-12-06
Merge branch 'tz/redirect-fix' into maint
Junio C Hamano
2
-2
/
+2
2017-12-06
Merge branch 'tz/notes-error-to-stderr' into maint
Junio C Hamano
3
-9
/
+9
2017-12-06
Merge branch 'sb/test-cherry-pick-submodule-getting-in-a-way' into maint
Junio C Hamano
2
-2
/
+39
2017-12-06
Merge branch 'pw/sequencer-recover-from-unlockable-index' into maint
Junio C Hamano
1
-1
/
+2
2017-12-06
Merge branch 'rs/apply-inaccurate-eof-with-incomplete-line' into maint
Junio C Hamano
2
-0
/
+16
2017-12-06
Merge branch 'tz/complete-branch-copy' into maint
Junio C Hamano
1
-1
/
+1
2017-12-06
Merge branch 'ew/rebase-mboxrd' into maint
Junio C Hamano
2
-0
/
+24
2017-12-06
Merge branch 'sd/branch-copy' into maint
Junio C Hamano
1
-2
/
+2
2017-12-06
Merge branch 'sw/pull-ipv46-passthru' into maint
Junio C Hamano
1
-0
/
+12
2017-12-06
Merge branch 'bc/submitting-patches-in-asciidoc' into maint
Junio C Hamano
3
-161
/
+192
2017-12-06
Merge branch 'mh/avoid-rewriting-packed-refs' into maint
Junio C Hamano
4
-1
/
+238
2017-12-06
t2020: test variations that matter
Junio C Hamano
1
-3
/
+3
2017-12-06
t4013: test new output from diff --abbrev --raw
Ann T Ropea
15
-1
/
+253
2017-12-06
diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 value
Ann T Ropea
1
-1
/
+7
2017-12-06
t4013: prepare for upcoming "diff --raw --abbrev" output format change
Ann T Ropea
1
-6
/
+23
2017-12-06
checkout: describe_detached_head: remove ellipsis after committish
Ann T Ropea
3
-3
/
+132
2017-12-05
hashmap: adjust documentation to reflect reality
Johannes Schindelin
1
-31
/
+29
2017-12-05
Documentation/git-clone: improve description for submodule recursing
Stefan Beller
1
-8
/
+11
2017-12-05
pathspec: only match across submodule boundaries when requested
Brandon Williams
4
-2
/
+24
2017-12-05
Merge branch 'ls/no-double-utf8-author-name' of ../git-gui into ls/git-gui-no...
Junio C Hamano
1
-3
/
+9
2017-12-05
git-gui: prevent double UTF-8 conversion
Ćukasz Stelmach
1
-3
/
+9
2017-12-05
strbuf: remove unused stripspace function alias
Elijah Newren
1
-9
/
+0
2017-12-04
progress: drop delay-threshold code
Lars Schneider
1
-19
/
+5
2017-12-04
progress: set default delay threshold to 100%, not 0%
Jeff King
1
-1
/
+1
2017-12-04
sha1_file: use strbuf_add() instead of strbuf_addf()
Derrick Stolee
2
-5
/
+11
2017-12-04
refactor "dumb" terminal determination
Lars Schneider
4
-7
/
+11
2017-12-04
print_sha1_ellipsis: introduce helper
Ann T Ropea
6
-3
/
+33
2017-12-04
Documentation: user-manual: limit usage of ellipsis
Ann T Ropea
1
-10
/
+10
2017-12-04
Documentation: revisions: fix typo: "three dot" ---> "three-dot" (in line wit...
Ann T Ropea
1
-1
/
+1
2017-12-02
diffcore-rename: make diff-tree -l0 mean -l<large>
Jonathan Tan
2
-0
/
+17
2017-11-28
Sync with v2.15.1
Junio C Hamano
1
-0
/
+3
2017-11-28
RelNotes: the seventh batch
Junio C Hamano
1
-1
/
+13
2017-11-28
Merge branch 'rs/include-comments-before-the-function-header'
Junio C Hamano
5
-20
/
+76
2017-11-28
Merge branch 'ma/branch-list-paginate'
Junio C Hamano
4
-1
/
+48
2017-11-28
Merge branch 'jc/branch-name-sanity'
Junio C Hamano
6
-43
/
+106
2017-11-28
Git 2.15.1
Junio C Hamano
1
-0
/
+3
2017-11-28
Merge branch 'rs/config-write-section-fix' into maint
Junio C Hamano
1
-1
/
+1
2017-11-28
repository: fix a sparse 'using integer as NULL pointer' warning
Ramsay Jones
1
-1
/
+1
2017-11-28
Doc/checkout: checking out using @{-N} can lead to detached state
Kaartic Sivaraam
1
-4
/
+4
2017-11-28
diff: support anchoring line(s)
Jonathan Tan
6
-7
/
+169
2017-11-28
git-send-email: honor $PATH for sendmail binary
Florian Klink
2
-4
/
+6
2017-11-27
git-status.txt: mention --no-optional-locks
Jeff King
1
-0
/
+13
2017-11-27
RelNotes: the sixth batch for 2.16
Junio C Hamano
1
-8
/
+65
2017-11-27
Sync with maint
Junio C Hamano
1
-3
/
+8
2017-11-27
Merge branch 'sw/pull-ipv46-passthru'
Junio C Hamano
1
-0
/
+12
2017-11-27
Merge branch 'ks/rebase-no-git-foo'
Junio C Hamano
1
-2
/
+2
[prev]
[next]