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
2019-12-25
Merge branch 'mr/bisect-save-pointer-to-const-string'
Junio C Hamano
1
-2
/
+2
2019-12-25
Merge branch 'rs/xdiff-ignore-ws-w-func-context'
Junio C Hamano
1
-0
/
+23
2019-12-25
Merge branch 'js/add-p-in-c'
Junio C Hamano
8
-19
/
+1464
2019-12-25
Merge branch 'jc/drop-gen-hdrs'
Junio C Hamano
1
-3
/
+2
2019-12-25
Merge branch 'ja/doc-markup-cleanup'
Junio C Hamano
3
-127
/
+136
2019-12-25
Merge branch 'rs/ref-read-cleanup'
Junio C Hamano
2
-4
/
+3
2019-12-25
Merge branch 'rb/p4-lfs'
Junio C Hamano
1
-2
/
+8
2019-12-25
Merge branch 'pb/submodule-doc-xref'
Junio C Hamano
1
-1
/
+1
2019-12-25
Merge branch 'mr/bisect-use-after-free'
Junio C Hamano
1
-3
/
+4
2019-12-25
Merge branch 'ln/userdiff-elixir'
Junio C Hamano
1
-1
/
+2
2019-12-25
Merge branch 'ds/sparse-cone'
Junio C Hamano
20
-48
/
+1376
2019-12-25
Merge branch 'sg/name-rev-wo-recursion'
Junio C Hamano
2
-66
/
+153
2019-12-25
Merge branch 'ra/t5150-depends-on-perl'
Junio C Hamano
1
-0
/
+6
2019-12-25
Merge branch 'dl/format-patch-notes-config-fixup'
Junio C Hamano
7
-39
/
+125
2019-12-25
Merge branch 'am/pathspec-f-f-checkout'
Junio C Hamano
9
-42
/
+548
2019-12-25
Merge branch 'am/pathspec-from-file'
Junio C Hamano
2
-0
/
+9
2019-12-20
sparse-checkout: improve OS ls compatibility
Ed Maste
1
-14
/
+22
2019-12-19
t4015: improve coverage of function context test
René Scharfe
1
-0
/
+23
2019-12-18
commit: forbid --pathspec-from-file --all
Alexandr Miloslavskiy
2
-0
/
+9
2019-12-18
t3434: mark successful test as such
Elijah Newren
1
-1
/
+1
2019-12-18
notes.h: fix typos in comment
Denton Liu
1
-2
/
+2
2019-12-17
bisect--helper: convert `*_warning` char pointers to char arrays.
Tanushree Tumane
1
-2
/
+2
2019-12-16
The sixth batch
Junio C Hamano
1
-0
/
+29
2019-12-16
Merge branch 'rs/patch-id-use-oid-to-hex'
Junio C Hamano
1
-7
/
+2
2019-12-16
Merge branch 'rs/commit-export-env-simplify'
Junio C Hamano
1
-1
/
+1
2019-12-16
Merge branch 'rs/archive-zip-code-cleanup'
Junio C Hamano
1
-9
/
+14
2019-12-16
Merge branch 'js/t3404-indent-fix'
Junio C Hamano
1
-5
/
+5
2019-12-16
Merge branch 'dr/branch-usage-casefix'
Junio C Hamano
1
-1
/
+1
2019-12-16
Merge branch 'sg/t9300-robustify'
Junio C Hamano
1
-4
/
+16
2019-12-16
Merge branch 'js/add-i-a-bit-more-tests'
Junio C Hamano
3
-11
/
+97
2019-12-16
Merge branch 'dl/range-diff-with-notes'
Junio C Hamano
4
-6
/
+7
2019-12-16
Merge branch 'hw/doc-in-header'
Junio C Hamano
48
-2452
/
+1931
2019-12-16
Merge branch 'rs/xdiff-ignore-ws-w-func-context'
Junio C Hamano
2
-5
/
+18
2019-12-16
Merge branch 'dl/rebase-with-autobase'
Junio C Hamano
5
-11
/
+26
2019-12-16
Merge branch 'dl/test-cleanup'
Junio C Hamano
12
-323
/
+425
2019-12-16
Merge branch 'cs/store-packfiles-in-hashmap'
Junio C Hamano
4
-9
/
+52
2019-12-16
Merge branch 'js/builtin-add-i-cmds'
Junio C Hamano
1
-59
/
+560
2019-12-16
Merge branch 'dd/time-reentrancy'
Junio C Hamano
3
-19
/
+21
2019-12-16
Merge branch 'ag/sequencer-todo-updates'
Junio C Hamano
2
-9
/
+29
2019-12-16
fix-typo: consecutive-word duplications
ryenus
5
-5
/
+5
2019-12-13
Makefile: drop GEN_HDRS
Junio C Hamano
1
-3
/
+2
2019-12-13
built-in add -p: show helpful hint when nothing can be staged
Johannes Schindelin
1
-4
/
+13
2019-12-13
built-in add -p: only show the applicable parts of the help text
Johannes Schindelin
1
-4
/
+28
2019-12-13
built-in add -p: implement the 'q' ("quit") command
Johannes Schindelin
1
-6
/
+11
2019-12-13
built-in add -p: implement the '/' ("search regex") command
Johannes Schindelin
2
-1
/
+63
2019-12-13
built-in add -p: implement the 'g' ("goto") command
Johannes Schindelin
2
-0
/
+104
2019-12-13
built-in add -p: implement hunk editing
Johannes Schindelin
3
-17
/
+325
2019-12-13
strbuf: add a helper function to call the editor "on an strbuf"
Johannes Schindelin
2
-0
/
+39
2019-12-13
built-in add -p: coalesce hunks after splitting them
Johannes Schindelin
1
-1
/
+57
2019-12-13
built-in add -p: implement the hunk splitting feature
Johannes Schindelin
2
-2
/
+225
[next]