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
2022-04-04
Merge branch 'ab/reflog-parse-options'
Junio C Hamano
4
-6
/
+60
2022-03-30
Merge branch 'ab/test-tap-fix-for-immediate'
Junio C Hamano
2
-1
/
+18
2022-03-30
Merge branch 'ab/hook-tests-updates'
Junio C Hamano
67
-606
/
+575
2022-03-30
Merge branch 'vd/stash-silence-reset'
Junio C Hamano
2
-7
/
+66
2022-03-29
Merge branch 'jc/rebase-detach-fix'
Junio C Hamano
1
-7
/
+11
2022-03-29
Merge branch 'jt/reset-grafts-when-resetting-shallow'
Junio C Hamano
1
-0
/
+9
2022-03-29
Merge branch 'vd/cache-bottom-fix'
Junio C Hamano
1
-1
/
+6
2022-03-25
Merge branch 'gc/recursive-fetch-with-unused-submodules'
Junio C Hamano
1
-131
/
+414
2022-03-24
test-lib: have --immediate emit valid TAP on failure
Ævar Arnfjörð Bjarmason
2
-1
/
+18
2022-03-23
reflog [show]: display sensible -h output
Ævar Arnfjörð Bjarmason
1
-0
/
+5
2022-03-23
reflog: convert to parse_options() API
Ævar Arnfjörð Bjarmason
2
-1
/
+18
2022-03-23
reset: remove 'reset.refresh' config option
Victoria Dye
1
-12
/
+2
2022-03-23
reset: remove 'reset.quiet' config option
Victoria Dye
1
-2
/
+1
2022-03-23
reset: do not make '--quiet' disable index refresh
Victoria Dye
1
-27
/
+5
2022-03-23
Merge branch 'ab/plug-random-leaks'
Junio C Hamano
1
-2
/
+10
2022-03-23
Merge branch 'jc/cat-file-batch-default-format-optim'
Junio C Hamano
1
-0
/
+12
2022-03-23
Merge branch 'ac/test-lazy-fetch'
Junio C Hamano
1
-0
/
+19
2022-03-23
Merge branch 'ps/repack-with-server-info'
Junio C Hamano
1
-0
/
+50
2022-03-23
Merge branch 'ab/reflog-prep-fix'
Junio C Hamano
1
-0
/
+9
2022-03-23
Merge branch 'ep/remove-duplicated-includes'
Junio C Hamano
1
-1
/
+0
2022-03-23
Merge branch 'ep/t6423-modernize'
Junio C Hamano
1
-5
/
+5
2022-03-23
Merge branch 'jk/name-rev-w-genno'
Junio C Hamano
1
-0
/
+118
2022-03-23
Merge branch 'jd/userdiff-kotlin'
Junio C Hamano
13
-0
/
+153
2022-03-23
Merge branch 'gc/submodule-update-part1'
Junio C Hamano
2
-3
/
+37
2022-03-21
Merge branch 'jy/gitweb-no-need-for-meta'
Junio C Hamano
1
-1
/
+14
2022-03-21
Merge branch 'ds/partial-bundles'
Junio C Hamano
2
-1
/
+77
2022-03-21
Merge branch 'ep/test-malloc-check-with-glibc-2.34'
Junio C Hamano
1
-0
/
+18
2022-03-21
Merge branch 'sm/no-git-in-upstream-of-pipe-in-tests'
Junio C Hamano
7
-45
/
+72
2022-03-18
rebase: set REF_HEAD_DETACH in checkout_up_to_date()
John Cai
1
-0
/
+9
2022-03-18
rebase: use test_commit helper in setup
John Cai
1
-7
/
+2
2022-03-17
reflog exists: use parse_options() API
Ævar Arnfjörð Bjarmason
1
-0
/
+5
2022-03-17
reflog tests: add missing "git reflog exists" tests
Ævar Arnfjörð Bjarmason
2
-5
/
+32
2022-03-17
shallow: reset commit grafts when shallow is reset
Jonathan Tan
1
-0
/
+9
2022-03-17
http tests: use "test_hook" for "smart" and "dumb" http tests
Ævar Arnfjörð Bjarmason
2
-21
/
+14
2022-03-17
proc-receive hook tests: use "test_hook" instead of "write_script"
Ævar Arnfjörð Bjarmason
26
-67
/
+67
2022-03-17
tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK"
Ævar Arnfjörð Bjarmason
8
-163
/
+165
2022-03-17
unpack-trees: increment cache_bottom for sparse directories
Victoria Dye
1
-3
/
+3
2022-03-17
t1092: add sparse directory before cone in test repo
Victoria Dye
1
-4
/
+9
2022-03-17
diff.c: fix a double-free regression in a18d66cefb
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2022-03-17
tests: demonstrate "show --word-diff --color-moved" regression
Michael J Gruber
1
-1
/
+7
2022-03-17
tests: use "test_hook" for misc "mkdir -p" and "chmod" cases
Ævar Arnfjörð Bjarmason
5
-78
/
+56
2022-03-17
tests: change "mkdir -p && write_script" to use "test_hook"
Ævar Arnfjörð Bjarmason
9
-60
/
+27
2022-03-17
tests: change "cat && chmod +x" to use "test_hook"
Ævar Arnfjörð Bjarmason
2
-10
/
+10
2022-03-17
gc + p4 tests: use "test_hook", remove sub-shells
Ævar Arnfjörð Bjarmason
2
-21
/
+24
2022-03-17
fetch+push tests: use "test_hook" and "test_when_finished" pattern
Ævar Arnfjörð Bjarmason
1
-103
/
+88
2022-03-17
bugreport tests: tighten up "git bugreport -s hooks" test
Ævar Arnfjörð Bjarmason
1
-11
/
+15
2022-03-17
tests: assume the hooks are disabled by default
Ævar Arnfjörð Bjarmason
3
-5
/
+1
2022-03-17
http tests: don't rely on "hook/post-update.sample"
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2022-03-17
hook tests: turn exit code assertions into a loop
Ævar Arnfjörð Bjarmason
1
-25
/
+10
2022-03-17
test-lib-functions: add and use a "test_hook" wrapper
Ævar Arnfjörð Bjarmason
13
-43
/
+97
[next]