git-whatchanged: Add usage string
authorFredrik Kuivinen <freku045@student.liu.se>
Thu, 15 Dec 2005 22:48:38 +0000 (23:48 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 16 Dec 2005 00:02:25 +0000 (16:02 -0800)
Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-whatchanged.sh

index 85a49fc..b170f74 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/sh
+
+USAGE='[-p] [--max-count=<n>] [<since>..<limit>] [--pretty=<format>] [-m] [git-diff-tree options] [git-rev-list options]'
+SUBDIRECTORY_OK='Yes'
+. git-sh-setup
+
 rev_list_args=$(git-rev-parse --sq --default HEAD --revs-only "$@") &&
 diff_tree_args=$(git-rev-parse --sq --no-revs "$@") &&