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-02-03
progress.c: refactor stop_progress{,_msg}() to use helpers
Ævar Arnfjörð Bjarmason
1
-28
/
+36
2022-02-03
progress.c: use dereferenced "progress" variable, not "(*p_progress)"
Ævar Arnfjörð Bjarmason
1
-6
/
+9
2022-02-03
progress.h: format and be consistent with progress.c naming
Ævar Arnfjörð Bjarmason
1
-3
/
+2
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-03
doc: check-ignore: code-quote an exclamation mark
Philip Oakley
1
-2
/
+2
2022-02-02
fix typo in git-mktree.txt
Liginity Lee
1
-1
/
+1
2022-02-02
completion: add a GIT_COMPLETION_SHOW_ALL_COMMANDS
Ævar Arnfjörð Bjarmason
2
-1
/
+43
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
builtin/diff.c: fix "git-diff" usage string typo
Shaoxuan Yuan
1
-3
/
+3
2022-02-02
patch-id: fix scan_hunk_header on diffs with 1 line of before/after
Jerry Zhang
2
-3
/
+37
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
2
-1
/
+59
2022-02-02
merge-ort: mark conflict/warning messages from inner merges as omittable
Elijah Newren
1
-1
/
+3
2022-02-02
show, log: include conflict/warning messages in --remerge-diff headers
Elijah Newren
4
-0
/
+206
2022-02-02
diff: add ability to insert additional headers for paths
Elijah Newren
3
-6
/
+123
2022-02-02
merge-ort: format messages slightly different for use in headers
Elijah Newren
3
-2
/
+46
2022-02-02
merge-ort: mark a few more conflict messages as omittable
Elijah Newren
1
-2
/
+2
2022-02-02
merge-ort: capture and print ll-merge warnings in our preferred fashion
Elijah Newren
3
-6
/
+17
2022-02-02
ll-merge: make callers responsible for showing warnings
Elijah Newren
9
-32
/
+63
2022-02-02
log: clean unneeded objects during `log --remerge-diff`
Elijah Newren
5
-7
/
+28
2022-02-02
show, log: provide a --remerge-diff capability
Elijah Newren
6
-2
/
+191
2022-02-02
repo-settings: rename the traditional default fetch.negotiationAlgorithm
Elijah Newren
5
-17
/
+21
2022-02-02
repo-settings: fix error handling for unknown values
Elijah Newren
2
-0
/
+9
2022-02-02
repo-settings: fix checking for fetch.negotiationAlgorithm=default
Elijah Newren
2
-3
/
+16
2022-02-01
perl Git.pm: don't ignore signalled failure in _cmd_close()
Ævar Arnfjörð Bjarmason
5
-6
/
+19
2022-02-01
receive-pack: purge temporary data if no command is ready to run
Chen Bojun
2
-0
/
+17
2022-02-01
builtin/branch: consolidate action-picking logic in cmd_branch()
Glen Choo
1
-8
/
+11
2022-02-01
branch: add a dry_run parameter to create_branch()
Glen Choo
4
-4
/
+11
2022-02-01
branch: make create_branch() always create a branch
Glen Choo
3
-32
/
+46
2022-02-01
branch: move --set-upstream-to behavior to dwim_and_setup_tracking()
Glen Choo
3
-26
/
+92
2022-02-01
subtree: force merge commit
Thomas Koutcher
1
-2
/
+2
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
2022-01-31
t1405: explictly delete reflogs for reftable
Han-Wen Nienhuys
1
-0
/
+6
2022-01-31
fetch --prune: exit with error if pruning fails
Thomas Gummerer
2
-4
/
+17
2022-01-31
Merge branch 'js/branch-track-inherit' into gc/branch-recurse-submodules
Junio C Hamano
16
-67
/
+312
2022-01-28
Sync with Git 2.35.1
Junio C Hamano
1
-0
/
+6
2022-01-28
Name the next one 2.36 to prepare for 2.35.1
Junio C Hamano
2
-1
/
+35
2022-01-28
Git 2.35.1
Junio C Hamano
3
-2
/
+8
2022-01-28
Merge branch 'en/keep-cwd' into maint
Junio C Hamano
3
-2
/
+30
2022-01-28
scalar: accept -C and -c options before the subcommand
Johannes Schindelin
3
-1
/
+39
2022-01-28
fetch: fix negotiate-only error message
Robert Coup
2
-2
/
+2
2022-01-28
sparse-checkout: fix a couple minor memory leaks
Elijah Newren
1
-0
/
+2
2022-01-28
diff-filter: be more careful when looking for negative bits
Johannes Schindelin
3
-17
/
+21
2022-01-28
diff.c: move the diff filter bits definitions up a bit
Johannes Schindelin
1
-37
/
+37
[prev]
[next]