aboutsummaryrefslogtreecommitdiff
path: root/builtin/checkout.c
Commit message (Expand)AuthorAge
* Remove get_object_hash.brian m. carlson2015-11-20
* Convert struct object to object_idbrian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* checkout: add --progress optionEdmundo Carmona Antoranz2015-11-01
* Merge branch 'hv/submodule-config'Junio C Hamano2015-08-31
|\
| * submodule: use new config API for worktree configurationsHeiko Voigt2015-08-19
* | Merge branch 'jc/calloc-pathspec'Junio C Hamano2015-08-26
|\ \
| * | ps_matched: xcalloc() takes nmemb and then element sizeJunio C Hamano2015-08-20
* | | Merge branch 'es/worktree-add-cleanup'Junio C Hamano2015-08-12
|\ \ \
| * | | checkout: drop intimate knowledge of newly created worktreeEric Sunshine2015-07-20
| * | | branch: publish die_if_checked_out()Eric Sunshine2015-07-20
| * | | checkout: teach check_linked_checkout() about symbolic link HEADEric Sunshine2015-07-20
| * | | checkout: check_linked_checkout: simplify symref parsingEric Sunshine2015-07-20
| * | | checkout: check_linked_checkout: improve "already checked out" aestheticEric Sunshine2015-07-20
| * | | checkout: generalize die_if_checked_out() branch name argumentEric Sunshine2015-07-20
| * | | checkout: die_if_checked_out: simplify strbuf managementEric Sunshine2015-07-20
| * | | checkout: improve die_if_checked_out() robustnessEric Sunshine2015-07-20
| * | | checkout: name check_linked_checkouts() more meaningfullyEric Sunshine2015-07-20
| * | | checkout: avoid resolving HEAD unnecessarilyEric Sunshine2015-07-20
* | | | Merge branch 'dt/refs-backend-preamble'Junio C Hamano2015-08-03
|\ \ \ \
| * | | | refs: new public ref function: safe_create_reflogDavid Turner2015-07-21
| * | | | refs.c: add err arguments to reflog functionsDavid Turner2015-07-21
* | | | | Merge branch 'es/worktree-add'Junio C Hamano2015-07-13
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Revert "checkout: retire --ignore-other-worktrees in favor of --force"Junio C Hamano2015-07-12
| * | | | checkout: retire --ignore-other-worktrees in favor of --forceEric Sunshine2015-07-07
| * | | | checkout: require worktree unconditionallyEric Sunshine2015-07-06
| * | | | checkout: retire --to optionEric Sunshine2015-07-06
| * | | | checkout: drop 'checkout_opts' dependency from prepare_linked_checkoutEric Sunshine2015-07-06
| * | | | checkout: make --to unconditionally verboseEric Sunshine2015-07-06
| * | | | checkout: prepare_linked_checkout: drop now-unused 'new' argumentEric Sunshine2015-07-06
| * | | | checkout: relocate --to's "no branch specified" checkEric Sunshine2015-07-06
| * | | | checkout: fix bug with --to and relative HEADEric Sunshine2015-07-06
* | | | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-07-13
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | checkout: don't check worktrees when not necessaryNguyễn Thái Ngọc Duy2015-06-12
* | | | add_pending_uninteresting_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
* | | | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
| |_|/ |/| |
* | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\ \ \ | |/ /
| * | checkout: add --ignore-other-wortreesNguyễn Thái Ngọc Duy2015-01-07
| * | checkout: pass whole struct to parse_branchname_arg instead of individual flagsNguyễn Thái Ngọc Duy2015-01-07
| * | checkout: do not fail if target is an empty directoryMax Kirillov2014-12-01
| * | checkout: don't require a work tree when checking out into a new oneDennis Kaarsemaker2014-12-01
| * | checkout: clean up half-prepared directories in --to modeNguyễn Thái Ngọc Duy2014-12-01
| * | checkout: reject if the branch is already checked out elsewhereNguyễn Thái Ngọc Duy2014-12-01
| * | prune: strategies for linked checkoutsNguyễn Thái Ngọc Duy2014-12-01
| * | checkout: support checking out into a new working directoryNguyễn Thái Ngọc Duy2014-12-01
| * | git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy2014-12-01
| * | path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-01
* | | checkout: call a single commit "it" intead of "them"Thomas Schneider2015-04-02
| |/ |/|
* | standardize usage info string formatAlex Henrie2015-01-14
* | Merge branch 'nd/ls-tree-pathspec'Junio C Hamano2014-12-22
|\ \