Skip to content

Commit 9e1f0a8

Browse files
chriscoolgitster
authored andcommitted
documentation: move git(7) to git(1)
As the "git" man page describes the "git" command at the end-user level, it seems better to move it to man section 1. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 30eba7b commit 9e1f0a8

File tree

140 files changed

+144
-146
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+144
-146
lines changed

Documentation/Makefile

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
MAN1_TXT= \
22
$(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
33
$(wildcard git-*.txt)) \
4-
gitk.txt
4+
gitk.txt git.txt
55
MAN5_TXT=gitattributes.txt gitignore.txt gitmodules.txt githooks.txt \
66
gitrepository-layout.txt
7-
MAN7_TXT=git.txt gitcli.txt gittutorial.txt gittutorial-2.txt \
7+
MAN7_TXT=gitcli.txt gittutorial.txt gittutorial-2.txt \
88
gitcvs-migration.txt gitcore-tutorial.txt gitglossary.txt \
99
gitdiffcore.txt
1010

@@ -139,8 +139,6 @@ cmd-list.made: cmd-list.perl ../command-list.txt $(MAN1_TXT)
139139
$(PERL_PATH) ./cmd-list.perl ../command-list.txt
140140
date >$@
141141

142-
git.7 git.html: git.txt
143-
144142
clean:
145143
$(RM) *.xml *.xml+ *.html *.html+ *.1 *.5 *.7
146144
$(RM) *.texi *.texi+ git.info gitman.info

Documentation/git-add.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
265265

266266
GIT
267267
---
268-
Part of the linkgit:git[7] suite
268+
Part of the linkgit:git[1] suite

Documentation/git-am.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ Documentation by Petr Baudis, Junio C Hamano and the git-list <git@vger.kernel.o
153153

154154
GIT
155155
---
156-
Part of the linkgit:git[7] suite
156+
Part of the linkgit:git[1] suite

Documentation/git-annotate.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Written by Ryan Anderson <ryan@michonline.com>.
2828

2929
GIT
3030
---
31-
Part of the linkgit:git[7] suite
31+
Part of the linkgit:git[1] suite

Documentation/git-apply.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ Documentation by Junio C Hamano
206206

207207
GIT
208208
---
209-
Part of the linkgit:git[7] suite
209+
Part of the linkgit:git[1] suite

Documentation/git-archimport.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ Documentation by Junio C Hamano, Martin Langhoff and the git-list <git@vger.kern
117117

118118
GIT
119119
---
120-
Part of the linkgit:git[7] suite
120+
Part of the linkgit:git[1] suite

Documentation/git-archive.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
118118

119119
GIT
120120
---
121-
Part of the linkgit:git[7] suite
121+
Part of the linkgit:git[1] suite

Documentation/git-bisect.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,4 +283,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
283283

284284
GIT
285285
---
286-
Part of the linkgit:git[7] suite
286+
Part of the linkgit:git[1] suite

Documentation/git-blame.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,4 @@ Written by Junio C Hamano <junkio@cox.net>
192192

193193
GIT
194194
---
195-
Part of the linkgit:git[7] suite
195+
Part of the linkgit:git[1] suite

Documentation/git-branch.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
209209

210210
GIT
211211
---
212-
Part of the linkgit:git[7] suite
212+
Part of the linkgit:git[1] suite

Documentation/git-bundle.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,4 @@ Written by Mark Levedahl <mdl123@verizon.net>
171171

172172
GIT
173173
---
174-
Part of the linkgit:git[7] suite
174+
Part of the linkgit:git[1] suite

Documentation/git-cat-file.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
103103

104104
GIT
105105
---
106-
Part of the linkgit:git[7] suite
106+
Part of the linkgit:git[1] suite

Documentation/git-check-attr.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Documentation by James Bowes.
3838

3939
GIT
4040
---
41-
Part of the linkgit:git[7] suite
41+
Part of the linkgit:git[1] suite

Documentation/git-check-ref-format.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ refname expressions (see linkgit:git-rev-parse[1]). Namely:
5252

5353
GIT
5454
---
55-
Part of the linkgit:git[7] suite
55+
Part of the linkgit:git[1] suite

Documentation/git-checkout-index.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ Junio C Hamano and the git-list <git@vger.kernel.org>.
181181

182182
GIT
183183
---
184-
Part of the linkgit:git[7] suite
184+
Part of the linkgit:git[1] suite

Documentation/git-checkout.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
215215

216216
GIT
217217
---
218-
Part of the linkgit:git[7] suite
218+
Part of the linkgit:git[1] suite

Documentation/git-cherry-pick.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
7878

7979
GIT
8080
---
81-
Part of the linkgit:git[7] suite
81+
Part of the linkgit:git[1] suite

