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-08
completion: address sparse-checkout issues
Lessley Dennington
2
-8
/
+91
2022-02-08
t0012: verify that built-ins handle `-h` even without gitdir
Johannes Schindelin
1
-1
/
+6
2022-02-08
checkout/fetch/pull/pack-objects: allow `-h` outside a repository
Johannes Schindelin
4
-10
/
+17
2022-02-08
config: make git_configset_get_string_tmp() private
Derrick Stolee
2
-3
/
+2
2022-02-08
worktree: copy sparse-checkout patterns and config on add
Derrick Stolee
3
-10
/
+142
2022-02-08
sparse-checkout: set worktree-config correctly
Derrick Stolee
4
-28
/
+30
2022-02-08
config: add repo_config_set_worktree_gently()
Derrick Stolee
2
-3
/
+40
2022-02-08
worktree: create init_worktree_config()
Derrick Stolee
2
-0
/
+94
2022-02-08
Documentation: add extensions.worktreeConfig details
Derrick Stolee
3
-5
/
+45
2022-02-06
ls-remote & transport API: release "struct transport_ls_refs_options"
Ævar Arnfjörð Bjarmason
7
-15
/
+26
2022-02-06
hash-object: fix a trivial leak in --path
Ævar Arnfjörð Bjarmason
2
-2
/
+8
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
[prev]
[next]