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-03-24
reset: show --no-refresh in the short-help
Junio C Hamano
1
-3
/
+3
2022-03-23
reset: remove 'reset.refresh' config option
Victoria Dye
1
-3
/
+1
2022-03-23
reset: remove 'reset.quiet' config option
Victoria Dye
1
-1
/
+0
2022-03-23
reset: do not make '--quiet' disable index refresh
Victoria Dye
1
-8
/
+1
2022-03-14
stash: make internal resets quiet and refresh index
Victoria Dye
1
-2
/
+3
2022-03-14
reset: suppress '--no-refresh' advice if logging is silenced
Victoria Dye
1
-1
/
+1
2022-03-14
reset: replace '--quiet' with '--no-refresh' in performance advice
Victoria Dye
1
-4
/
+4
2022-03-14
reset: introduce --[no-]refresh option to --mixed
Victoria Dye
1
-1
/
+12
2022-03-14
reset: revise index refresh advice
Victoria Dye
1
-2
/
+2
2022-03-09
Merge branch 'ab/help-fixes'
Junio C Hamano
1
-10
/
+53
2022-03-09
Merge branch 'jc/cat-file-batch-commands'
Junio C Hamano
1
-12
/
+166
2022-03-06
Merge branch 'jt/ls-files-stage-recurse'
Junio C Hamano
1
-2
/
+2
2022-03-06
Merge branch 'gc/stash-on-branch-with-multi-level-name'
Junio C Hamano
1
-1
/
+1
2022-03-06
Merge branch 'ah/advice-switch-requires-detach-to-detach'
Junio C Hamano
1
-11
/
+19
2022-03-06
Merge branch 'ab/c99-designated-initializers'
Junio C Hamano
1
-4
/
+10
2022-03-06
Merge branch 'mc/index-pack-report-max-size'
Junio C Hamano
1
-2
/
+6
2022-03-06
Merge branch 'ac/usage-string-fixups'
Junio C Hamano
3
-5
/
+5
2022-03-06
Merge branch 'ds/worktree-docs'
Junio C Hamano
1
-63
/
+75
2022-03-06
Merge branch 'rs/bisect-executable-not-found'
Junio C Hamano
1
-13
/
+74
2022-03-06
Merge branch 'en/sparse-checkout-fixes'
Junio C Hamano
1
-5
/
+73
2022-02-25
switch: mention the --detach option when dying due to lack of a branch
Alex Henrie
1
-11
/
+19
2022-02-25
Merge branch 'ab/diff-free-more'
Junio C Hamano
1
-1
/
+0
2022-02-25
Merge branch 'ab/date-mode-release'
Junio C Hamano
5
-0
/
+5
2022-02-25
Merge branch 'jc/name-rev-stdin'
Junio C Hamano
1
-1
/
+1
2022-02-25
Merge branch 'ab/grep-patterntype'
Junio C Hamano
3
-16
/
+26
2022-02-25
Merge branch 'js/apply-partial-clone-filters-recursively'
Junio C Hamano
2
-5
/
+61
2022-02-25
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
30
-72
/
+72
2022-02-25
Merge branch 'ds/sparse-checkout-requires-per-worktree-config'
Junio C Hamano
2
-15
/
+76
2022-02-24
fast-import.c: use designated initializers for "partial" struct assignments
Ævar Arnfjörð Bjarmason
1
-4
/
+10
2022-02-24
stash: strip "refs/heads/" with skip_prefix
Glen Choo
1
-1
/
+1
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
[next]