diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2007-09-03 00:01:19 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2007-09-15 22:17:24 -0400 |
commit | 40dac517ee09e2d0d5ae7b4f904f29b36fa82ef2 (patch) | |
tree | d3e04aff7a363395535a09e6ccf6d076fde2c4e1 /Documentation/Makefile | |
parent | user-manual: todo updates and cleanup (diff) | |
download | tgif-40dac517ee09e2d0d5ae7b4f904f29b36fa82ef2.tar.xz |
documentation: replace Discussion section by link to user-manual chapter
The "Discussion" section has a lot of useful information, but is a
little wordy, especially for an already-long man page, and is designed
for an audience more of potential git hackers than users, which probably
doesn't make as much sense as git matures. Also, I (perhaps foolishly)
forked a version in the user manual, which has been significantly
rewritten in an attempt to address some of the above problems.
So, remove this section and replace it by a (very terse) summary of the
original material--my attempt at the World's Shortest Git Overview--and
a reference to the appropriate chapter of the user manual. It's
unfortunate to remove something that's been in this place for a long
time, as some people may still depend on finding it there. But I think
we'll want to do this some day anyway.
Cc: Andreas Ericsson <ae@op5.se>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
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 fbefe9a45b..39ec0ede02 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -123,7 +123,7 @@ cmd-list.made: cmd-list.perl $(MAN1_TXT) perl ./cmd-list.perl date >$@ -git.7 git.html: git.txt core-intro.txt +git.7 git.html: git.txt clean: $(RM) *.xml *.xml+ *.html *.html+ *.1 *.5 *.7 *.texi *.texi+ howto-index.txt howto/*.html doc.dep |