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.
2 parents b03709e + 4901884 commit ce885c5Copy full SHA for ce885c5
builtin/stash.c
@@ -26,7 +26,7 @@ static const char * const git_stash_usage[] = {
26
N_("git stash drop [-q|--quiet] [<stash>]"),
27
N_("git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"),
28
N_("git stash branch <branchname> [<stash>]"),
29
- N_("git stash clear"),
+ "git stash clear",
30
N_("git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
31
" [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
32
" [--pathspec-from-file=<file> [--pathspec-file-nul]]\n"
@@ -67,7 +67,7 @@ static const char * const git_stash_branch_usage[] = {
67
};
68
69
static const char * const git_stash_clear_usage[] = {
70
71
NULL
72
73
0 commit comments