diff options
author | Junio C Hamano <junkio@cox.net> | 2005-07-13 12:52:35 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-13 13:09:17 -0700 |
commit | dda2d79af2d2858b37bab7f6e088d0730c0959d1 (patch) | |
tree | 0252e50a800caa678f835ee26193e5f728459f0a /Documentation/Makefile | |
parent | [PATCH] git-diff-*: --name-only and --name-only-z. (diff) | |
download | tgif-dda2d79af2d2858b37bab7f6e088d0730c0959d1.tar.xz |
[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 <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index e3844f213b..353fe7c986 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -25,7 +25,7 @@ man1: $(DOC_MAN1) man7: $(DOC_MAN7) # 'include' dependencies -git-diff-%.txt: diff-format.txt +git-diff-%.txt: diff-format.txt diff-options.txt touch $@ clean: |