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-07-10
Merge branch 'ab/sha1dc-maint' into maint
Junio C Hamano
1
-22
/
+66
2017-07-10
Merge branch 'aw/contrib-subtree-doc-asciidoctor' into maint
Junio C Hamano
1
-7
/
+19
2017-07-10
Merge branch 'cc/shared-index-permfix' into maint
Junio C Hamano
4
-11
/
+50
2017-07-10
Merge branch 'ah/doc-pretty-color-auto-prefix' into maint
Junio C Hamano
1
-5
/
+6
2017-07-10
Merge branch 'mb/reword-autocomplete-message' into maint
Junio C Hamano
1
-6
/
+12
2017-07-10
Merge branch 'ks/t7508-indent-fix' into maint
Junio C Hamano
1
-1
/
+1
2017-07-10
Merge branch 'sb/t4005-modernize' into maint
Junio C Hamano
1
-52
/
+43
2017-07-10
Merge branch 'rs/apply-validate-input' into maint
Junio C Hamano
4
-7
/
+86
2017-07-10
Merge branch 'jc/pack-bitmap-unaligned' into maint
Junio C Hamano
1
-1
/
+1
2017-07-10
Merge branch 'pw/rebase-i-regression-fix-tests' into maint
Junio C Hamano
4
-12
/
+148
2017-07-10
Merge branch 'jk/add-p-commentchar-fix' into maint
Junio C Hamano
2
-1
/
+10
2017-07-10
Merge branch 'js/alias-early-config' into maint
Junio C Hamano
8
-61
/
+49
2017-07-10
Merge branch 'rs/pretty-add-again' into maint
Junio C Hamano
3
-45
/
+0
2017-07-10
Merge branch 'ah/doc-gitattributes-empty-index' into maint
Junio C Hamano
1
-1
/
+1
2017-07-10
Merge branch 'da/mergetools-meld-output-opt-on-macos' into maint
Junio C Hamano
1
-1
/
+1
2017-07-10
Merge branch 'jk/diff-highlight-module' into maint
Junio C Hamano
5
-19
/
+82
2017-07-10
Sixteenth batch for 2.14
Junio C Hamano
1
-0
/
+14
2017-07-10
Merge branch 'jk/reflog-walk-maint'
Junio C Hamano
3
-12
/
+42
2017-07-10
Merge branch 'bb/unicode-10.0'
Junio C Hamano
1
-13
/
+29
2017-07-10
Merge branch 'ks/typofix-commit-c-comment'
Junio C Hamano
1
-1
/
+1
2017-07-10
Merge branch 'ab/wildmatch'
Junio C Hamano
16
-29
/
+22
2017-07-10
Merge branch 'ab/sha1dc'
Junio C Hamano
4
-0
/
+24
2017-07-10
Merge branch 'rs/free-and-null'
Junio C Hamano
1
-9
/
+1
2017-07-10
Merge branch 'pw/unquote-path-in-git-pm'
Junio C Hamano
3
-43
/
+61
2017-07-10
Merge branch 'ks/commit-assuming-only-warning-removal'
Junio C Hamano
2
-8
/
+24
2017-07-10
ref-filter.c: drop return from void function
Alejandro R. Sedeño
1
-1
/
+1
2017-07-10
l10n: de.po: fix typo
Ralf Thielow
1
-1
/
+1
2017-07-10
Makefile: disable unaligned loads with UBSan
Jeff King
1
-0
/
+3
2017-07-10
Makefile: turn off -fomit-frame-pointer with sanitizers
Jeff King
1
-0
/
+1
2017-07-10
Makefile: add helper for compiling with -fsanitize
Jeff King
1
-0
/
+4
2017-07-10
test-lib: turn on ASan abort_on_error by default
Jeff King
1
-1
/
+1
2017-07-10
test-lib: set ASAN_OPTIONS variable before we run git
Jeff King
1
-3
/
+8
2017-07-10
doc: correct a mistake in an illustration
Kaartic Sivaraam
1
-1
/
+1
2017-07-10
wt-status: use separate variable for result of shorten_unambiguous_ref
René Scharfe
1
-3
/
+4
2017-07-09
reflog-walk: apply --since/--until to reflog dates
Jeff King
4
-3
/
+55
2017-07-09
reflog-walk: stop using fake parents
Jeff King
5
-108
/
+75
2017-07-09
rev-list: check reflog_info before showing usage
Jeff King
4
-1
/
+13
2017-07-09
get_revision_1(): replace do-while with an early return
Jeff King
1
-6
/
+5
2017-07-09
log: do not free parents when walking reflog
Jeff King
1
-2
/
+2
2017-07-09
log: clarify comment about reflog cycles
Jeff King
1
-1
/
+4
2017-07-09
progress: show overall rate in last update
René Scharfe
1
-2
/
+6
2017-07-09
urlmatch: use hex2chr() in append_normalized_escapes()
René Scharfe
1
-5
/
+5
2017-07-09
apply: use strcmp(3) for comparing strings in gitdiff_verify_name()
René Scharfe
1
-2
/
+1
2017-07-09
branch: set remote color in ref-filter branch immediately
Jeff King
1
-5
/
+6
2017-07-09
branch: use BRANCH_COLOR_LOCAL in ref-filter format
Jeff King
2
-2
/
+47
2017-07-09
branch: only perform HEAD check for local branches
Jeff King
1
-1
/
+2
2017-07-07
unicode: update the width tables to Unicode 10
Beat Bolli
1
-13
/
+29
2017-07-07
revision: disallow reflog walking with revs->limited
Jeff King
1
-0
/
+2
2017-07-07
t1414: document some reflog-walk oddities
Jeff King
2
-10
/
+105
2017-07-07
Merge branch 'jk/reflog-walk-maint' into jk/reflog-walk
Junio C Hamano
3
-12
/
+42
[prev]
[next]