Skip to content

Commit

Permalink
git-whatchanged: Add usage string
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Kuivinen <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Fredrik Kuivinen authored and Junio C Hamano committed Dec 16, 2005
1 parent 2a58a9a commit 1403959
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions git-whatchanged.sh
Original file line number Diff line number Diff line change
@@ -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 "$@") &&

Expand Down

0 comments on commit 1403959

Please sign in to comment.