File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ including full documentation and Git related tools.
17
17
18
18
See [ Documentation/gittutorial.txt] [ ] to get started, then see
19
19
[ Documentation/giteveryday.txt] [ ] for a useful minimum set of commands, and
20
- [ Documentation/git-commandname.txt] [ ] for documentation of each command.
20
+ Documentation/git-* commandname* .txt for documentation of each command.
21
21
If git has been correctly installed, then the tutorial can also be
22
22
read with "man gittutorial" or "git help tutorial", and the
23
- documentation of each command with "man git-commandname" or "git help
24
- commandname".
23
+ documentation of each command with "man git-* commandname* " or "git help
24
+ * commandname* ".
25
25
26
26
CVS users may also want to read [ Documentation/gitcvs-migration.txt] [ ]
27
27
("man gitcvs-migration" or "git help cvs-migration" if git is
@@ -57,6 +57,5 @@ and the name as (depending on your mood):
57
57
[ INSTALL ] : INSTALL
58
58
[ Documentation/gittutorial.txt ] : Documentation/gittutorial.txt
59
59
[ Documentation/giteveryday.txt ] : Documentation/giteveryday.txt
60
- [ Documentation/git-commandname.txt ] : Documentation/git-commandname.txt
61
60
[ Documentation/gitcvs-migration.txt ] : Documentation/gitcvs-migration.txt
62
61
[ Documentation/SubmittingPatches ] : Documentation/SubmittingPatches
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ rm -rf $RPM_BUILD_ROOT
146
146
%files -f bin-man-doc-files
147
147
%defattr(-,root,root)
148
148
%{_datadir}/git-core/
149
- %doc README COPYING Documentation/*.txt
149
+ %doc README.md COPYING Documentation/*.txt
150
150
%{!?_without_docs: %doc Documentation/*.html Documentation/howto}
151
151
%{!?_without_docs: %doc Documentation/technical}
152
152
%{_sysconfdir}/bash_completion.d
You can’t perform that action at this time.
0 commit comments