Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se> --- git-whatchanged.sh | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) 1d3bc689dd66918b27432ad868592c9cc557f926 diff --git a/git-whatchanged.sh b/git-whatchanged.sh index 85a49fc..b170f74 100755 --- a/git-whatchanged.sh +++ b/git-whatchanged.sh @@ -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 "$@") && -- 0.99.9.GIT - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Fri Dec 16 09:48:51 2005
This archive was generated by hypermail 2.1.8 : 2005-12-16 09:49:59 EST