Documentation/git-cherry.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
7272

7373
GIT
7474
---
75-
Part of the linkgit:git[7] suite
75+
Part of the linkgit:git[1] suite

Documentation/git-citool.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Documentation by Shawn O. Pearce <spearce@spearce.org>.
2929

3030
GIT
3131
---
32-
Part of the linkgit:git[7] suite
32+
Part of the linkgit:git[1] suite

Documentation/git-clean.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Written by Pavel Roskin <proski@gnu.org>
5454

5555
GIT
5656
---
57-
Part of the linkgit:git[7] suite
57+
Part of the linkgit:git[1] suite

Documentation/git-clone.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
205205

206206
GIT
207207
---
208-
Part of the linkgit:git[7] suite
208+
Part of the linkgit:git[1] suite

Documentation/git-commit-tree.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
103103

104104
GIT
105105
---
106-
Part of the linkgit:git[7] suite
106+
Part of the linkgit:git[1] suite

Documentation/git-commit.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,4 @@ Junio C Hamano <junkio@cox.net>
312312

313313
GIT
314314
---
315-
Part of the linkgit:git[7] suite
315+
Part of the linkgit:git[1] suite

Documentation/git-config.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,4 +334,4 @@ Documentation by Johannes Schindelin, Petr Baudis and the git-list <git@vger.ker
334334

335335
GIT
336336
---
337-
Part of the linkgit:git[7] suite
337+
Part of the linkgit:git[1] suite

Documentation/git-count-objects.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
3434

3535
GIT
3636
---
37-
Part of the linkgit:git[7] suite
37+
Part of the linkgit:git[1] suite

Documentation/git-cvsexportcommit.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ Documentation by Martin Langhoff <martin@catalyst.net.nz> and others.
117117

118118
GIT
119119
---
120-
Part of the linkgit:git[7] suite
120+
Part of the linkgit:git[1] suite

Documentation/git-cvsimport.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ Documentation by Matthias Urlichs <smurf@smurf.noris.de>.
170170

171171
GIT
172172
---
173-
Part of the linkgit:git[7] suite
173+
Part of the linkgit:git[1] suite

Documentation/git-cvsserver.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,4 @@ Documentation by Martyn Smith <martyn@catalyst.net.nz>, Martin Langhoff <martin@
352352

353353
GIT
354354
---
355-
Part of the linkgit:git[7] suite
355+
Part of the linkgit:git[1] suite

Documentation/git-daemon.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
272272

273273
GIT
274274
---
275-
Part of the linkgit:git[7] suite
275+
Part of the linkgit:git[1] suite

Documentation/git-describe.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
142142

143143
GIT
144144
---
145-
Part of the linkgit:git[7] suite
145+
Part of the linkgit:git[1] suite

Documentation/git-diff-files.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
5454

5555
GIT
5656
---
57-
Part of the linkgit:git[7] suite
57+
Part of the linkgit:git[1] suite

Documentation/git-diff-index.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
129129

130130
GIT
131131
---
132-
Part of the linkgit:git[7] suite
132+
Part of the linkgit:git[1] suite

Documentation/git-diff-tree.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
165165

166166
GIT
167167
---
168-
Part of the linkgit:git[7] suite
168+
Part of the linkgit:git[1] suite

Documentation/git-diff.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
168168

169169
GIT
170170
---
171-
Part of the linkgit:git[7] suite
171+
Part of the linkgit:git[1] suite

Documentation/git-fast-export.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ Documentation by Johannes E. Schindelin <johannes.schindelin@gmx.de>.
8080

8181
GIT
8282
---
83-
Part of the linkgit:git[7] suite
83+
Part of the linkgit:git[1] suite

Documentation/git-fast-import.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1119,4 +1119,4 @@ Documentation by Shawn O. Pearce <spearce@spearce.org>.
11191119

11201120
GIT
11211121
---
1122-
Part of the linkgit:git[7] suite
1122+
Part of the linkgit:git[1] suite

Documentation/git-fetch-pack.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ Documentation by Junio C Hamano.
9999

100100
GIT
101101
---
102-
Part of the linkgit:git[7] suite
102+
Part of the linkgit:git[1] suite

Documentation/git-fetch.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
5353

5454
GIT
5555
---
56-
Part of the linkgit:git[7] suite
56+
Part of the linkgit:git[1] suite

Documentation/git-filter-branch.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,4 +317,4 @@ Documentation by Petr Baudis and the git list.
317317

318318
GIT
319319
---
320-
Part of the linkgit:git[7] suite
320+
Part of the linkgit:git[1] suite

Documentation/git-fmt-merge-msg.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ Documentation by Petr Baudis, Junio C Hamano and the git-list <git@vger.kernel.o
6767

