Skip to content

Commit

Permalink
builtin/worktree.c: convert tab in advice to space
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Abel <jacobabel@nullpo.dev>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
OneDeuxTriSeiGo authored and gitster committed Jul 26, 2023
1 parent 9111ea1 commit 7e42d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/worktree.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
"(branch with no commits) for this repository, you can do so\n" \
"using the --orphan flag:\n" \
"\n" \
" git worktree add --orphan -b %s %s\n")
" git worktree add --orphan -b %s %s\n")

#define WORKTREE_ADD_ORPHAN_NO_DASH_B_HINT_TEXT \
_("If you meant to create a worktree containing a new orphan branch\n" \
"(branch with no commits) for this repository, you can do so\n" \
"using the --orphan flag:\n" \
"\n" \
" git worktree add --orphan %s\n")
" git worktree add --orphan %s\n")

static const char * const git_worktree_usage[] = {
BUILTIN_WORKTREE_ADD_USAGE,
Expand Down

0 comments on commit 7e42d4b

Please sign in to comment.