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-03-23
bundle: move capabilities to end of 'verify'
Derrick Stolee
1
-1
/
+1
2022-03-23
ls-tree: detect and error on --name-only --name-status
Ævar Arnfjörð Bjarmason
1
-6
/
+9
2022-03-23
ls-tree: support --object-only option for "git-ls-tree"
Teng Long
2
-2
/
+14
2022-03-23
ls-tree: introduce "--format" option
Ævar Arnfjörð Bjarmason
1
-0
/
+67
2022-03-23
ls-tree: fix "--name-only" and "--long" combined use bug
Teng Long
1
-0
/
+9
2022-03-23
ls-tree tests: add tests for --name-status
Ævar Arnfjörð Bjarmason
1
-26
/
+29
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
2022-03-16
Merge branch 'ab/string-list-count-in-size-t'
Junio C Hamano
1
-3
/
+4
2022-03-16
Merge branch 'ab/keep-git-exit-codes-in-tests'
Junio C Hamano
19
-218
/
+245
2022-03-16
Merge branch 'tk/t7063-chmtime-dirs-too'
Junio C Hamano
1
-12
/
+9
2022-03-16
Merge branch 'ds/commit-graph-gen-v2-fixes'
Junio C Hamano
6
-50
/
+153
2022-03-16
Merge branch 'jc/stash-drop'
Junio C Hamano
1
-1
/
+42
2022-03-16
Merge branch 'tb/rename-remote-progress'
Junio C Hamano
1
-1
/
+3
2022-03-16
Merge branch 'vd/sparse-read-tree'
Junio C Hamano
3
-0
/
+144
2022-03-16
Merge branch 'tk/empty-untracked-cache'
Junio C Hamano
1
-0
/
+7
2022-03-16
Merge branch 'ab/grep-patterntype'
Junio C Hamano
1
-1
/
+0
2022-03-16
fetch: fetch unpopulated, changed submodules
Glen Choo
1
-2
/
+266
2022-03-16
partial-clone: add a partial-clone test case
Abhradeep Chakraborty
1
-0
/
+19
2022-03-15
cat-file: skip expanding default format
John Cai
1
-0
/
+12
2022-03-14
stash: make internal resets quiet and refresh index
Victoria Dye
1
-0
/
+33
2022-03-14
reset: introduce --[no-]refresh option to --mixed
Victoria Dye
1
-7
/
+66
2022-03-14
repack: add config to skip updating server info
Patrick Steinhardt
1
-0
/
+18
2022-03-14
repack: refactor to avoid double-negation of update-server-info
Patrick Steinhardt
1
-0
/
+32
2022-03-13
Merge branch 'ps/fetch-atomic-fixup'
Junio C Hamano
1
-15
/
+5
2022-03-13
Merge branch 'fs/gpgsm-update'
Junio C Hamano
2
-7
/
+7
[prev]
[next]