Signed-off-by: Jonas Fonseca <redacted>
---
commit 4ac3822d222d8562a4cf4ac1edac1e2d60d40535
tree da406621cea613a71e3d46ce71bd629ce5d709d4
parent 129519d0f337f83699bad485dec105a6528961a2
author Jonas Fonseca [off-list ref] Sat, 11 Mar 2006 13:56:42 +0100
committer Jonas Fonseca [off-list ref] Sat, 11 Mar 2006 13:56:42 +0100
cg-export | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/cg-export b/cg-export
index 7acc1a0..cf9f0fd 100755
--- a/cg-export
+++ b/cg-export
@@ -9,6 +9,11 @@
# The destination can be either a `.tar`, `.tar.gz`, `.tar.bz2` or `.tgz`
# for generating a tarball. Other destination specifiers are assumed
# to be directory names, and the tree is exported to the given directory.
+#
+# OPTIONS
+# -------
+# -r TREE_ID:: Specify the tree version to export
+# Base the export on the given tree.
USAGE="cg-export [-r TREE_ID] DESTFILE"
_git_requires_root=1
--
Jonas Fonseca