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-01-13
clean: integrate with sparse index
Victoria Dye
1
-0
/
+3
2022-01-13
reset: reorder wildcard pathspec conditions
Victoria Dye
1
-3
/
+9
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
2022-01-10
name-rev: deprecate --stdin in favor of --annotate-stdin
John Cai
1
-5
/
+14
2022-01-07
receive-pack: convert push-to-checkout hook to hook.h
Emily Shaffer
1
-2
/
+5
2022-01-07
git hook run: add an --ignore-missing flag
Ævar Arnfjörð Bjarmason
1
-2
/
+6
2022-01-07
hooks: convert worktree 'post-checkout' hook to hook library
Emily Shaffer
1
-15
/
+11
2022-01-07
hooks: convert non-worktree 'post-checkout' hook to hook library
Emily Shaffer
2
-2
/
+4
2022-01-07
merge: convert post-merge to use hook.h
Emily Shaffer
1
-1
/
+1
2022-01-07
am: convert applypatch-msg to use hook.h
Emily Shaffer
1
-1
/
+1
2022-01-07
rebase: convert pre-rebase to use hook.h
Emily Shaffer
1
-1
/
+2
2022-01-07
am: convert {pre,post}-applypatch to use hook.h
Emily Shaffer
1
-2
/
+2
2022-01-07
gc: use hook library for pre-auto-gc hook
Emily Shaffer
1
-1
/
+2
2022-01-07
hook: add 'run' subcommand
Emily Shaffer
1
-0
/
+80
2022-01-07
fetch: fix deadlock when cleaning up lockfiles in async signals
Patrick Steinhardt
2
-7
/
+12
2022-01-07
update-index: refresh should rewrite index in case of racy timestamps
Marc Strapetz
1
-0
/
+11
2022-01-06
receive-pack.c: consolidate find header logic
John Cai
1
-23
/
+10
2022-01-05
Merge branch 'ds/repack-fixlets'
Junio C Hamano
1
-3
/
+5
2022-01-05
Merge branch 'jc/merge-detached-head-name'
Junio C Hamano
2
-0
/
+8
2022-01-05
Merge branch 'xw/am-empty'
Junio C Hamano
1
-13
/
+76
2022-01-05
Merge branch 'en/keep-cwd'
Junio C Hamano
3
-11
/
+40
2022-01-05
i18n: turn even more messages into "cannot be used together" ones
Jean-Noël Avila
12
-22
/
+23
2022-01-05
i18n: factorize "--foo requires --bar" and the like
Jean-Noël Avila
10
-12
/
+12
2022-01-05
i18n: tag.c factorize i18n strings
Jean-Noël Avila
1
-9
/
+14
2022-01-05
i18n: standardize "cannot open" and "cannot read"
Jean-Noël Avila
1
-2
/
+2
2022-01-05
i18n: turn "options are incompatible" into "cannot be used together"
Jean-Noël Avila
20
-39
/
+39
2022-01-05
i18n: refactor "%s, %s and %s are mutually exclusive"
Jean-Noël Avila
3
-3
/
+3
2022-01-05
i18n: refactor "foo and bar are mutually exclusive"
Jean-Noël Avila
7
-10
/
+10
2022-01-04
stash: do not return before restoring untracked files
Elijah Newren
1
-4
/
+5
2022-01-04
Merge branch 'ab/reflog-prep' into jc/reflog-parse-options
Junio C Hamano
1
-94
/
+129
2022-01-03
Merge branch 'en/sparse-checkout-set'
Junio C Hamano
2
-48
/
+158
2022-01-03
Merge branch 'ns/tmp-objdir'
Junio C Hamano
2
-5
/
+17
2022-01-03
Merge branch 'jc/unleak-log'
Junio C Hamano
1
-0
/
+1
2021-12-30
sparse-checkout: refuse to add to bad patterns
Derrick Stolee
1
-0
/
+3
2021-12-30
sparse-checkout: fix OOM error with mixed patterns
Derrick Stolee
1
-1
/
+1
2021-12-30
cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters)
Ævar Arnfjörð Bjarmason
1
-10
/
+6
2021-12-30
cat-file: correct and improve usage information
Ævar Arnfjörð Bjarmason
1
-20
/
+29
[prev]
[next]