summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* pull: convert get_tracking_branch to use refspec_item_initBrandon Williams2018-05-171-4/+4
* submodule--helper: convert push_check to use struct refspecBrandon Williams2018-05-171-6/+7
* refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-177-19/+19
* refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-178-0/+8
* Merge branch 'js/colored-push-errors'Junio C Hamano2018-05-081-1/+43
|\
| * push: colorize errorsRyan Dammrose2018-04-241-1/+43
* | Merge branch 'jc/parseopt-expiry-errors'Junio C Hamano2018-05-081-1/+5
|\ \
| * | parseopt: handle malformed --expire arguments more nicelyJunio C Hamano2018-04-231-0/+4
| * | gc: do not upcase error message shown with die()Junio C Hamano2018-04-231-1/+1
* | | Merge branch 'ma/fast-export-skip-merge-fix'Junio C Hamano2018-05-081-1/+4
|\ \ \
| * | | fast-export: fix regression skipping some merge-commitsMartin Ågren2018-04-211-1/+4
* | | | Merge branch 'nd/submodule-status-fix'Junio C Hamano2018-05-081-2/+6
|\ \ \ \
| * | | | submodule--helper: don't print null in 'submodule status'Nguyễn Thái Ngọc Duy2018-04-181-2/+6
* | | | | Merge branch 'hn/sort-ls-remote'Junio C Hamano2018-05-081-3/+27
|\ \ \ \ \
| * | | | | ls-remote: create '--sort' optionHarald Nordgren2018-04-091-3/+27
* | | | | | Merge branch 'tb/config-default'Junio C Hamano2018-05-081-0/+40
|\ \ \ \ \ \
| * | | | | | builtin/config: introduce `color` type specifierTaylor Blau2018-04-231-0/+22
| * | | | | | builtin/config: introduce `--default`Taylor Blau2018-04-231-0/+18
* | | | | | | Merge branch 'tb/config-type'Junio C Hamano2018-05-081-27/+77
|\| | | | | |
| * | | | | | builtin/config.c: support `--type=<type>` as preferred alias for `--<type>`Taylor Blau2018-04-191-5/+60
| * | | | | | builtin/config.c: treat type specifiers singularlyTaylor Blau2018-04-101-27/+22
* | | | | | | Merge branch 'sb/worktree-remove-opt-force'Junio C Hamano2018-05-081-2/+3
|\ \ \ \ \ \ \
| * | | | | | | worktree: accept -f as short for --force for removalStefan Beller2018-04-181-2/+3
| |/ / / / / /
* | | | | | | Merge branch 'sb/object-store-replace'Junio C Hamano2018-05-083-3/+7
|\ \ \ \ \ \ \
| * | | | | | | replace-object: add repository argument to lookup_replace_objectStefan Beller2018-04-121-1/+1
| * | | | | | | refs: add repository argument to for_each_replace_refStefan Beller2018-04-121-1/+3
| * | | | | | | refs: add repository argument to get_main_ref_storeStefan Beller2018-04-121-1/+2
| * | | | | | | object-store: move lookup_replace_object to replace-object.hStefan Beller2018-04-121-0/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'ds/commit-graph'Junio C Hamano2018-05-083-4/+175
|\ \ \ \ \ \ \
| * | | | | | | commit-graph: implement "--append" optionDerrick Stolee2018-04-111-3/+7
| * | | | | | | commit-graph: build graph from starting commitsDerrick Stolee2018-04-111-6/+21
| * | | | | | | commit-graph: read only from specific pack-indexesDerrick Stolee2018-04-111-3/+30
| * | | | | | | commit-graph: implement git commit-graph readDerrick Stolee2018-04-111-0/+56
| * | | | | | | commit-graph: implement git-commit-graph writeDerrick Stolee2018-04-021-0/+33
| * | | | | | | commit-graph: create git-commit-graph builtinDerrick Stolee2018-04-021-0/+36
| * | | | | | | csum-file: refactor finalize_hashfile() methodDerrick Stolee2018-04-021-2/+2
| * | | | | | | csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee2018-04-022-4/+4
| * | | | | | | Merge branch 'jk/cached-commit-buffer' into HEADJunio C Hamano2018-03-131-1/+1
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'ot/libify-get-ref-atom-value'Junio C Hamano2018-05-081-2/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ref-filter: start adding strbufs with errorsOlga Telezhnaya2018-03-291-2/+5
* | | | | | | | | | Merge branch 'sb/submodule-move-nested'Junio C Hamano2018-05-083-19/+18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | submodule: fixup nested submodules after moving the submoduleStefan Beller2018-03-292-4/+5
| * | | | | | | | | | submodule-config: add repository argument to submodule_from_{name, path}Stefan Beller2018-03-291-7/+7
| * | | | | | | | | | submodule-config: allow submodule_free to handle arbitrary repositoriesStefan Beller2018-03-291-1/+1
| * | | | | | | | | | grep: remove "repo" arg from non-supporting funcsJonathan Tan2018-03-291-7/+5
* | | | | | | | | | | Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-089-10/+180
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fetch-pack: perform a fetch using v2Brandon Williams2018-03-151-1/+1
| * | | | | | | | | | | fetch: pass ref prefixes when fetchingBrandon Williams2018-03-151-1/+18
| * | | | | | | | | | | ls-remote: pass ref prefixes when requesting a remote's refsBrandon Williams2018-03-151-2/+13
| * | | | | | | | | | | transport: convert transport_get_remote_refs to take a list of ref prefixesBrandon Williams2018-03-154-5/+5