summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2021-06-09builtins + test helpers: use return instead of exit() in cmd_*Ævar Arnfjörð Bjarmason3-6/+5
2021-06-04cat-file: merge two block into oneZheNing Hu1-4/+1
2021-06-04cat-file: handle trivial --batch format with --batch-all-objectsZheNing Hu1-6/+7
2021-06-02push: don't get a full remote objectFelipe Contreras1-1/+1
2021-06-02push: only check same_remote when neededFelipe Contreras1-1/+2
2021-06-02push: remove trivial functionFelipe Contreras1-6/+1
2021-06-02push: remove redundant checkFelipe Contreras1-2/+1
2021-06-02push: factor out the typical caseFelipe Contreras1-5/+6
2021-06-02push: get rid of all the setup_push_* functionsFelipe Contreras1-27/+11
2021-06-02push: trivial simplificationsFelipe Contreras1-11/+3
2021-06-02push: make setup_push_* return the dstFelipe Contreras1-14/+16
2021-06-02push: only get the branch when neededFelipe Contreras1-1/+2
2021-06-02push: factor out null branch checkFelipe Contreras1-7/+3
2021-06-02push: split switch casesFelipe Contreras1-6/+10
2021-06-02push: return immediately in trivial switch caseFelipe Contreras1-5/+5
2021-06-02push: create new get_upstream_ref() helperFelipe Contreras1-18/+18
2021-06-02push: remove unused code in setup_push_upstream()Felipe Contreras1-8/+2
2021-06-02push: simplify setup_push_simple()Felipe Contreras1-8/+2
2021-06-02push: reorganize setup_push_simple()Felipe Contreras1-16/+11
2021-06-02push: copy code to setup_push_simple()Felipe Contreras1-4/+32
2021-06-02push: hedge code of default=simpleFelipe Contreras1-4/+9
2021-06-02push: rename !triangular to same_remoteFelipe Contreras1-8/+8
2021-06-02Merge branch 'ab/fsck-api-cleanup'Junio C Hamano1-1/+2
2021-06-02builtin/fsck.c: don't conflate "int" and "enum" in callbackÆvar Arnfjörð Bjarmason1-1/+2
2021-05-27Merge branch 'ab/pack-linkage-fix'Junio C Hamano1-7/+167
2021-05-27pack-objects: move static inline from a header to the sole consumerÆvar Arnfjörð Bjarmason1-7/+167
2021-05-25Merge branch 'mt/init-template-userpath-fix'Junio C Hamano1-1/+2
2021-05-25init: fix bug regarding ~/ expansion in init.templateDirMatheus Tavares1-1/+2
2021-05-22Merge branch 'dl/stash-show-untracked-fixup'Junio C Hamano1-4/+1
2021-05-22Merge branch 'wm/rev-parse-path-format-wo-arg'Junio C Hamano1-0/+2
2021-05-22stash show: use stash.showIncludeUntracked even when diff options givenDenton Liu1-4/+1
2021-05-21stash list: stop passing "-m" to "git log"Sergey Organov1-1/+1
2021-05-21diff-merges: move specific diff-index "-m" handling to diff-indexSergey Organov1-0/+9
2021-05-20fetch: improve grammar of "shallow roots" messageAlex Henrie1-1/+1
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano3-6/+5
2021-05-19clone: clean up directory after transport_fetch_refs() failureJeff King1-7/+4
2021-05-17rev-parse: mark die() messages for translationWolfgang Müller1-15/+15
2021-05-17rev-parse: fix segfault with missing --path-format argumentWolfgang Müller1-0/+2
2021-05-17submodule: use the imperative mood to describe the --files optionAlex Henrie1-1/+1
2021-05-17stash: don't translate literal commandsAlex Henrie1-2/+2
2021-05-16Merge branch 'dl/stash-show-untracked-fixup'Junio C Hamano1-2/+6
2021-05-16Merge branch 'lh/maintenance-leakfix'Junio C Hamano1-2/+8
2021-05-16Merge branch 'dd/mailinfo-quoted-cr'Junio C Hamano2-32/+132
2021-05-16Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano4-15/+35
2021-05-16Merge branch 'jt/push-negotiation'Junio C Hamano1-1/+26
2021-05-16merge: don't translate literal commandsAlex Henrie1-2/+2
2021-05-14Merge branch 'mt/clean-clean'Junio C Hamano1-3/+1
2021-05-14Merge branch 'ow/no-dryrun-in-add-i'Junio C Hamano1-0/+2
2021-05-13stash show: fix segfault with --{include,only}-untrackedDenton Liu1-2/+6
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren2-6/+2