summaryrefslogtreecommitdiff
path: root/builtin/checkout.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/the-index'Junio C Hamano2018-10-191-3/+4
|\
| * revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
| * ll-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+2
* | more oideq/hasheq conversionsJeff King2018-10-041-1/+2
* | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-1/+1
|\ \
| * | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-1/+1
| |/
* | Merge branch 'bp/checkout-new-branch-optim'Junio C Hamano2018-09-171-4/+116
|\ \ | |/ |/|
| * checkout: optimize "git checkout -b <new_branch>"Ben Peart2018-08-161-4/+116
* | Merge branch 'nd/no-the-index'Junio C Hamano2018-08-201-1/+1
|\ \
| * | dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-1/+1
* | | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-2/+2
|\ \ \ | |/ / |/| |
| * | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-2/+2
* | | Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano2018-08-021-4/+4
|\ \ \
| * | | block alloc: add lifecycle APIs for cache_entry structsJameson Miller2018-07-031-4/+4
| * | | read-cache: teach make_cache_entry to take object_idJameson Miller2018-07-031-1/+1
* | | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-3/+3
|\ \ \ \
| * | | | commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-3/+3
| * | | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
| |\ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge branch 'ab/checkout-default-remote'Junio C Hamano2018-08-021-8/+33
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | checkout & worktree: introduce checkout.defaultRemoteÆvar Arnfjörð Bjarmason2018-06-111-3/+9
| * | | | checkout: add advice for ambiguous "checkout <branch>"Ævar Arnfjörð Bjarmason2018-06-111-0/+13
| * | | | builtin/checkout.c: use "ret" variable for returnÆvar Arnfjörð Bjarmason2018-06-111-3/+5
| * | | | checkout: pass the "num_matches" up to callersÆvar Arnfjörð Bjarmason2018-06-111-3/+7
| | |_|/ | |/| |
* | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | Merge branch 'nd/completion-negation'Junio C Hamano2018-06-281-4/+6
|\ \ \ | |_|/ |/| |
| * | completion: suppress some -no- optionsNguyễn Thái Ngọc Duy2018-05-291-4/+6
* | | Merge branch 'ma/unpack-trees-free-msgs'Junio C Hamano2018-05-301-0/+1
|\ \ \ | |/ / |/| |
| * | unpack_trees_options: free messages when doneMartin Ågren2018-05-221-0/+1
| |/
* | Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-6/+12
|\ \ | |/ |/|
| * treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-6/+12
| * treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-6/+6
| * Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano2018-04-111-98/+98
| |\
* | \ Merge branch 'bc/object-id'Junio C Hamano2018-04-101-6/+6
|\ \ \
| * | | Convert find_unique_abbrev* to struct object_idbrian m. carlson2018-03-141-3/+3
| * | | strbuf: convert strbuf_add_unique_abbrev to use struct object_idbrian m. carlson2018-03-141-1/+1
| * | | tree: convert read_tree_recursive to struct object_idbrian m. carlson2018-03-141-2/+2
* | | | Merge branch 'nd/parseopt-completion'Junio C Hamano2018-03-141-2/+5
|\ \ \ \ | |/ / / |/| | |
| * | | completion: use __gitcomp_builtin in _git_checkoutNguyễn Thái Ngọc Duy2018-02-091-2/+5
| * | | parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy2018-02-091-1/+1
* | | | Merge branch 'jh/status-no-ahead-behind'Junio C Hamano2018-03-081-1/+1
|\ \ \ \
| * | | | status: support --no-ahead-behind in long formatjh/status-no-ahead-behindJeff Hostetler2018-01-241-1/+1
* | | | | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-98/+98
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | checkout: rename 'new' variablesBrandon Williams2018-02-221-98/+98
| | |/ | |/|
* | | sha1_file: convert write_sha1_file to object_idPatryk Obara2018-01-301-2/+1
|/ /
* | Merge branch 'rs/lose-leak-pending'Junio C Hamano2018-01-231-12/+1
|\ \ | |/ |/|
| * checkout: avoid using the rev_info flag leak_pendingRené Scharfe2017-12-281-12/+1
* | Merge branch 'ks/branch-cleanup'Junio C Hamano2017-12-271-1/+1
|\ \
| * | branch: group related arguments of create_branch()Kaartic Sivaraam2017-12-071-1/+1
* | | Merge branch 'ar/unconfuse-three-dots'Junio C Hamano2017-12-191-2/+8
|\ \ \