* [PATCH] Documentation: restore a space in unpack-objects usage
@ 2013-10-31 21:41 Vivien Didelot
2013-10-31 22:09 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Vivien Didelot @ 2013-10-31 21:41 UTC (permalink / raw)
To: gitster; +Cc: Vivien Didelot, git
The commit 87b7b84 removed a space in the unpack-objects usage, which
makes the synopsis a bit confusing. This patch simply restores it.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
---
Documentation/git-unpack-objects.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/git-unpack-objects.txt b/Documentation/git-unpack-objects.txt
index ff23494..817788e 100644
--- a/Documentation/git-unpack-objects.txt
+++ b/Documentation/git-unpack-objects.txt
@@ -9,7 +9,7 @@ git-unpack-objects - Unpack objects from a packed archive
SYNOPSIS
--------
[verse]
-'git unpack-objects' [-n] [-q] [-r] [--strict] <pack-file
+'git unpack-objects' [-n] [-q] [-r] [--strict] < pack-file
DESCRIPTION
--
1.8.4.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: restore a space in unpack-objects usage
2013-10-31 21:41 [PATCH] Documentation: restore a space in unpack-objects usage Vivien Didelot
@ 2013-10-31 22:09 ` Junio C Hamano
2013-11-01 15:42 ` [PATCH] Documentation: "pack-file" is not literal in unpack-objects Vivien Didelot
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2013-10-31 22:09 UTC (permalink / raw)
To: Vivien Didelot; +Cc: git
Vivien Didelot <vivien.didelot@savoirfairelinux.com> writes:
> The commit 87b7b84 removed a space in the unpack-objects usage, which
> makes the synopsis a bit confusing. This patch simply restores it.
>
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
> ---
> Documentation/git-unpack-objects.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/git-unpack-objects.txt b/Documentation/git-unpack-objects.txt
> index ff23494..817788e 100644
> --- a/Documentation/git-unpack-objects.txt
> +++ b/Documentation/git-unpack-objects.txt
> @@ -9,7 +9,7 @@ git-unpack-objects - Unpack objects from a packed archive
> SYNOPSIS
> --------
> [verse]
> -'git unpack-objects' [-n] [-q] [-r] [--strict] <pack-file
> +'git unpack-objects' [-n] [-q] [-r] [--strict] < pack-file
Thanks; that change was indeed not intended.
Looking at synopsis sections for other commands that take their
input from the standard input (e.g. "git check-attr"), I think
we should make it clear that "pack-file" is not to be spelled as-is
at the same time, i.e.
'git unpack-objects' [-n] [-q] [-r] [--strict] < <pack-file>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] Documentation: "pack-file" is not literal in unpack-objects
2013-10-31 22:09 ` Junio C Hamano
@ 2013-11-01 15:42 ` Vivien Didelot
0 siblings, 0 replies; 3+ messages in thread
From: Vivien Didelot @ 2013-11-01 15:42 UTC (permalink / raw)
To: gitster; +Cc: Vivien Didelot, git
This patch makes it clear that "pack-file" is not to be spelled as is in
the unpack-objects usage.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
---
Documentation/git-unpack-objects.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/git-unpack-objects.txt b/Documentation/git-unpack-objects.txt
index 817788e..12cb108 100644
--- a/Documentation/git-unpack-objects.txt
+++ b/Documentation/git-unpack-objects.txt
@@ -9,7 +9,7 @@ git-unpack-objects - Unpack objects from a packed archive
SYNOPSIS
--------
[verse]
-'git unpack-objects' [-n] [-q] [-r] [--strict] < pack-file
+'git unpack-objects' [-n] [-q] [-r] [--strict] < <pack-file>
DESCRIPTION
--
1.8.4.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-11-01 15:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-31 21:41 [PATCH] Documentation: restore a space in unpack-objects usage Vivien Didelot
2013-10-31 22:09 ` Junio C Hamano
2013-11-01 15:42 ` [PATCH] Documentation: "pack-file" is not literal in unpack-objects Vivien Didelot
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).