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 'ds/t7700-kept-pack-test'
Junio C Hamano
2
-37
/
+54
2022-04-04
Merge branch 'ds/partial-bundle-more'
Junio C Hamano
1
-8
/
+18
2022-04-04
Merge branch 'tl/ls-tree-oid-only'
Junio C Hamano
3
-26
/
+120
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-25
test-lib-functions: remove test_subcommand_inexact
Derrick Stolee
1
-34
/
+0
2022-03-25
t7700: check post-condition in kept-pack test
Derrick Stolee
1
-3
/
+54
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-23
bundle: output hash information in 'verify'
Derrick Stolee
1
-7
/
+17
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
[next]