diff options
author | Eric Sunshine <sunshine@sunshineco.com> | 2015-07-06 13:30:59 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-07-07 14:34:32 -0700 |
commit | 1eb07d829f3f0992c93c6b44fdcc4e95ebab12f3 (patch) | |
tree | 300efa4a8e232730a677a9337d591d12388eebaa /sha1-lookup.c | |
parent | worktree: add: make -b/-B default to HEAD when <branch> is omitted (diff) | |
download | tgif-1eb07d829f3f0992c93c6b44fdcc4e95ebab12f3.tar.xz |
worktree: add: auto-vivify new branch when <branch> is omitted
As a convenience, when <branch> is omitted from "git worktree <path>
<branch>" and neither -b nor -B is used, automatically create a new
branch named after <path>, as if "-b $(basename <path>)" was specified.
Thus, "git worktree add ../hotfix" creates a new branch named "hotfix"
and associates it with new worktree "../hotfix".
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sha1-lookup.c')
0 files changed, 0 insertions, 0 deletions