git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] git-stash.txt: update synopsis, pop description
@ 2009-06-08 16:56 Brandon Casey
  0 siblings, 0 replies; only message in thread
From: Brandon Casey @ 2009-06-08 16:56 UTC (permalink / raw)
  To: git; +Cc: gitster, Brandon Casey

From: Brandon Casey <drafnel@gmail.com>

Internally, the 'pop' subcommand of git-stash calls the 'apply' subcommand.
Hence, 'pop' accepts the same options as 'apply'.  Make this clear by
placing 'apply' and 'pop' next to each other in the synopsis, and state it
explicitly in the description of 'pop'.

Signed-off-by: Brandon Casey <drafnel@gmail.com>
---
 Documentation/git-stash.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt
index 1cc24cc..7dda416 100644
--- a/Documentation/git-stash.txt
+++ b/Documentation/git-stash.txt
@@ -9,8 +9,8 @@ SYNOPSIS
 --------
 [verse]
 'git stash' list [<options>]
-'git stash' (show | drop | pop ) [<stash>]
-'git stash' apply [--index] [<stash>]
+'git stash' (show | drop) [<stash>]
+'git stash' (apply | pop) [--index] [<stash>]
 'git stash' branch <branchname> [<stash>]
 'git stash' [save [--keep-index] [<message>]]
 'git stash' clear
@@ -80,7 +80,7 @@ pop [<stash>]::
 	Remove a single stashed state from the stash list and apply it
 	on top of the current working tree state, i.e., do the inverse
 	operation of `git stash save`. The working directory must
-	match the index.
+	match the index.  `pop` accepts the same options as `apply`.
 +
 Applying the state can fail with conflicts; in this case, it is not
 removed from the stash list. You need to resolve the conflicts by hand
-- 
1.6.3.1.24.g152f4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-08 16:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-08 16:56 [PATCH] git-stash.txt: update synopsis, pop description Brandon Casey

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).