We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bf2fa commit 4901884Copy full SHA for 4901884
builtin/stash.c
@@ -24,7 +24,7 @@ static const char * const git_stash_usage[] = {
24
N_("git stash drop [-q|--quiet] [<stash>]"),
25
N_("git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"),
26
N_("git stash branch <branchname> [<stash>]"),
27
- N_("git stash clear"),
+ "git stash clear",
28
N_("git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
29
" [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
30
" [--pathspec-from-file=<file> [--pathspec-file-nul]]\n"
@@ -65,7 +65,7 @@ static const char * const git_stash_branch_usage[] = {
65
};
66
67
static const char * const git_stash_clear_usage[] = {
68
69
NULL
70
71
0 commit comments