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
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-11
Merge branch 'sy/diff-usage-typofix'
Junio C Hamano
1
-3
/
+3
2022-02-11
Merge branch 'tg/fetch-prune-exit-code-fix'
Junio C Hamano
1
-4
/
+6
2022-02-11
Merge branch 'en/sparse-checkout-leakfix'
Junio C Hamano
1
-0
/
+2
2022-02-11
Merge branch 'rc/negotiate-only-typofix'
Junio C Hamano
1
-1
/
+1
2022-02-09
Merge branch 'jt/clone-not-quite-empty'
Junio C Hamano
1
-6
/
+6
2022-02-09
Merge branch 'jt/sparse-checkout-leading-dir-fix'
Junio C Hamano
1
-0
/
+3
2022-02-09
Merge branch 'en/plug-leaks-in-merge'
Junio C Hamano
1
-1
/
+5
2022-02-09
Merge branch 'ab/config-based-hooks-2'
Junio C Hamano
9
-25
/
+112
2022-02-09
Merge branch 'jc/name-rev-stdin'
Junio C Hamano
1
-11
/
+19
2022-02-09
Merge branch 'gc/fetch-negotiate-only-early-return'
Junio C Hamano
1
-3
/
+38
2022-02-05
Merge branch 'ms/update-index-racy'
Junio C Hamano
1
-0
/
+11
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
2
-74
/
+112
2022-02-05
Merge branch 'jc/find-header'
Junio C Hamano
1
-23
/
+10
2022-02-05
Merge branch 'pb/pull-rebase-autostash-fix'
Junio C Hamano
1
-4
/
+3
2022-02-02
builtin/diff.c: fix "git-diff" usage string typo
Shaoxuan Yuan
1
-3
/
+3
2022-01-31
fetch --prune: exit with error if pruning fails
Thomas Gummerer
1
-4
/
+6
2022-01-28
Merge branch 'en/keep-cwd' into maint
Junio C Hamano
1
-1
/
+5
2022-01-28
fetch: fix negotiate-only error message
Robert Coup
1
-1
/
+1
2022-01-28
sparse-checkout: fix a couple minor memory leaks
Elijah Newren
1
-0
/
+2
2022-01-26
Merge branch 'en/keep-cwd'
Junio C Hamano
1
-1
/
+5
2022-01-26
sequencer, stash: fix running from worktree subdir
Elijah Newren
1
-1
/
+5
2022-01-26
clone: support unusual remote ref configurations
Jonathan Tan
1
-6
/
+6
2022-01-24
Merge branch 'ab/checkout-branch-info-leakfix'
Junio C Hamano
1
-3
/
+0
2022-01-21
checkout: avoid BUG() when hitting a broken repository
Junio C Hamano
1
-3
/
+0
2022-01-21
merge: fix memory leaks in cmd_merge()
Elijah Newren
1
-1
/
+5
2022-01-21
sparse-checkout: create leading directory
Jonathan Tan
1
-0
/
+3
2022-01-20
Merge branch 'js/branch-track-inherit'
Junio C Hamano
2
-2
/
+2
2022-01-20
fetch: help translators by reusing the same message template
Junio C Hamano
1
-1
/
+2
2022-01-20
branch,checkout: fix --track documentation
René Scharfe
2
-2
/
+2
2022-01-18
fetch --negotiate-only: do not update submodules
Glen Choo
1
-1
/
+23
2022-01-18
fetch: skip tasks related to fetching objects
Glen Choo
1
-0
/
+11
2022-01-18
fetch: use goto cleanup in cmd_fetch()
Glen Choo
1
-3
/
+4
2022-01-18
Merge branch 'js/branch-track-inherit'
Junio C Hamano
2
-5
/
+5
2022-01-18
branch,checkout: fix --track usage strings
Josh Steadmon
2
-5
/
+5
2022-01-14
pull --rebase: honor rebase.autostash when fast-forwarding
Philippe Blain
1
-4
/
+3
2022-01-12
Merge branch 'ps/lockfile-cleanup-fix'
Junio C Hamano
2
-7
/
+12
2022-01-12
cat-file: s/_/-/ in typo'd usage_msg_optf() message
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-01-12
cat-file: don't whitespace-pad "(...)" in SYNOPSIS and usage output
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-01-10
builtin/reflog.c: use parse-options api for expire, delete subcommands
John Cai
1
-79
/
+97
2022-01-10
Merge branch 'en/stash-df-fix'
Junio C Hamano
1
-4
/
+5
2022-01-10
Merge branch 'ja/i18n-similar-messages'
Junio C Hamano
29
-97
/
+103
2022-01-10
Merge branch 'js/branch-track-inherit'
Junio C Hamano
2
-4
/
+8
2022-01-10
Merge branch 'ab/usage-die-message'
Junio C Hamano
3
-15
/
+20
2022-01-10
Merge branch 'ab/reflog-prep'
Junio C Hamano
1
-94
/
+129
2022-01-10
Merge branch 'ab/do-not-limit-stash-help-to-push'
Junio C Hamano
1
-0
/
+1
2022-01-10
Merge branch 'ds/fetch-pull-with-sparse-index'
Junio C Hamano
3
-2
/
+14
2022-01-10
Merge branch 'ws/fast-export-with-revision-options'
Junio C Hamano
1
-36
/
+4
2022-01-10
Merge branch 'ds/sparse-checkout-malformed-pattern-fix'
Junio C Hamano
1
-1
/
+4
2022-01-10
name-rev.c: use strbuf_getline instead of limited size buffer
John Cai
1
-6
/
+5
[next]