summaryrefslogtreecommitdiff
path: root/builtin/checkout.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/checkout-noisy-unmerge'Junio C Hamano2019-02-081-7/+12
|\
| * checkout: count and print -m paths separatelyNguyễn Thái Ngọc Duy2019-02-061-3/+8
| * checkout: update count-checkouts messagesNguyễn Thái Ngọc Duy2019-02-061-4/+4
* | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-2/+3
|\ \
| * | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
| * | merge-recursive.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2019-01-141-1/+1
| * | checkout: avoid the_index when possibleNguyễn Thái Ngọc Duy2019-01-141-1/+1
* | | Merge branch 'bp/checkout-new-branch-optim'Junio C Hamano2019-02-051-0/+8
|\ \ \
| * | | checkout: fix regression in checkout -b on intitial checkoutBen Peart2019-01-231-0/+8
* | | | Merge branch 'nd/checkout-noisy'Junio C Hamano2019-01-141-8/+31
|\ \ \ \ | | |_|/ | |/| |
| * | | checkout: print something when checking out pathsNguyễn Thái Ngọc Duy2018-11-141-8/+31
* | | | Merge branch 'nd/attr-pathspec-in-tree-walk'Junio C Hamano2019-01-141-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | tree.c: make read_tree*() take 'struct repository *'Nguyễn Thái Ngọc Duy2018-11-191-1/+2
| |/ /
* | | Merge branch 'nd/checkout-dwim-fix'Junio C Hamano2019-01-041-5/+13
|\ \ \
| * | | checkout: disambiguate dwim tracking branches and local filesNguyễn Thái Ngọc Duy2018-11-141-5/+13
| |/ /
* | | branch.c: remove the_repository referenceNguyễn Thái Ngọc Duy2018-11-121-2/+3
|/ /
* | 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
|\ \ \