diff options
author | Pierre Habouzit <madcoder@debian.org> | 2007-12-13 11:20:01 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-22 10:26:08 -0800 |
commit | 2f7ee089dff6e9225dbfca2bdd23efe93e1c0740 (patch) | |
tree | 4d45e71bfc62b671add20cd863d119f55dc9df4a /Documentation/Makefile | |
parent | Force the sticked form for options with optional arguments. (diff) | |
download | tgif-2f7ee089dff6e9225dbfca2bdd23efe93e1c0740.tar.xz |
parse-options: Add a gitcli(5) man page.
This page should hold every information about the git ways to parse command
lines, and best practices to be used for scripting.
Signed-off-by: Pierre Habouzit <madcoder@debian.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 76df06cd61..c4486d3d47 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -2,7 +2,7 @@ MAN1_TXT= \ $(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \ $(wildcard git-*.txt)) \ gitk.txt -MAN5_TXT=gitattributes.txt gitignore.txt gitmodules.txt +MAN5_TXT=gitattributes.txt gitignore.txt gitcli.txt gitmodules.txt MAN7_TXT=git.txt MAN_TXT = $(MAN1_TXT) $(MAN5_TXT) $(MAN7_TXT) |