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-02-09
clone, submodule: pass partial clone filters to submodules
Josh Steadmon
2
-0
/
+82
2022-02-09
Merge branch 'js/sparse-vs-split-index'
Junio C Hamano
1
-28
/
+26
2022-02-09
Merge branch 'jt/clone-not-quite-empty'
Junio C Hamano
1
-0
/
+15
2022-02-09
Merge branch 'jt/sparse-checkout-leading-dir-fix'
Junio C Hamano
1
-0
/
+6
2022-02-09
Merge branch 'ab/config-based-hooks-2'
Junio C Hamano
2
-2
/
+136
2022-02-09
Merge branch 'jc/name-rev-stdin'
Junio C Hamano
6
-19
/
+25
2022-02-09
Merge branch 'gc/fetch-negotiate-only-early-return'
Junio C Hamano
2
-0
/
+24
2022-02-09
Merge branch 'pw/add-p-hunk-split-fix'
Junio C Hamano
1
-5
/
+43
2022-02-09
Merge branch 'jt/conditional-config-on-remote-url'
Junio C Hamano
1
-0
/
+118
2022-02-09
Merge branch 'en/merge-ort-restart-optim-fix'
Junio C Hamano
1
-0
/
+67
2022-02-09
Merge branch 'js/test-unset-trace2-parents'
Junio C Hamano
1
-0
/
+2
2022-02-09
midx: prevent writing a .bitmap without any objects
Taylor Blau
1
-0
/
+22
2022-02-08
completion: handle unusual characters for sparse-checkout
Lessley Dennington
1
-0
/
+49
2022-02-08
completion: improve sparse-checkout cone mode directory completion
Lessley Dennington
1
-16
/
+22
2022-02-08
completion: address sparse-checkout issues
Lessley Dennington
1
-0
/
+83
2022-02-08
t0012: verify that built-ins handle `-h` even without gitdir
Johannes Schindelin
1
-1
/
+6
2022-02-08
worktree: copy sparse-checkout patterns and config on add
Derrick Stolee
2
-10
/
+79
2022-02-08
sparse-checkout: set worktree-config correctly
Derrick Stolee
1
-2
/
+2
2022-02-06
ls-remote & transport API: release "struct transport_ls_refs_options"
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-02-06
hash-object: fix a trivial leak in --path
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-02-05
Merge branch 'ms/update-index-racy'
Junio C Hamano
3
-5
/
+122
2022-02-05
Merge branch 'ab/cat-file'
Junio C Hamano
2
-0
/
+134
2022-02-05
Merge branch 'pb/pull-rebase-autostash-fix'
Junio C Hamano
1
-0
/
+13
2022-02-04
i18n: factorize "invalid value" messages
Jean-Noël Avila
1
-1
/
+1
2022-02-04
i18n: factorize more 'incompatible options' messages
Jean-Noël Avila
1
-1
/
+1
2022-02-04
t0051: use "skip_all" under !MINGW in single-test file
Ævar Arnfjörð Bjarmason
1
-1
/
+6
2022-02-04
branch: add --recurse-submodules option for branch creation
Glen Choo
1
-0
/
+292
2022-02-03
progress API: unify stop_progress{,_msg}(), fix trace2 bug
Ævar Arnfjörð Bjarmason
1
-1
/
+5
2022-02-03
progress.c tests: test some invalid usage
Ævar Arnfjörð Bjarmason
1
-0
/
+50
2022-02-03
progress.c tests: make start/stop commands on stdin
Ævar Arnfjörð Bjarmason
2
-32
/
+70
2022-02-03
progress.c test helper: add missing braces
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2022-02-03
leak tests: fix a memory leak in "test-progress" helper
Ævar Arnfjörð Bjarmason
2
-0
/
+2
2022-02-02
completion: add a GIT_COMPLETION_SHOW_ALL_COMMANDS
Ævar Arnfjörð Bjarmason
1
-0
/
+31
2022-02-02
completion tests: re-source git-completion.bash in a subshell
Ævar Arnfjörð Bjarmason
1
-21
/
+29
2022-02-02
t/lib-read-tree-m-3way: indent with tabs
Shaoxuan Yuan
1
-48
/
+48
2022-02-02
t/lib-read-tree-m-3way: modernize style
Shaoxuan Yuan
1
-77
/
+77
2022-02-02
patch-id: fix scan_hunk_header on diffs with 1 line of before/after
Jerry Zhang
1
-1
/
+30
2022-02-02
patch-id: fix antipatterns in tests
Jerry Zhang
1
-33
/
+31
2022-02-02
diff-merges: avoid history simplifications when diffing merges
Elijah Newren
1
-1
/
+57
2022-02-02
show, log: include conflict/warning messages in --remerge-diff headers
Elijah Newren
1
-0
/
+144
2022-02-02
merge-ort: capture and print ll-merge warnings in our preferred fashion
Elijah Newren
2
-4
/
+14
2022-02-02
show, log: provide a --remerge-diff capability
Elijah Newren
1
-0
/
+91
2022-02-02
repo-settings: rename the traditional default fetch.negotiationAlgorithm
Elijah Newren
1
-1
/
+1
2022-02-02
repo-settings: fix error handling for unknown values
Elijah Newren
1
-0
/
+7
2022-02-02
repo-settings: fix checking for fetch.negotiationAlgorithm=default
Elijah Newren
1
-3
/
+14
2022-02-01
perl Git.pm: don't ignore signalled failure in _cmd_close()
Ævar Arnfjörð Bjarmason
4
-4
/
+0
2022-02-01
receive-pack: purge temporary data if no command is ready to run
Chen Bojun
1
-0
/
+8
2022-02-01
branch: make create_branch() always create a branch
Glen Choo
1
-0
/
+17
2022-01-31
t5312: prepare for reftable
Han-Wen Nienhuys
1
-5
/
+5
2022-01-31
t1405: mark test that checks existence as REFFILES
Han-Wen Nienhuys
1
-1
/
+1
[prev]
[next]