Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | Merge branch 'sb/plug-misc-leaks' | Junio C Hamano | 2018-06-25 | 3 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | sequencer.c: plug mem leak in git_sequencer_config | Stefan Beller | 2018-06-25 | 1 | -0/+1 | |
| * | | | | | | | | | | | | sequencer.c: plug leaks in do_pick_commit | Stefan Beller | 2018-06-04 | 1 | -1/+2 | |
| * | | | | | | | | | | | | submodule--helper: plug mem leak in print_default_remote | Stefan Beller | 2018-06-01 | 1 | -1/+2 | |
| * | | | | | | | | | | | | refs/packed-backend.c: close fd of empty file | Stefan Beller | 2018-06-01 | 1 | -0/+1 | |
* | | | | | | | | | | | | | Merge branch 'cc/tests-without-assuming-ref-files-backend' | Junio C Hamano | 2018-06-25 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | t9104: kosherly remove remote refs | Christian Couder | 2018-06-04 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | Merge branch 'sg/update-ref-stdin-cleanup' | Junio C Hamano | 2018-06-25 | 1 | -12/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | update-ref --stdin: use skip_prefix() | SZEDER Gábor | 2018-06-04 | 1 | -12/+13 | |
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'nd/reject-empty-shallow-request' | Junio C Hamano | 2018-06-25 | 2 | -0/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | upload-pack: reject shallow requests that would return nothing | Nguyễn Thái Ngọc Duy | 2018-06-04 | 2 | -0/+14 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge branch 'ls/complete-remote-update-names' | Junio C Hamano | 2018-06-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | completion: complete remote names too | Łukasz Stelmach | 2018-06-01 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'ag/rebase-p' | Junio C Hamano | 2018-06-25 | 5 | -803/+1048 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | rebase: remove -p code from git-rebase--interactive.sh | Alban Gruin | 2018-06-01 | 1 | -794/+8 | |
| * | | | | | | | | | | | | | | rebase: use the new git-rebase--preserve-merges.sh | Alban Gruin | 2018-06-01 | 1 | -7/+25 | |
| * | | | | | | | | | | | | | | rebase: strip unused code in git-rebase--preserve-merges.sh | Alban Gruin | 2018-06-01 | 1 | -61/+4 | |
| * | | | | | | | | | | | | | | rebase: introduce a dedicated backend for --preserve-merges | Alban Gruin | 2018-06-01 | 3 | -0/+1072 | |
* | | | | | | | | | | | | | | | Merge branch 'nd/complete-config-vars' | Junio C Hamano | 2018-06-25 | 21 | -553/+445 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | completion: complete general config vars in two steps | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -2/+7 | |
| * | | | | | | | | | | | | | | | log-tree: allow to customize 'grafted' color | Nguyễn Thái Ngọc Duy | 2018-05-29 | 2 | -1/+3 | |
| * | | | | | | | | | | | | | | | completion: support case-insensitive config vars | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -1/+9 | |
| * | | | | | | | | | | | | | | | completion: keep other config var completion in camelCase | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | | | completion: drop the hard coded list of config vars | Nguyễn Thái Ngọc Duy | 2018-05-29 | 4 | -331/+49 | |
| * | | | | | | | | | | | | | | | am: move advice.amWorkDir parsing back to advice.c | Nguyễn Thái Ngọc Duy | 2018-05-29 | 4 | -6/+5 | |
| * | | | | | | | | | | | | | | | advice: keep config name in camelCase in advice_config[] | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -21/+21 | |
| * | | | | | | | | | | | | | | | fsck: produce camelCase config key names | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -4/+18 | |
| * | | | | | | | | | | | | | | | help: add --config to list all available config | Nguyễn Thái Ngọc Duy | 2018-05-29 | 13 | -1/+172 | |
| * | | | | | | | | | | | | | | | fsck: factor out msg_id_info[] lazy initialization code | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -16/+24 | |
| * | | | | | | | | | | | | | | | grep: keep all colors in an array | Nguyễn Thái Ngọc Duy | 2018-05-29 | 2 | -65/+62 | |
| * | | | | | | | | | | | | | | | Add and use generic name->id mapping code for color slot parsing | Nguyễn Thái Ngọc Duy | 2018-05-29 | 7 | -112/+82 | |
| * | | | | | | | | | | | | | | | Merge branch 'nd/command-list' into nd/complete-config-vars | Junio C Hamano | 2018-05-29 | 25 | -313/+589 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge branch 'sb/object-store-alloc' | Junio C Hamano | 2018-06-25 | 15 | -68/+221 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | alloc: allow arbitrary repositories for alloc functions | Stefan Beller | 2018-05-16 | 13 | -42/+140 | |
| * | | | | | | | | | | | | | | | | object: allow create_object to handle arbitrary repositories | Stefan Beller | 2018-05-09 | 2 | -8/+7 | |
| * | | | | | | | | | | | | | | | | object: allow grow_object_hash to handle arbitrary repositories | Stefan Beller | 2018-05-09 | 1 | -8/+8 | |
| * | | | | | | | | | | | | | | | | alloc: add repository argument to alloc_commit_index | Stefan Beller | 2018-05-09 | 3 | -4/+5 | |
| * | | | | | | | | | | | | | | | | alloc: add repository argument to alloc_report | Stefan Beller | 2018-05-09 | 2 | -2/+3 | |
| * | | | | | | | | | | | | | | | | alloc: add repository argument to alloc_object_node | Stefan Beller | 2018-05-09 | 3 | -3/+4 | |
| * | | | | | | | | | | | | | | | | alloc: add repository argument to alloc_tag_node | Stefan Beller | 2018-05-09 | 3 | -3/+4 | |
| * | | | | | | | | | | | | | | | | alloc: add repository argument to alloc_commit_node | Stefan Beller | 2018-05-09 | 5 | -5/+6 | |
| * | | | | | | | | | | | | | | | | alloc: add repository argument to alloc_tree_node | Stefan Beller | 2018-05-09 | 3 | -3/+4 | |
| * | | | | | | | | | | | | | | | | alloc: add repository argument to alloc_blob_node | Stefan Beller | 2018-05-09 | 3 | -3/+4 | |
| * | | | | | | | | | | | | | | | | object: add repository argument to grow_object_hash | Jonathan Nieder | 2018-05-09 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | | object: add repository argument to create_object | Stefan Beller | 2018-05-09 | 6 | -7/+14 | |
| * | | | | | | | | | | | | | | | | repository: introduce parsed objects field | Stefan Beller | 2018-05-09 | 4 | -23/+64 | |
* | | | | | | | | | | | | | | | | | Merge branch 'jk/show-index' | Junio C Hamano | 2018-06-25 | 5 | -8/+25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | show-index: update documentation for index v2 | Jeff King | 2018-05-28 | 1 | -6/+20 | |
| * | | | | | | | | | | | | | | | | | make show-index a builtin | Jeff King | 2018-05-28 | 4 | -2/+5 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'en/merge-recursive-tests' | Junio C Hamano | 2018-06-25 | 2 | -861/+1098 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |