Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pull: convert get_tracking_branch to use refspec_item_init | Brandon Williams | 2018-05-17 | 1 | -4/+4 |
* | submodule--helper: convert push_check to use struct refspec | Brandon Williams | 2018-05-17 | 1 | -6/+7 |
* | refspec: rename struct refspec to struct refspec_item | Brandon Williams | 2018-05-17 | 7 | -19/+19 |
* | refspec: move refspec parsing logic into its own file | Brandon Williams | 2018-05-17 | 8 | -0/+8 |
* | Merge branch 'js/colored-push-errors' | Junio C Hamano | 2018-05-08 | 1 | -1/+43 |
|\ | |||||
| * | push: colorize errors | Ryan Dammrose | 2018-04-24 | 1 | -1/+43 |
* | | Merge branch 'jc/parseopt-expiry-errors' | Junio C Hamano | 2018-05-08 | 1 | -1/+5 |
|\ \ | |||||
| * | | parseopt: handle malformed --expire arguments more nicely | Junio C Hamano | 2018-04-23 | 1 | -0/+4 |
| * | | gc: do not upcase error message shown with die() | Junio C Hamano | 2018-04-23 | 1 | -1/+1 |
* | | | Merge branch 'ma/fast-export-skip-merge-fix' | Junio C Hamano | 2018-05-08 | 1 | -1/+4 |
|\ \ \ | |||||
| * | | | fast-export: fix regression skipping some merge-commits | Martin Ågren | 2018-04-21 | 1 | -1/+4 |
* | | | | Merge branch 'nd/submodule-status-fix' | Junio C Hamano | 2018-05-08 | 1 | -2/+6 |
|\ \ \ \ | |||||
| * | | | | submodule--helper: don't print null in 'submodule status' | Nguyễn Thái Ngọc Duy | 2018-04-18 | 1 | -2/+6 |
* | | | | | Merge branch 'hn/sort-ls-remote' | Junio C Hamano | 2018-05-08 | 1 | -3/+27 |
|\ \ \ \ \ | |||||
| * | | | | | ls-remote: create '--sort' option | Harald Nordgren | 2018-04-09 | 1 | -3/+27 |
* | | | | | | Merge branch 'tb/config-default' | Junio C Hamano | 2018-05-08 | 1 | -0/+40 |
|\ \ \ \ \ \ | |||||
| * | | | | | | builtin/config: introduce `color` type specifier | Taylor Blau | 2018-04-23 | 1 | -0/+22 |
| * | | | | | | builtin/config: introduce `--default` | Taylor Blau | 2018-04-23 | 1 | -0/+18 |
* | | | | | | | Merge branch 'tb/config-type' | Junio C Hamano | 2018-05-08 | 1 | -27/+77 |
|\| | | | | | | |||||
| * | | | | | | builtin/config.c: support `--type=<type>` as preferred alias for `--<type>` | Taylor Blau | 2018-04-19 | 1 | -5/+60 |
| * | | | | | | builtin/config.c: treat type specifiers singularly | Taylor Blau | 2018-04-10 | 1 | -27/+22 |
* | | | | | | | Merge branch 'sb/worktree-remove-opt-force' | Junio C Hamano | 2018-05-08 | 1 | -2/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | worktree: accept -f as short for --force for removal | Stefan Beller | 2018-04-18 | 1 | -2/+3 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'sb/object-store-replace' | Junio C Hamano | 2018-05-08 | 3 | -3/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | replace-object: add repository argument to lookup_replace_object | Stefan Beller | 2018-04-12 | 1 | -1/+1 |
| * | | | | | | | refs: add repository argument to for_each_replace_ref | Stefan Beller | 2018-04-12 | 1 | -1/+3 |
| * | | | | | | | refs: add repository argument to get_main_ref_store | Stefan Beller | 2018-04-12 | 1 | -1/+2 |
| * | | | | | | | object-store: move lookup_replace_object to replace-object.h | Stefan Beller | 2018-04-12 | 1 | -0/+1 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge branch 'ds/commit-graph' | Junio C Hamano | 2018-05-08 | 3 | -4/+175 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | commit-graph: implement "--append" option | Derrick Stolee | 2018-04-11 | 1 | -3/+7 |
| * | | | | | | | commit-graph: build graph from starting commits | Derrick Stolee | 2018-04-11 | 1 | -6/+21 |
| * | | | | | | | commit-graph: read only from specific pack-indexes | Derrick Stolee | 2018-04-11 | 1 | -3/+30 |
| * | | | | | | | commit-graph: implement git commit-graph read | Derrick Stolee | 2018-04-11 | 1 | -0/+56 |
| * | | | | | | | commit-graph: implement git-commit-graph write | Derrick Stolee | 2018-04-02 | 1 | -0/+33 |
| * | | | | | | | commit-graph: create git-commit-graph builtin | Derrick Stolee | 2018-04-02 | 1 | -0/+36 |
| * | | | | | | | csum-file: refactor finalize_hashfile() method | Derrick Stolee | 2018-04-02 | 1 | -2/+2 |
| * | | | | | | | csum-file: rename hashclose() to finalize_hashfile() | Derrick Stolee | 2018-04-02 | 2 | -4/+4 |
| * | | | | | | | Merge branch 'jk/cached-commit-buffer' into HEAD | Junio C Hamano | 2018-03-13 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'ot/libify-get-ref-atom-value' | Junio C Hamano | 2018-05-08 | 1 | -2/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | ref-filter: start adding strbufs with errors | Olga Telezhnaya | 2018-03-29 | 1 | -2/+5 |
* | | | | | | | | | | Merge branch 'sb/submodule-move-nested' | Junio C Hamano | 2018-05-08 | 3 | -19/+18 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | submodule: fixup nested submodules after moving the submodule | Stefan Beller | 2018-03-29 | 2 | -4/+5 |
| * | | | | | | | | | | submodule-config: add repository argument to submodule_from_{name, path} | Stefan Beller | 2018-03-29 | 1 | -7/+7 |
| * | | | | | | | | | | submodule-config: allow submodule_free to handle arbitrary repositories | Stefan Beller | 2018-03-29 | 1 | -1/+1 |
| * | | | | | | | | | | grep: remove "repo" arg from non-supporting funcs | Jonathan Tan | 2018-03-29 | 1 | -7/+5 |
* | | | | | | | | | | | Merge branch 'bw/protocol-v2' | Junio C Hamano | 2018-05-08 | 9 | -10/+180 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | fetch-pack: perform a fetch using v2 | Brandon Williams | 2018-03-15 | 1 | -1/+1 |
| * | | | | | | | | | | | fetch: pass ref prefixes when fetching | Brandon Williams | 2018-03-15 | 1 | -1/+18 |
| * | | | | | | | | | | | ls-remote: pass ref prefixes when requesting a remote's refs | Brandon Williams | 2018-03-15 | 1 | -2/+13 |
| * | | | | | | | | | | | transport: convert transport_get_remote_refs to take a list of ref prefixes | Brandon Williams | 2018-03-15 | 4 | -5/+5 |