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-23
index-pack: clarify the breached limit
Matt Cooper
1
-2
/
+6
2022-02-23
Merge branch 'ah/log-no-graph'
Junio C Hamano
2
-0
/
+2
2022-02-23
Merge branch 'ps/fetch-optim-with-commit-graph'
Junio C Hamano
1
-2
/
+6
2022-02-23
ls-files: support --recurse-submodules --stage
Jonathan Tan
1
-2
/
+2
2022-02-23
amend remaining usage strings according to style guide
Abhradeep Chakraborty
3
-5
/
+5
2022-02-23
help: add --no-[external-commands|aliases] for use with --all
Ævar Arnfjörð Bjarmason
1
-2
/
+14
2022-02-23
help: error if [-a|-g|-c] and [-i|-m|-w] are combined
Ævar Arnfjörð Bjarmason
1
-6
/
+35
2022-02-23
help: correct usage & behavior of "git help --all"
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2022-02-23
help: note the option name on option incompatibility
Ævar Arnfjörð Bjarmason
1
-7
/
+8
2022-02-23
worktree: extract checkout_worktree()
Derrick Stolee
1
-11
/
+15
2022-02-23
worktree: extract copy_sparse_checkout()
Derrick Stolee
1
-15
/
+18
2022-02-23
worktree: extract copy_filtered_worktree_config()
Derrick Stolee
1
-39
/
+42
2022-02-23
worktree: combine two translatable messages
Derrick Stolee
1
-2
/
+4
2022-02-20
sparse-checkout: reject arguments in cone-mode that look like patterns
Elijah Newren
1
-0
/
+11
2022-02-20
sparse-checkout: error or warn when given individual files
Elijah Newren
1
-6
/
+36
2022-02-20
sparse-checkout: pay attention to prefix for {set, add}
Elijah Newren
1
-0
/
+26
2022-02-20
sparse-checkout: correctly set non-cone mode when expected
Elijah Newren
1
-0
/
+1
2022-02-20
sparse-checkout: correct reapply's handling of options
Elijah Newren
1
-3
/
+3
2022-02-18
Merge branch 'js/short-help-outside-repo-fix'
Junio C Hamano
4
-10
/
+17
2022-02-18
Merge branch 'ab/release-transport-ls-refs-options'
Junio C Hamano
3
-9
/
+9
2022-02-18
Merge branch 'ab/hash-object-leakfix'
Junio C Hamano
1
-2
/
+7
2022-02-18
Merge branch 'gc/branch-recurse-submodules'
Junio C Hamano
3
-20
/
+91
2022-02-18
Merge branch 'pw/use-in-process-checkout-in-rebase'
Junio C Hamano
2
-45
/
+62
2022-02-18
Merge branch 'cb/clear-quarantine-early-on-all-ref-update-errors'
Junio C Hamano
1
-0
/
+9
2022-02-18
cat-file: add --batch-command mode
John Cai
1
-1
/
+143
2022-02-18
cat-file: introduce batch_mode enum to replace print_contents
John Cai
1
-4
/
+16
2022-02-18
cat-file: rename cmdmode to transform_mode
John Cai
1
-7
/
+7
2022-02-17
Merge branch 'vd/sparse-clean-etc'
Junio C Hamano
4
-8
/
+65
2022-02-17
Merge branch 'jz/patch-id-hunk-header-parsing-fix'
Junio C Hamano
1
-2
/
+7
2022-02-17
fetch: make `--atomic` flag cover pruning of refs
Patrick Steinhardt
1
-8
/
+22
2022-02-17
fetch: make `--atomic` flag cover backfilling of tags
Patrick Steinhardt
1
-26
/
+66
2022-02-17
fetch: report errors when backfilling tags fails
Patrick Steinhardt
1
-8
/
+18
2022-02-17
fetch: control lifecycle of FETCH_HEAD in a single place
Patrick Steinhardt
1
-16
/
+19
2022-02-17
fetch: backfill tags before setting upstream
Patrick Steinhardt
1
-17
/
+18
2022-02-16
Merge branch 'js/no-more-legacy-stash'
Junio C Hamano
2
-24
/
+0
2022-02-16
Merge branch 'en/remerge-diff'
Junio C Hamano
2
-4
/
+23
2022-02-16
diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2022-02-16
date API: create a date.h, split from cache.h
Ævar Arnfjörð Bjarmason
5
-0
/
+5
2022-02-15
grep: simplify config parsing and option parsing
Ævar Arnfjörð Bjarmason
1
-6
/
+4
2022-02-15
grep API: call grep_config() after grep_init()
Ævar Arnfjörð Bjarmason
2
-4
/
+13
2022-02-15
grep.c: don't pass along NULL callback value
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-02-15
built-ins: trust the "prefix" from run_builtin()
Ævar Arnfjörð Bjarmason
2
-6
/
+9
2022-02-15
name-rev: replace --stdin with --annotate-stdin in synopsis
John Cai
1
-1
/
+1
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-11
log: add a --no-graph option
Alex Henrie
2
-0
/
+2
2022-02-10
fetch: skip computing output width when not printing anything
Patrick Steinhardt
1
-2
/
+6
2022-02-09
clone, submodule: pass partial clone filters to submodules
Josh Steadmon
2
-5
/
+61
[prev]
[next]