worktree: make branch creation distinct from worktree population
[gitweb.git] / builtin / worktree.c
2015-07-20 worktree: make branch creation distinct from worktree...
2015-07-20 worktree: add: suppress auto-vivication with --detach...
2015-07-20 worktree: make --detach mutually exclusive with -b/-B
2015-07-20 worktree: introduce options container
2015-07-20 worktree: simplify new branch (-b/-B) option checking
2015-07-20 worktree: improve worktree setup message
2015-07-12 Revert "checkout: retire --ignore-other-worktrees in...
2015-07-07 checkout: retire --ignore-other-worktrees in favor...
2015-07-07 worktree: add: auto-vivify new branch when <branch...
2015-07-06 worktree: add: make -b/-B default to HEAD when <branch...
2015-07-06 worktree: extract basename computation to new function
2015-07-06 checkout: retire --to option
2015-07-06 worktree: add -b/-B options
2015-07-06 worktree: add --detach option
2015-07-06 worktree: add --force option
2015-07-06 worktree: introduce "add" command
2015-06-29 worktree: new place for "git prune --worktrees"