summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2a58a9a)
raw | patch | inline | side by side (parent: 2a58a9a)
author | Fredrik Kuivinen <freku045@student.liu.se> | |
Thu, 15 Dec 2005 22:48:38 +0000 (23:48 +0100) | ||
committer | Junio 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>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-whatchanged.sh | patch | blob | history |
diff --git a/git-whatchanged.sh b/git-whatchanged.sh
index 85a49fcd8e7754cc37960c997a200b61c85892b4..b170f74a94e42dbf82f2e94b831f1cf6b49a2b4c 100755 (executable)
--- a/git-whatchanged.sh
+++ b/git-whatchanged.sh
#!/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 "$@") &&