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-02-22
partial-clone: demonstrate bugs in partial fetch
Derrick Stolee
1
-0
/
+31
2020-02-19
merge-recursive: fix the refresh logic in update_file_flags
Elijah Newren
1
-1
/
+1
2020-02-19
t3433: new rebase testcase documenting a stat-dirty-like failure
Elijah Newren
1
-0
/
+48
2020-02-18
check-ignore: fix documentation and implementation to match
Elijah Newren
1
-16
/
+23
2020-02-14
Merge branch 'jb/parse-options-message-fix' into maint
Junio C Hamano
1
-2
/
+2
2020-02-14
Merge branch 'pb/do-not-recurse-grep-no-index' into maint
Junio C Hamano
1
-1
/
+10
2020-02-14
Merge branch 'jt/t5616-robustify' into maint
Junio C Hamano
1
-13
/
+23
2020-02-14
Merge branch 'en/fill-directory-fixes-more' into maint
Junio C Hamano
1
-0
/
+9
2020-02-14
Merge branch 'ds/refmap-doc' into maint
Junio C Hamano
1
-0
/
+24
2020-02-14
Merge branch 'jk/test-fixes' into maint
Junio C Hamano
2
-4
/
+2
2020-02-14
Merge branch 'nd/switch-and-restore' into maint
Junio C Hamano
1
-0
/
+17
2020-02-14
Merge branch 'jk/no-flush-upon-disconnecting-slrpc-transport' into maint
Junio C Hamano
1
-0
/
+12
2020-02-14
Merge branch 'hw/commit-advise-while-rejecting' into maint
Junio C Hamano
1
-0
/
+9
2020-02-14
t5580: test cloning without file://, test fetching via UNC paths
Johannes Schindelin
1
-0
/
+12
2020-02-12
tests: fix --write-junit-xml with subshells
Johannes Schindelin
1
-1
/
+2
2020-02-05
parse-options: lose an unnecessary space in an error message
Jacques Bodin-Hullin
1
-2
/
+2
2020-02-04
index-pack: downgrade twice-resolved REF_DELTA to die()
Jeff King
1
-4
/
+4
2020-02-04
notes.c: fix off-by-one error when decreasing notes fanout
Johan Herland
1
-0
/
+6
2020-02-04
t3305: check notes fanout more carefully and robustly
Johan Herland
1
-25
/
+76
2020-01-30
grep: ignore --recurse-submodules if --no-index is given
Philippe Blain
1
-1
/
+10
2020-01-28
git rm submodule: succeed if .gitmodules index stat info is zero
David Turner
1
-0
/
+7
2020-01-27
t5616: make robust to delta base change
Jonathan Tan
1
-13
/
+23
2020-01-23
rebase -i: also avoid SHA-1 collisions with missingCommitsCheck
Johannes Schindelin
1
-0
/
+2
2020-01-23
rebase -i: re-fix short SHA-1 collision
Johannes Schindelin
1
-2
/
+13
2020-01-22
submodule.c: use get_git_dir() instead of get_git_common_dir()
Philippe Blain
1
-0
/
+33
2020-01-22
t2405: clarify test descriptions and simplify test
Philippe Blain
1
-20
/
+16
2020-01-22
t2405: use git -C and test_commit -C instead of subshells
Philippe Blain
1
-25
/
+9
2020-01-22
t7410: rename to t2405-worktree-submodule.sh
Philippe Blain
1
-1
/
+1
2020-01-21
fetch: document and test --refmap=""
Derrick Stolee
1
-0
/
+24
2020-01-16
t7800: don't rely on reuse_worktree_file()
Jeff King
1
-3
/
+2
2020-01-16
t4018: drop "debugging" cat from hunk-header tests
Jeff King
1
-1
/
+0
2020-01-16
built-in add -i: accept open-ended ranges again
Johannes Schindelin
1
-0
/
+9
2020-01-16
dir: treat_leading_path() and read_directory_recursive(), round 2
Elijah Newren
1
-1
/
+1
2020-01-16
clean: demonstrate a bug with pathspecs
Derrick Stolee
1
-0
/
+9
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-08
transport: don't flush when disconnecting stateless-rpc helper
Jeff King
1
-0
/
+12
2020-01-08
restore: invalidate cache-tree when removing entries with --staged
Jeff King
1
-0
/
+17
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
[prev]
[next]