From dda2d79af2d2858b37bab7f6e088d0730c0959d1 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 13 Jul 2005 12:52:35 -0700 Subject: [PATCH] Clean up diff option descriptions. I got tired of maintaining almost duplicated descriptions in diff-* brothers, both in usage string and documentation. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds --- diff-tree.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'diff-tree.c') diff --git a/diff-tree.c b/diff-tree.c index f499d2ead5..4e80526afa 100644 --- a/diff-tree.c +++ b/diff-tree.c @@ -395,7 +395,9 @@ static int diff_tree_stdin(char *line) } static char *diff_tree_usage = -"git-diff-tree [-p] [-r] [-z] [--stdin] [-m] [-s] [-v] [--pretty] [-t] [-R] [-B] [-M] [-C] [--find-copies-header] [-O] [-S] [--pickaxe-all] "; +"git-diff-tree [--stdin] [-m] [-s] [-v] [--pretty] [-t] " +"[] " +COMMON_DIFF_OPTIONS_HELP; int main(int argc, const char **argv) { -- cgit v1.2.1