Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nd/the-index' | Junio C Hamano | 2018-10-19 | 1 | -3/+4 |
|\ | |||||
| * | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -2/+2 |
| * | ll-merge.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -1/+2 |
* | | more oideq/hasheq conversions | Jeff King | 2018-10-04 | 1 | -1/+2 |
* | | Merge branch 'jk/cocci' | Junio C Hamano | 2018-09-17 | 1 | -1/+1 |
|\ \ | |||||
| * | | convert "oidcmp() == 0" to oideq() | Jeff King | 2018-08-29 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'bp/checkout-new-branch-optim' | Junio C Hamano | 2018-09-17 | 1 | -4/+116 |
|\ \ | |/ |/| | |||||
| * | checkout: optimize "git checkout -b <new_branch>" | Ben Peart | 2018-08-16 | 1 | -4/+116 |
* | | Merge branch 'nd/no-the-index' | Junio C Hamano | 2018-08-20 | 1 | -1/+1 |
|\ \ | |||||
| * | | dir.c: remove an implicit dependency on the_index in pathspec code | Nguyễn Thái Ngọc Duy | 2018-08-13 | 1 | -1/+1 |
* | | | Merge branch 'nd/i18n' | Junio C Hamano | 2018-08-15 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -2/+2 |
* | | | Merge branch 'jm/cache-entry-from-mem-pool' | Junio C Hamano | 2018-08-02 | 1 | -4/+4 |
|\ \ \ | |||||
| * | | | block alloc: add lifecycle APIs for cache_entry structs | Jameson Miller | 2018-07-03 | 1 | -4/+4 |
| * | | | read-cache: teach make_cache_entry to take object_id | Jameson Miller | 2018-07-03 | 1 | -1/+1 |
* | | | | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 2018-08-02 | 1 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | commit: add repository argument to lookup_commit_reference_gently | Stefan Beller | 2018-06-29 | 1 | -3/+3 |
| * | | | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 2018-06-29 | 1 | -0/+1 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'ab/checkout-default-remote' | Junio C Hamano | 2018-08-02 | 1 | -8/+33 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | checkout & worktree: introduce checkout.defaultRemote | Ævar Arnfjörð Bjarmason | 2018-06-11 | 1 | -3/+9 |
| * | | | | checkout: add advice for ambiguous "checkout <branch>" | Ævar Arnfjörð Bjarmason | 2018-06-11 | 1 | -0/+13 |
| * | | | | builtin/checkout.c: use "ret" variable for return | Ævar Arnfjörð Bjarmason | 2018-06-11 | 1 | -3/+5 |
| * | | | | checkout: pass the "num_matches" up to callers | Ævar Arnfjörð Bjarmason | 2018-06-11 | 1 | -3/+7 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 2018-07-18 | 1 | -0/+1 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | object-store: move object access functions to object-store.h | Stefan Beller | 2018-05-16 | 1 | -0/+1 |
* | | | Merge branch 'nd/completion-negation' | Junio C Hamano | 2018-06-28 | 1 | -4/+6 |
|\ \ \ | |_|/ |/| | | |||||
| * | | completion: suppress some -no- options | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -4/+6 |
* | | | Merge branch 'ma/unpack-trees-free-msgs' | Junio C Hamano | 2018-05-30 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | unpack_trees_options: free messages when done | Martin Ågren | 2018-05-22 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 2018-05-23 | 1 | -6/+12 |
|\ \ | |/ |/| | |||||
| * | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 2018-04-11 | 1 | -6/+12 |
| * | treewide: rename tree to maybe_tree | Derrick Stolee | 2018-04-11 | 1 | -6/+6 |
| * | Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees | Junio C Hamano | 2018-04-11 | 1 | -98/+98 |
| |\ | |||||
* | \ | Merge branch 'bc/object-id' | Junio C Hamano | 2018-04-10 | 1 | -6/+6 |
|\ \ \ | |||||
| * | | | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 2018-03-14 | 1 | -3/+3 |
| * | | | strbuf: convert strbuf_add_unique_abbrev to use struct object_id | brian m. carlson | 2018-03-14 | 1 | -1/+1 |
| * | | | tree: convert read_tree_recursive to struct object_id | brian m. carlson | 2018-03-14 | 1 | -2/+2 |
* | | | | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 2018-03-14 | 1 | -2/+5 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | completion: use __gitcomp_builtin in _git_checkout | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -2/+5 |
| * | | | parse-options: let OPT__FORCE take optional flags argument | Nguyễn Thái Ngọc Duy | 2018-02-09 | 1 | -1/+1 |
* | | | | Merge branch 'jh/status-no-ahead-behind' | Junio C Hamano | 2018-03-08 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | status: support --no-ahead-behind in long formatjh/status-no-ahead-behind | Jeff Hostetler | 2018-01-24 | 1 | -1/+1 |
* | | | | | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 2018-03-06 | 1 | -98/+98 |
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | |||||
| * | | | checkout: rename 'new' variables | Brandon Williams | 2018-02-22 | 1 | -98/+98 |
| | |/ | |/| | |||||
* | | | sha1_file: convert write_sha1_file to object_id | Patryk Obara | 2018-01-30 | 1 | -2/+1 |
|/ / | |||||
* | | Merge branch 'rs/lose-leak-pending' | Junio C Hamano | 2018-01-23 | 1 | -12/+1 |
|\ \ | |/ |/| | |||||
| * | checkout: avoid using the rev_info flag leak_pending | René Scharfe | 2017-12-28 | 1 | -12/+1 |
* | | Merge branch 'ks/branch-cleanup' | Junio C Hamano | 2017-12-27 | 1 | -1/+1 |
|\ \ | |||||
| * | | branch: group related arguments of create_branch() | Kaartic Sivaraam | 2017-12-07 | 1 | -1/+1 |
* | | | Merge branch 'ar/unconfuse-three-dots' | Junio C Hamano | 2017-12-19 | 1 | -2/+8 |
|\ \ \ |