git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: git-archive: mark --format as optional in summary
@ 2009-08-27 23:08 Wesley J. Landaker
  2009-08-28  2:55 ` Wesley J. Landaker
  0 siblings, 1 reply; 2+ messages in thread
From: Wesley J. Landaker @ 2009-08-27 23:08 UTC (permalink / raw)
  To: git, Junio C Hamano; +Cc: Wesley J. Landaker

The --format option was made optional in v1.5.1-105-g8ff21b1, but it was
not marked as optional in the summary. This trival patch just changes
the summary to match the rest of the documentation.
---
 Documentation/git-archive.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt
index bc132c8..92444dd 100644
--- a/Documentation/git-archive.txt
+++ b/Documentation/git-archive.txt
@@ -9,7 +9,7 @@ git-archive - Create an archive of files from a named tree
 SYNOPSIS
 --------
 [verse]
-'git archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
+'git archive' [--format=<fmt>] [--list] [--prefix=<prefix>/] [<extra>]
 	      [--output=<file>] [--worktree-attributes]
 	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
 	      [path...]
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] Documentation: git-archive: mark --format as optional in summary
  2009-08-27 23:08 [PATCH] Documentation: git-archive: mark --format as optional in summary Wesley J. Landaker
@ 2009-08-28  2:55 ` Wesley J. Landaker
  0 siblings, 0 replies; 2+ messages in thread
From: Wesley J. Landaker @ 2009-08-28  2:55 UTC (permalink / raw)
  To: git, Junio C Hamano; +Cc: Wesley J. Landaker

The --format option was made optional in v1.5.1-105-g8ff21b1, but it was
not marked as optional in the summary. This trival patch just changes
the summary to match the rest of the documentation.

Signed-off-by: Wesley J. Landaker <wjl@icecavern.net>
---

Junio pointed out that I missed the Signed-off-by in my previous patch. So
here it is again with that fixed.

 Documentation/git-archive.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt
index bc132c8..92444dd 100644
--- a/Documentation/git-archive.txt
+++ b/Documentation/git-archive.txt
@@ -9,7 +9,7 @@ git-archive - Create an archive of files from a named tree
 SYNOPSIS
 --------
 [verse]
-'git archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
+'git archive' [--format=<fmt>] [--list] [--prefix=<prefix>/] [<extra>]
 	      [--output=<file>] [--worktree-attributes]
 	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
 	      [path...]
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-28  2:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-27 23:08 [PATCH] Documentation: git-archive: mark --format as optional in summary Wesley J. Landaker
2009-08-28  2:55 ` Wesley J. Landaker

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).