summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2022-03-24reset: show --no-refresh in the short-helpLibravatar Junio C Hamano1-3/+3
2022-03-23reset: remove 'reset.refresh' config optionLibravatar Victoria Dye1-3/+1
2022-03-23reset: remove 'reset.quiet' config optionLibravatar Victoria Dye1-1/+0
2022-03-23reset: do not make '--quiet' disable index refreshLibravatar Victoria Dye1-8/+1
2022-03-14stash: make internal resets quiet and refresh indexLibravatar Victoria Dye1-2/+3
2022-03-14reset: suppress '--no-refresh' advice if logging is silencedLibravatar Victoria Dye1-1/+1
2022-03-14reset: replace '--quiet' with '--no-refresh' in performance adviceLibravatar Victoria Dye1-4/+4
2022-03-14reset: introduce --[no-]refresh option to --mixedLibravatar Victoria Dye1-1/+12
2022-03-14reset: revise index refresh adviceLibravatar Victoria Dye1-2/+2
2022-03-09Merge branch 'ab/help-fixes'Libravatar Junio C Hamano1-10/+53
2022-03-09Merge branch 'jc/cat-file-batch-commands'Libravatar Junio C Hamano1-12/+166
2022-03-06Merge branch 'jt/ls-files-stage-recurse'Libravatar Junio C Hamano1-2/+2
2022-03-06Merge branch 'gc/stash-on-branch-with-multi-level-name'Libravatar Junio C Hamano1-1/+1
2022-03-06Merge branch 'ah/advice-switch-requires-detach-to-detach'Libravatar Junio C Hamano1-11/+19
2022-03-06Merge branch 'ab/c99-designated-initializers'Libravatar Junio C Hamano1-4/+10
2022-03-06Merge branch 'mc/index-pack-report-max-size'Libravatar Junio C Hamano1-2/+6
2022-03-06Merge branch 'ac/usage-string-fixups'Libravatar Junio C Hamano3-5/+5
2022-03-06Merge branch 'ds/worktree-docs'Libravatar Junio C Hamano1-63/+75
2022-03-06Merge branch 'rs/bisect-executable-not-found'Libravatar Junio C Hamano1-13/+74
2022-03-06Merge branch 'en/sparse-checkout-fixes'Libravatar Junio C Hamano1-5/+73
2022-02-25switch: mention the --detach option when dying due to lack of a branchLibravatar Alex Henrie1-11/+19
2022-02-25Merge branch 'ab/diff-free-more'Libravatar Junio C Hamano1-1/+0
2022-02-25Merge branch 'ab/date-mode-release'Libravatar Junio C Hamano5-0/+5
2022-02-25Merge branch 'jc/name-rev-stdin'Libravatar Junio C Hamano1-1/+1
2022-02-25Merge branch 'ab/grep-patterntype'Libravatar Junio C Hamano3-16/+26
2022-02-25Merge branch 'js/apply-partial-clone-filters-recursively'Libravatar Junio C Hamano2-5/+61
2022-02-25Merge branch 'ja/i18n-common-messages'Libravatar Junio C Hamano30-72/+72
2022-02-25Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Libravatar Junio C Hamano2-15/+76
2022-02-24fast-import.c: use designated initializers for "partial" struct assignmentsLibravatar Ævar Arnfjörð Bjarmason1-4/+10
2022-02-24stash: strip "refs/heads/" with skip_prefixLibravatar Glen Choo1-1/+1
2022-02-23index-pack: clarify the breached limitLibravatar Matt Cooper1-2/+6
2022-02-23Merge branch 'ah/log-no-graph'Libravatar Junio C Hamano2-0/+2
2022-02-23Merge branch 'ps/fetch-optim-with-commit-graph'Libravatar Junio C Hamano1-2/+6
2022-02-23ls-files: support --recurse-submodules --stageLibravatar Jonathan Tan1-2/+2
2022-02-23amend remaining usage strings according to style guideLibravatar Abhradeep Chakraborty3-5/+5
2022-02-23help: add --no-[external-commands|aliases] for use with --allLibravatar Ævar Arnfjörð Bjarmason1-2/+14
2022-02-23help: error if [-a|-g|-c] and [-i|-m|-w] are combinedLibravatar Ævar Arnfjörð Bjarmason1-6/+35
2022-02-23help: correct usage & behavior of "git help --all"Libravatar Ævar Arnfjörð Bjarmason1-2/+3
2022-02-23help: note the option name on option incompatibilityLibravatar Ævar Arnfjörð Bjarmason1-7/+8
2022-02-23worktree: extract checkout_worktree()Libravatar Derrick Stolee1-11/+15
2022-02-23worktree: extract copy_sparse_checkout()Libravatar Derrick Stolee1-15/+18
2022-02-23worktree: extract copy_filtered_worktree_config()Libravatar Derrick Stolee1-39/+42
2022-02-23worktree: combine two translatable messagesLibravatar Derrick Stolee1-2/+4
2022-02-20sparse-checkout: reject arguments in cone-mode that look like patternsLibravatar Elijah Newren1-0/+11
2022-02-20sparse-checkout: error or warn when given individual filesLibravatar Elijah Newren1-6/+36
2022-02-20sparse-checkout: pay attention to prefix for {set, add}Libravatar Elijah Newren1-0/+26
2022-02-20sparse-checkout: correctly set non-cone mode when expectedLibravatar Elijah Newren1-0/+1
2022-02-20sparse-checkout: correct reapply's handling of optionsLibravatar Elijah Newren1-3/+3
2022-02-18Merge branch 'js/short-help-outside-repo-fix'Libravatar Junio C Hamano4-10/+17
2022-02-18Merge branch 'ab/release-transport-ls-refs-options'Libravatar Junio C Hamano3-9/+9