diff options
author | Eric Sunshine <sunshine@sunshineco.com> | 2015-07-06 19:30:48 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-07-06 20:07:45 +0200 |
commit | 338dfd0da4b7fd3ccf0772788d64cbcdf089f486 (patch) | |
tree | 0f867c6b2aa5a33eab741473b5ef70351dd54d18 /graph.h | |
parent | checkout: prepare_linked_checkout: drop now-unused 'new' argument (diff) | |
download | git-338dfd0da4b7fd3ccf0772788d64cbcdf089f486.tar.xz git-338dfd0da4b7fd3ccf0772788d64cbcdf089f486.zip |
checkout: make --to unconditionally verbose
prepare_linked_checkout() respects git-checkout's --quiet flag, however,
the plan is to relocate "git checkout --to" functionality to "git
worktree add", and git-worktree does not (yet) have a --quiet flag.
Consequently, make prepare_linked_checkout() unconditionally verbose to
ease eventual code movement to worktree.c.
(A --quiet flag can be added to git-worktree later if there is demand
for it.)
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'graph.h')
0 files changed, 0 insertions, 0 deletions