| Commit message (Expand) | Author | Age | Files | Lines |
* | checkout: add --progress optionea/checkout-progress | Edmundo Carmona Antoranz | 2015-11-01 | 1 | -2/+12 |
* | Merge branch 'hv/submodule-config' | Junio C Hamano | 2015-08-31 | 1 | -0/+1 |
|\ |
|
| * | submodule: use new config API for worktree configurations | Heiko Voigt | 2015-08-19 | 1 | -0/+1 |
* | | Merge branch 'jc/calloc-pathspec' | Junio C Hamano | 2015-08-26 | 1 | -1/+1 |
|\ \ |
|
| * | | ps_matched: xcalloc() takes nmemb and then element sizejc/calloc-pathspec | Junio C Hamano | 2015-08-20 | 1 | -1/+1 |
* | | | Merge branch 'es/worktree-add-cleanup' | Junio C Hamano | 2015-08-12 | 1 | -76/+6 |
|\ \ \ |
|
| * | | | checkout: drop intimate knowledge of newly created worktree | Eric Sunshine | 2015-07-20 | 1 | -7/+2 |
| * | | | branch: publish die_if_checked_out() | Eric Sunshine | 2015-07-20 | 1 | -67/+0 |
| * | | | checkout: teach check_linked_checkout() about symbolic link HEAD | Eric Sunshine | 2015-07-20 | 1 | -1/+5 |
| * | | | checkout: check_linked_checkout: simplify symref parsing | Eric Sunshine | 2015-07-20 | 1 | -9/+6 |
| * | | | checkout: check_linked_checkout: improve "already checked out" aesthetic | Eric Sunshine | 2015-07-20 | 1 | -0/+1 |
| * | | | checkout: generalize die_if_checked_out() branch name argument | Eric Sunshine | 2015-07-20 | 1 | -7/+8 |
| * | | | checkout: die_if_checked_out: simplify strbuf management | Eric Sunshine | 2015-07-20 | 1 | -4/+3 |
| * | | | checkout: improve die_if_checked_out() robustness | Eric Sunshine | 2015-07-20 | 1 | -7/+7 |
| * | | | checkout: name check_linked_checkouts() more meaningfully | Eric Sunshine | 2015-07-20 | 1 | -2/+2 |
| * | | | checkout: avoid resolving HEAD unnecessarily | Eric Sunshine | 2015-07-20 | 1 | -3/+3 |
* | | | | Merge branch 'dt/refs-backend-preamble' | Junio C Hamano | 2015-08-03 | 1 | -12/+10 |
|\ \ \ \ |
|
| * | | | | refs: new public ref function: safe_create_reflog | David Turner | 2015-07-21 | 1 | -9/+5 |
| * | | | | refs.c: add err arguments to reflog functions | David Turner | 2015-07-21 | 1 | -3/+5 |
* | | | | | Merge branch 'es/worktree-add' | Junio C Hamano | 2015-07-13 | 1 | -153/+0 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Revert "checkout: retire --ignore-other-worktrees in favor of --force" | Junio C Hamano | 2015-07-12 | 1 | -3/+5 |
| * | | | | checkout: retire --ignore-other-worktrees in favor of --force | Eric Sunshine | 2015-07-07 | 1 | -5/+3 |
| * | | | | checkout: require worktree unconditionally | Eric Sunshine | 2015-07-06 | 1 | -2/+0 |
| * | | | | checkout: retire --to option | Eric Sunshine | 2015-07-06 | 1 | -160/+1 |
| * | | | | checkout: drop 'checkout_opts' dependency from prepare_linked_checkout | Eric Sunshine | 2015-07-06 | 1 | -4/+5 |
| * | | | | checkout: make --to unconditionally verbose | Eric Sunshine | 2015-07-06 | 1 | -2/+1 |
| * | | | | checkout: prepare_linked_checkout: drop now-unused 'new' argument | Eric Sunshine | 2015-07-06 | 1 | -3/+2 |
| * | | | | checkout: relocate --to's "no branch specified" check | Eric Sunshine | 2015-07-06 | 1 | -3/+4 |
| * | | | | checkout: fix bug with --to and relative HEAD | Eric Sunshine | 2015-07-06 | 1 | -4/+12 |
* | | | | | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-07-13 | 1 | -12/+11 |
|\ \ \ \ \
| |/ / / /
| | / / /
| |/ / /
|/| | | |
|
| * | | | checkout: don't check worktrees when not necessary | Nguyễn Thái Ngọc Duy | 2015-06-12 | 1 | -12/+11 |
* | | | | add_pending_uninteresting_ref(): rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -5/+3 |
* | | | | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 2015-05-25 | 1 | -1/+3 |
| |_|/
|/| | |
|
* | | | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-05-11 | 1 | -12/+257 |
|\ \ \
| |/ / |
|
| * | | checkout: add --ignore-other-wortrees | Nguyễn Thái Ngọc Duy | 2015-01-07 | 1 | -1/+5 |
| * | | checkout: pass whole struct to parse_branchname_arg instead of individual flags | Nguyễn Thái Ngọc Duy | 2015-01-07 | 1 | -7/+6 |
| * | | checkout: do not fail if target is an empty directory | Max Kirillov | 2014-12-01 | 1 | -1/+1 |
| * | | checkout: don't require a work tree when checking out into a new one | Dennis Kaarsemaker | 2014-12-01 | 1 | -0/+3 |
| * | | checkout: clean up half-prepared directories in --to mode | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -0/+48 |
| * | | checkout: reject if the branch is already checked out elsewhere | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -2/+84 |
| * | | prune: strategies for linked checkouts | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -2/+17 |
| * | | checkout: support checking out into a new working directory | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -2/+93 |
| * | | git_snpath(): retire and replace with strbuf_git_path() | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -5/+8 |
| * | | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -1/+1 |
* | | | checkout: call a single commit "it" intead of "them"ts/checkout-advice-plural | Thomas Schneider | 2015-04-02 | 1 | -2/+9 |
| |/
|/| |
|
* | | standardize usage info string format | Alex Henrie | 2015-01-14 | 1 | -4/+4 |
* | | Merge branch 'nd/ls-tree-pathspec' | Junio C Hamano | 2014-12-22 | 1 | -4/+4 |
|\ \ |
|
| * | | tree.c: update read_tree_recursive callback to pass strbuf as base | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -4/+4 |
| |/ |
|
* | | Merge branch 'jk/checkout-from-tree' | Junio C Hamano | 2014-12-05 | 1 | -0/+18 |
|\ \
| |/
|/| |
|
| * | checkout $tree: do not throw away unchanged index entriesjk/checkout-from-tree | Jeff King | 2014-11-13 | 1 | -0/+18 |