6868
GIT
6969
---
70-
Part of the linkgit:git[7] suite
70+
Part of the linkgit:git[1] suite

Documentation/git-format-patch.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
238238

239239
GIT
240240
---
241-
Part of the linkgit:git[7] suite
241+
Part of the linkgit:git[1] suite

Documentation/git-fsck.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
151151

152152
GIT
153153
---
154-
Part of the linkgit:git[7] suite
154+
Part of the linkgit:git[1] suite

Documentation/git-gc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ Written by Shawn O. Pearce <spearce@spearce.org>
132132

133133
GIT
134134
---
135-
Part of the linkgit:git[7] suite
135+
Part of the linkgit:git[1] suite

Documentation/git-get-tar-commit-id.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
3333

3434
GIT
3535
---
36-
Part of the linkgit:git[7] suite
36+
Part of the linkgit:git[1] suite

Documentation/git-grep.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
145145

146146
GIT
147147
---
148-
Part of the linkgit:git[7] suite
148+
Part of the linkgit:git[1] suite

Documentation/git-gui.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ Documentation by Shawn O. Pearce <spearce@spearce.org>.
112112

113113
GIT
114114
---
115-
Part of the linkgit:git[7] suite
115+
Part of the linkgit:git[1] suite

Documentation/git-hash-object.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
4545

4646
GIT
4747
---
48-
Part of the linkgit:git[7] suite
48+
Part of the linkgit:git[1] suite

Documentation/git-help.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ Written by Junio C Hamano <gitster@pobox.com> and the git-list
172172

173173
Documentation
174174
-------------
175-
Initial documentation was part of the linkgit:git[7] man page.
175+
Initial documentation was part of the linkgit:git[1] man page.
176176
Christian Couder <chriscool@tuxfamily.org> extracted and rewrote it a
177177
little. Maintenance is done by the git-list <git@vger.kernel.org>.
178178

179179
GIT
180180
---
181-
Part of the linkgit:git[7] suite
181+
Part of the linkgit:git[1] suite

Documentation/git-http-fetch.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
5353

5454
GIT
5555
---
56-
Part of the linkgit:git[7] suite
56+
Part of the linkgit:git[1] suite

Documentation/git-http-push.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ Documentation by Nick Hengeveld
101101

102102
GIT
103103
---
104-
Part of the linkgit:git[7] suite
104+
Part of the linkgit:git[1] suite

Documentation/git-imap-send.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ Documentation by Mike McCormack
5959

6060
GIT
6161
---
62-
Part of the linkgit:git[7] suite
62+
Part of the linkgit:git[1] suite

Documentation/git-index-pack.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ Documentation by Sergey Vlasov
100100

101101
GIT
102102
---
103-
Part of the linkgit:git[7] suite
103+
Part of the linkgit:git[1] suite

Documentation/git-init.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
122122

123123
GIT
124124
---
125-
Part of the linkgit:git[7] suite
125+
Part of the linkgit:git[1] suite

Documentation/git-instaweb.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ Documentation by Eric Wong <normalperson@yhbt.net>.
8686

8787
GIT
8888
---
89-
Part of the linkgit:git[7] suite
89+
Part of the linkgit:git[1] suite

Documentation/git-log.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
112112

113113
GIT
114114
---
115-
Part of the linkgit:git[7] suite
115+
Part of the linkgit:git[1] suite

Documentation/git-lost-found.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
7878

7979
GIT
8080
---
81-
Part of the linkgit:git[7] suite
81+
Part of the linkgit:git[1] suite

Documentation/git-ls-files.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,4 @@ Documentation by David Greaves, Junio C Hamano, Josh Triplett, and the git-list
192192

193193
GIT
194194
---
195-
Part of the linkgit:git[7] suite
195+
Part of the linkgit:git[1] suite

Documentation/git-ls-remote.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ Written by Junio C Hamano <junkio@cox.net>
6969

7070
GIT
7171
---
72-
Part of the linkgit:git[7] suite
72+
Part of the linkgit:git[1] suite

Documentation/git-ls-tree.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list
9191

9292
GIT
9393
---
94-
Part of the linkgit:git[7] suite
94+
Part of the linkgit:git[1] suite

Documentation/git-mailinfo.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
6666

6767
GIT
6868
---
69-
Part of the linkgit:git[7] suite
69+
Part of the linkgit:git[1] suite

Documentation/git-mailsplit.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
5555

5656
GIT
5757
---
58-
Part of the linkgit:git[7] suite
58+
Part of the linkgit:git[1] suite

Documentation/git-merge-base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
3939

4040
GIT
4141
---
42-
Part of the linkgit:git[7] suite
42+
Part of the linkgit:git[1] suite

0 commit comments

Comments
 (0)