* [PATCH] stash doc: mention short form -k in save description
@ 2014-02-21 17:25 John Marshall
2014-02-24 17:57 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: John Marshall @ 2014-02-21 17:25 UTC (permalink / raw)
To: git
Document --keep-index's short form -k in both main synopsis and
the save synopsis in the Options section.
Signed-off-by: John Marshall <jm18@sanger.ac.uk>
---
A very small documentation patch: I'd not read the main synopsis
carefully (just skipped to the save details!) and didn't realise
that --keep-index had a short form...
Documentation/git-stash.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt
index db7e803..375213f 100644
--- a/Documentation/git-stash.txt
+++ b/Documentation/git-stash.txt
@@ -44,7 +44,7 @@ is also possible).
OPTIONS
-------
-save [-p|--patch] [--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]::
+save [-p|--patch] [-k|--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]::
Save your local modifications to a new 'stash', and run `git reset
--hard` to revert them. The <message> part is optional and gives
--
1.8.3.4 (Apple Git-47)
--
The Wellcome Trust Sanger Institute is operated by Genome Research
Limited, a charity registered in England with number 1021457 and a
company registered in England with number 2742969, whose registered
office is 215 Euston Road, London, NW1 2BE.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] stash doc: mention short form -k in save description
2014-02-21 17:25 [PATCH] stash doc: mention short form -k in save description John Marshall
@ 2014-02-24 17:57 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2014-02-24 17:57 UTC (permalink / raw)
To: John Marshall; +Cc: git
John Marshall <jm18@sanger.ac.uk> writes:
> Document --keep-index's short form -k in both main synopsis and
> the save synopsis in the Options section.
>
> Signed-off-by: John Marshall <jm18@sanger.ac.uk>
> ---
Looks good; thanks.
> A very small documentation patch: I'd not read the main synopsis
> carefully (just skipped to the save details!) and didn't realise
> that --keep-index had a short form...
>
> Documentation/git-stash.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt
> index db7e803..375213f 100644
> --- a/Documentation/git-stash.txt
> +++ b/Documentation/git-stash.txt
> @@ -44,7 +44,7 @@ is also possible).
> OPTIONS
> -------
>
> -save [-p|--patch] [--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]::
> +save [-p|--patch] [-k|--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q|--quiet] [<message>]::
>
> Save your local modifications to a new 'stash', and run `git reset
> --hard` to revert them. The <message> part is optional and gives
> --
> 1.8.3.4 (Apple Git-47)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-24 17:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-21 17:25 [PATCH] stash doc: mention short form -k in save description John Marshall
2014-02-24 17:57 ` Junio C Hamano
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 NNTP newsgroup(s).