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
2021-09-28
add: skip tracked paths outside sparse-checkout cone
Derrick Stolee
3
-8
/
+27
2021-09-28
add: fail when adding an untracked sparse file
Derrick Stolee
1
-9
/
+28
2021-09-28
t1092: behavior for adding sparse files
Derrick Stolee
1
-0
/
+28
2021-09-27
maintenance: fix test t7900-maintenance.sh
Lénaïc Huard
1
-2
/
+1
2021-09-27
*.h: move some *_INIT to designated initializers
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2021-09-27
*.h _INIT macros: don't specify fields equal to 0
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-09-27
unpack-trees: avoid nuking untracked dir in way of locally deleted file
Elijah Newren
1
-1
/
+1
2021-09-27
unpack-trees: avoid nuking untracked dir in way of unmerged file
Elijah Newren
1
-1
/
+1
2021-09-27
Change unpack_trees' 'reset' flag into an enum
Elijah Newren
1
-3
/
+3
2021-09-27
Remove ignored files by default when they are in the way
Elijah Newren
1
-1
/
+0
2021-09-27
read-tree, merge-recursive: overwrite ignored files by default
Elijah Newren
1
-1
/
+0
2021-09-27
ref-filter: stop setting FILTER_REFS_INCLUDE_BROKEN
Jeff King
1
-1
/
+1
2021-09-27
refs: turn on GIT_REF_PARANOIA by default
Jeff King
2
-5
/
+12
2021-09-27
refs: omit dangling symrefs when using GIT_REF_PARANOIA
Jeff King
1
-0
/
+7
2021-09-27
t5312: be more assertive about command failure
Jeff King
1
-4
/
+7
2021-09-27
t5312: test non-destructive repack
Jeff King
1
-0
/
+5
2021-09-27
t5312: create bogus ref as necessary
Jeff King
1
-6
/
+7
2021-09-27
t5312: drop "verbose" helper
Jeff King
1
-5
/
+5
2021-09-27
t5600: provide detached HEAD for corruption failures
Jeff King
1
-1
/
+3
2021-09-27
t5516: don't use HEAD ref for invalid ref-deletion tests
Jeff King
1
-9
/
+9
2021-09-27
t7900: clean up some more broken refs
Jeff King
1
-1
/
+5
2021-09-27
connect: also update offset for features without values
Andrzej Hunt
1
-0
/
+15
2021-09-24
t3705: test that 'sparse_entry' is unstaged
Derrick Stolee
1
-0
/
+14
2021-09-24
t2500: add various tests for nuking untracked files
Elijah Newren
1
-0
/
+244
2021-09-23
Merge branch 'cb/plug-leaks-in-alloca-emu-users'
Junio C Hamano
1
-11
/
+12
2021-09-23
Merge branch 'ma/help-w-check-for-requested-page'
Junio C Hamano
1
-0
/
+16
2021-09-23
Merge branch 'cb/unix-sockets-with-windows'
Junio C Hamano
1
-8
/
+24
2021-09-23
Merge branch 'ab/retire-option-argument'
Junio C Hamano
2
-6
/
+0
2021-09-23
Merge branch 'mr/bisect-in-c-4'
Junio C Hamano
1
-0
/
+18
2021-09-23
Merge branch 'ab/unused-script-helpers'
Junio C Hamano
1
-4
/
+2
2021-09-23
Merge branch 'jk/http-server-protocol-versions'
Junio C Hamano
2
-2
/
+14
2021-09-23
Merge branch 'ab/test-tool-run-command-cleanup'
Junio C Hamano
1
-4
/
+1
2021-09-23
Merge branch 'en/tests-cleanup-leftover-untracked'
Junio C Hamano
12
-4
/
+18
2021-09-23
Merge branch 'en/am-abort-fix'
Junio C Hamano
1
-0
/
+39
2021-09-23
Merge branch 'ps/update-ref-batch-flush'
Junio C Hamano
1
-0
/
+34
2021-09-23
tests: add a test mode for SANITIZE=leak, run it in CI
Ævar Arnfjörð Bjarmason
10
-0
/
+37
2021-09-23
Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS
Ævar Arnfjörð Bjarmason
2
-1
/
+2
2021-09-23
Merge branch 'da/difftool-dir-diff-symlink-fix' into da/difftool
Junio C Hamano
1
-2
/
+65
2021-09-23
difftool: fix symlink-file writing in dir-diff mode
David Aguilar
1
-2
/
+65
2021-09-23
help / completion: make "git help" do the hard work
Ævar Arnfjörð Bjarmason
1
-3
/
+14
2021-09-23
help tests: test --config-for-completion option & output
Ævar Arnfjörð Bjarmason
1
-1
/
+16
2021-09-23
help: correct logic error in combining --all and --guides
Ævar Arnfjörð Bjarmason
1
-1
/
+6
2021-09-23
help: correct logic error in combining --all and --config
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-09-23
help tests: add test for --config output
Ævar Arnfjörð Bjarmason
1
-0
/
+13
2021-09-23
help: correct usage & behavior of "git help --guides"
Ævar Arnfjörð Bjarmason
1
-0
/
+4
2021-09-22
http: match headers case-insensitively when redacting
Jeff King
1
-12
/
+12
2021-09-22
test-lib tests: get rid of copy/pasted mock test code
Ævar Arnfjörð Bjarmason
1
-168
/
+60
2021-09-22
test-lib tests: assert 1 exit code, not non-zero
Ævar Arnfjörð Bjarmason
1
-12
/
+9
2021-09-22
test-lib tests: refactor common part of check_sub_test_lib_test*()
Ævar Arnfjörð Bjarmason
1
-5
/
+9
2021-09-22
test-lib tests: avoid subshell for "test_cmp" for readability
Ævar Arnfjörð Bjarmason
1
-13
/
+7
[prev]
[next]