| commit | f5682b2a861cbde6e9aca324caa5e2d36c49569a | [log] [tgz] |
|---|---|---|
| author | Eric Sunshine <sunshine@sunshineco.com> | Mon Jul 06 13:30:57 2015 -0400 |
| committer | Junio C Hamano <gitster@pobox.com> | Mon Jul 06 11:07:48 2015 -0700 |
| tree | d24d90cd3abce149190b8a3e56eba3c9837e8462 | |
| parent | 0ca560cb975aa081971d0fb1586e0206156fa22f [diff] |
worktree: extract basename computation to new function A subsequent patch will also need to compute the basename of the new worktree, so factor out this logic into a new function. Signed-off-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>