index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-17
refs: use designated initializers for "struct ref_storage_be"
Ævar Arnfjörð Bjarmason
3
-78
/
+78
2022-03-17
Revert "unpack-trees: improve performance of next_cache_entry"
Victoria Dye
1
-17
/
+6
2022-03-17
unpack-trees: increment cache_bottom for sparse directories
Victoria Dye
2
-11
/
+11
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
2
-4
/
+13
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
The twelfth batch
Junio C Hamano
1
-0
/
+21
2022-03-16
Merge branch 'ab/string-list-count-in-size-t'
Junio C Hamano
12
-35
/
+39
2022-03-16
Merge branch 'ab/racy-hooks'
Junio C Hamano
8
-25
/
+57
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
2
-16
/
+28
2022-03-16
Merge branch 'ds/commit-graph-gen-v2-fixes'
Junio C Hamano
8
-58
/
+176
2022-03-16
Merge branch 'jc/stash-drop'
Junio C Hamano
7
-467
/
+527
2022-03-16
Merge branch 'tb/rename-remote-progress'
Junio C Hamano
3
-10
/
+35
2022-03-16
Merge branch 'vd/sparse-read-tree'
Junio C Hamano
7
-13
/
+308
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
36
-137
/
+202
2022-03-16
Merge branch 'mf/fix-type-in-config-h'
Junio C Hamano
1
-1
/
+1
2022-03-16
Merge branch 'ps/fetch-mirror-optim'
Junio C Hamano
10
-33
/
+122
2022-03-16
Merge branch 'tk/empty-untracked-cache'
Junio C Hamano
2
-3
/
+14
2022-03-16
Merge branch 'ab/grep-patterntype'
Junio C Hamano
1
-1
/
+0
2022-03-16
submodule: fix latent check_has_commit() bug
Glen Choo
2
-38
/
+6
2022-03-16
fetch: fetch unpopulated, changed submodules
Glen Choo
6
-46
/
+477
2022-03-16
submodule--helper: remove forward declaration
Glen Choo
1
-197
/
+196
2022-03-16
submodule: move core cmd_update() logic to C
Atharva Raykar
2
-202
/
+131
2022-03-16
submodule--helper: reduce logic in run_update_procedure()
Glen Choo
1
-13
/
+17
2022-03-16
submodule--helper: teach update_data more options
Glen Choo
2
-76
/
+76
2022-03-16
builtin/submodule--helper.c: rename option struct to "opt"
Ævar Arnfjörð Bjarmason
1
-26
/
+26
2022-03-16
submodule update: use die_message()
Glen Choo
2
-23
/
+19
2022-03-16
submodule--helper: run update using child process struct
Atharva Raykar
1
-18
/
+16
2022-03-16
Merge branch 'gc/submodule-update-part1' into gc/submodule-update-part2
Junio C Hamano
4
-159
/
+183
2022-03-16
terminal: restore settings on SIGTSTP
Phillip Wood
1
-3
/
+129
2022-03-16
terminal: work around macos poll() bug
Phillip Wood
1
-6
/
+36
2022-03-16
terminal: don't assume stdin is /dev/tty
Phillip Wood
2
-9
/
+22
2022-03-16
terminal: use flags for save_term()
Phillip Wood
2
-21
/
+27
2022-03-16
partial-clone: add a partial-clone test case
Abhradeep Chakraborty
1
-0
/
+19
2022-03-16
sequencer: use reverse_commit_list() helper
Jayati Shrivastava
1
-6
/
+4
2022-03-15
completion: tab completion of filenames for 'git restore'
David Cantrell
1
-0
/
+4
2022-03-15
core.fsync: new option to harden references
Patrick Steinhardt
5
-3
/
+10
2022-03-15
Merge branch 'ns/core-fsyncmethod' into ps/fsync-refs
Junio C Hamano
26
-60
/
+444
2022-03-15
core.fsync: documentation and user-friendly aggregate options
Neeraj Singh
3
-3
/
+65
[prev]
[next]