From 27c8f8cda42b9e47dc18e94152b28472488bef1c Mon Sep 17 00:00:00 2001 From: Andrew Ruder Date: Wed, 18 Apr 2007 22:03:14 -0500 Subject: [PATCH] Update git-archive documentation Documentation/git-archive.txt: Document -v/--verbose option. Add -l as short form of --list. Signed-off-by: Andrew Ruder Signed-off-by: Junio C Hamano --- Documentation/git-archive.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt index 493474b2ee..59dfabed23 100644 --- a/Documentation/git-archive.txt +++ b/Documentation/git-archive.txt @@ -32,9 +32,12 @@ OPTIONS --format=:: Format of the resulting archive: 'tar', 'zip'... ---list:: +--list, -l:: Show all available formats. +--verbose, -v:: + Report progress to stderr. + --prefix=/:: Prepend / to each filename in the archive. -- GitLab