summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2021-07-16Merge branch 'ar/help-micro-cleanup'Junio C Hamano1-9/+8
2021-07-16Merge branch 'ar/submodule-helper-include-cleanup'Junio C Hamano1-1/+0
2021-07-16Merge branch 'ab/bundle-updates'Junio C Hamano1-27/+47
2021-07-16Merge branch 'ab/show-branch-tests'Junio C Hamano1-3/+6
2021-07-16Merge branch 'ab/fetch-negotiate-segv-fix'Junio C Hamano1-0/+3
2021-07-15worktree: teach `add` to accept --reason <string> with --lockStephen Manz1-5/+16
2021-07-15fetch: die on invalid --negotiation-tip hashJonathan Tan1-1/+3
2021-07-15send-pack: fix push.negotiate with remote helperJonathan Tan1-0/+1
2021-07-14checkout: stop expanding sparse indexesDerrick Stolee1-5/+3
2021-07-14commit: integrate with sparse-indexDerrick Stolee1-0/+3
2021-07-14status: use sparse-index throughoutDerrick Stolee1-0/+3
2021-07-14worktree: mark lock strings with `_()` for translationStephen Manz1-2/+2
2021-07-13Merge branch 'ab/pickaxe-pcre2'Junio C Hamano2-7/+2
2021-07-13Merge branch 'fc/push-simple-updates-cleanup'Junio C Hamano1-59/+34
2021-07-13Merge branch 'fc/push-simple-updates'Junio C Hamano1-16/+32
2021-07-13Merge branch 'zh/cat-file-batch-fix'Junio C Hamano1-6/+4
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason2-0/+3
2021-07-12git-diff: fix missing --merge-base docsDenton Liu1-2/+2
2021-07-12*.c static functions: don't forward-declare __attribute__Ævar Arnfjörð Bjarmason2-6/+3
2021-07-12submodule--helper: introduce add-clone subcommandAtharva Raykar1-0/+177
2021-07-12submodule--helper: refactor module_clone()Atharva Raykar1-113/+128
2021-07-12rev-list: add option for --pretty=format without headerbrian m. carlson1-9/+24
2021-07-09commit: remove irrelavent prompt on `--allow-empty-message`Hu Jialun1-9/+16
2021-07-09commit: reorganise commit hint stringsHu Jialun1-10/+10
2021-07-09pack-objects: fix segfault in --stdin-packs optionÆvar Arnfjörð Bjarmason1-3/+20
2021-07-08Merge branch 'ab/cmd-foo-should-return'Junio C Hamano3-6/+5
2021-07-08Merge branch 'fc/pull-cleanups'Junio C Hamano1-15/+11
2021-07-08Merge branch 'ar/typofix'Junio C Hamano1-2/+1
2021-07-08Merge branch 'ah/uninitialized-reads-fix'Junio C Hamano1-1/+1
2021-07-08fetch: fix segfault in --negotiate-only without --negotiation-tip=*Ævar Arnfjörð Bjarmason1-0/+3
2021-07-06submodule--helper: remove redundant includeAtharva Raykar1-1/+0
2021-07-06help: convert git_cmd to page in one placeAndrei Rybak1-9/+8
2021-07-06bundle: remove "ref_list" in favor of string-list.c APIÆvar Arnfjörð Bjarmason1-6/+6
2021-07-06bundle cmd: stop leaking memory from parse_options_cmd_bundle()Ævar Arnfjörð Bjarmason1-21/+41
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason6-14/+7
2021-07-01Merge branch 'zh/cat-file-batch-fix' into zh/ref-filter-raw-dataJunio C Hamano1-6/+4
2021-06-28log: avoid loading decorations for userformats that don't need itJeff King1-0/+3
2021-06-28show-branch: don't <COLOR></RESET> for space charactersÆvar Arnfjörð Bjarmason1-3/+6
2021-06-19pull: trivial whitespace style fixFelipe Contreras1-3/+3
2021-06-19pull: trivial cleanupFelipe Contreras1-4/+2
2021-06-19pull: cleanup autostash checkFelipe Contreras1-9/+7
2021-06-15builtin/checkout--worker: zero-initialise struct to avoid MSAN complaintsAndrzej Hunt1-1/+1
2021-06-14Merge branch 'so/log-m-implies-p'Junio C Hamano2-1/+10
2021-06-14Merge branch 'jk/clone-clean-upon-transport-error'Junio C Hamano1-7/+4
2021-06-14*: fix typos which duplicate a wordAndrei Rybak1-2/+1
2021-06-10Merge branch 'ah/fetch-reject-warning-grammofix'Junio C Hamano1-1/+1
2021-06-10Merge branch 'wm/rev-parse-die-i18n'Junio C Hamano1-15/+15
2021-06-10Merge branch 'ah/submodule-helper-module-summary-parseopt'Junio C Hamano1-1/+1
2021-06-10Merge branch 'ah/stash-usage-i18n-fix'Junio C Hamano1-2/+2
2021-06-10Merge branch 'ah/merge-usage-i18n-fix'Junio C Hamano1-2/+2