index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-12
Revert "Merge branch 'ra/rebase-i-more-options'"
Junio C Hamano
2
-131
/
+2
2020-01-10
Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'
Junio C Hamano
1
-1
/
+1
2020-01-10
mingw: safeguard better against backslashes in file names
Johannes Schindelin via GitGitGadget
1
-1
/
+1
2020-01-08
graph: fix lack of color in horizontal lines
Derrick Stolee
1
-0
/
+29
2020-01-08
graph: drop assert() for merge with two collapsing parents
Derrick Stolee
1
-0
/
+42
2020-01-06
Merge branch 'ds/sparse-list-in-cone-mode'
Junio C Hamano
1
-0
/
+39
2020-01-06
Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'
Junio C Hamano
1
-3
/
+4
2020-01-02
mingw: only test index entries for backslashes, not tree entries
Johannes Schindelin
1
-3
/
+4
2020-01-02
Merge branch 'js/use-test-tool-on-path'
Junio C Hamano
1
-1
/
+1
2020-01-02
Merge branch 'js/mingw-reserved-filenames'
Junio C Hamano
1
-2
/
+11
2019-12-30
sparse-checkout: document interactions with submodules
Derrick Stolee
1
-0
/
+28
2019-12-30
sparse-checkout: list directories in cone mode
Derrick Stolee
1
-0
/
+11
2019-12-27
t3008: find test-tool through path lookup
Johannes Sixt
1
-1
/
+1
2019-12-25
Merge branch 'en/fill-directory-fixes'
Junio C Hamano
2
-2
/
+216
2019-12-25
Merge branch 'rs/test-cleanup'
Junio C Hamano
5
-5
/
+4
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
1
-0
/
+42
2019-12-25
Merge branch 'ds/sparse-cone'
Junio C Hamano
1
-0
/
+332
2019-12-25
Merge branch 'sg/name-rev-wo-recursion'
Junio C Hamano
1
-16
/
+56
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
1
-0
/
+32
2019-12-25
Merge branch 'am/pathspec-f-f-checkout'
Junio C Hamano
4
-0
/
+407
2019-12-25
Merge branch 'am/pathspec-from-file'
Junio C Hamano
1
-0
/
+6
2019-12-21
mingw: refuse paths containing reserved names
Johannes Schindelin
1
-2
/
+11
2019-12-20
sparse-checkout: improve OS ls compatibility
Ed Maste
1
-14
/
+22
2019-12-19
dir: synchronize treat_leading_path() and read_directory_recursive()
Elijah Newren
2
-2
/
+2
2019-12-19
dir: fix checks on common prefix directory
Elijah Newren
1
-3
/
+3
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
1
-0
/
+6
2019-12-18
t3434: mark successful test as such
Elijah Newren
1
-1
/
+1
2019-12-18
t6030: don't create unused file
René Scharfe
1
-1
/
+1
2019-12-18
t5580: don't create unused file
René Scharfe
1
-1
/
+1
2019-12-18
t3501: don't create unused file
René Scharfe
1
-1
/
+1
2019-12-16
Merge branch 'js/t3404-indent-fix'
Junio C Hamano
1
-5
/
+5
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
1
-8
/
+82
2019-12-16
Merge branch 'dl/range-diff-with-notes'
Junio C Hamano
1
-1
/
+1
2019-12-16
Merge branch 'rs/xdiff-ignore-ws-w-func-context'
Junio C Hamano
1
-5
/
+1
2019-12-16
Merge branch 'dl/rebase-with-autobase'
Junio C Hamano
2
-5
/
+15
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
1
-0
/
+18
2019-12-16
fix-typo: consecutive-word duplications
ryenus
1
-1
/
+1
2019-12-13
built-in add -p: implement the '/' ("search regex") command
Johannes Schindelin
1
-0
/
+14
2019-12-13
built-in add -p: implement the 'g' ("goto") command
Johannes Schindelin
1
-0
/
+16
2019-12-13
built-in add -p: implement the hunk splitting feature
Johannes Schindelin
1
-0
/
+12
2019-12-13
sparse-checkout: respect core.ignoreCase in cone mode
Derrick Stolee
1
-0
/
+17
2019-12-11
t7004: don't create unused file
René Scharfe
1
-1
/
+0
2019-12-11
t4256: don't create unused file
René Scharfe
1
-1
/
+1
2019-12-11
dir: exit before wildcard fall-through if there is no wildcard
Elijah Newren
1
-2
/
+2
2019-12-11
Revert "dir.c: make 'git-status --ignored' work within leading directories"
Elijah Newren
1
-2
/
+7
[next]