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-05
The first batch
Junio C Hamano
1
-3
/
+23
2022-02-05
Merge branch 'ms/update-index-racy'
Junio C Hamano
6
-6
/
+135
2022-02-05
Merge branch 'jc/reflog-parse-options'
Junio C Hamano
1
-79
/
+97
2022-02-05
Merge branch 'ab/cat-file'
Junio C Hamano
9
-80
/
+282
2022-02-05
Merge branch 'jc/qsort-s-alignment-fix'
Junio C Hamano
2
-21
/
+9
2022-02-05
Merge branch 'rs/apply-symlinks-use-strset'
Junio C Hamano
2
-49
/
+19
2022-02-05
Merge branch 'rs/grep-expr-cleanup'
Junio C Hamano
1
-34
/
+36
2022-02-05
Merge branch 'jh/p4-spawning-external-commands-cleanup'
Junio C Hamano
1
-97
/
+79
2022-02-05
Merge branch 'jh/p4-fix-use-of-process-error-exception'
Junio C Hamano
1
-3
/
+3
2022-02-05
Merge branch 'jc/find-header'
Junio C Hamano
3
-25
/
+29
2022-02-05
Merge branch 'pb/pull-rebase-autostash-fix'
Junio C Hamano
2
-4
/
+16
2022-02-04
i18n: fix some misformated placeholders in command synopsis
Jean-Noël Avila
3
-4
/
+4
2022-02-04
i18n: remove from i18n strings that do not hold translatable parts
Jean-Noël Avila
17
-26
/
+26
2022-02-04
i18n: factorize "invalid value" messages
Jean-Noël Avila
15
-25
/
+30
2022-02-04
i18n: factorize more 'incompatible options' messages
Jean-Noël Avila
8
-32
/
+79
2022-02-04
t0051: use "skip_all" under !MINGW in single-test file
Ævar Arnfjörð Bjarmason
1
-1
/
+6
2022-02-04
branch.c: use 'goto cleanup' in setup_tracking() to fix memory leaks
Glen Choo
1
-3
/
+4
2022-02-04
branch: add --recurse-submodules option for branch creation
Glen Choo
14
-20
/
+694
2022-02-03
pack-bitmap-write.c: don't return without stop_progress()
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-02-03
progress API: unify stop_progress{,_msg}(), fix trace2 bug
Ævar Arnfjörð Bjarmason
3
-20
/
+13
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
[prev]
[next]