Skip to content

Commit 1cb3324

Browse files
committed
Merge branch 'po/everyday-doc'
"git help everyday" to show the Everyday Git document. * po/everyday-doc: doc: add 'everyday' to 'git help' doc: Makefile regularise OBSOLETE_HTML list building doc: modernise everyday.txt wording and format in man page style
2 parents 670a3c1 + 673151a commit 1cb3324

File tree

12 files changed

+185
-131
lines changed

12 files changed

+185
-131
lines changed

Documentation/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ MAN7_TXT =
55
TECH_DOCS =
66
ARTICLES =
77
SP_ARTICLES =
8+
OBSOLETE_HTML =
89

910
MAN1_TXT += $(filter-out \
1011
$(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
@@ -26,6 +27,7 @@ MAN7_TXT += gitcore-tutorial.txt
2627
MAN7_TXT += gitcredentials.txt
2728
MAN7_TXT += gitcvs-migration.txt
2829
MAN7_TXT += gitdiffcore.txt
30+
MAN7_TXT += giteveryday.txt
2931
MAN7_TXT += gitglossary.txt
3032
MAN7_TXT += gitnamespaces.txt
3133
MAN7_TXT += gitrevisions.txt
@@ -37,11 +39,11 @@ MAN_TXT = $(MAN1_TXT) $(MAN5_TXT) $(MAN7_TXT)
3739
MAN_XML = $(patsubst %.txt,%.xml,$(MAN_TXT))
3840
MAN_HTML = $(patsubst %.txt,%.html,$(MAN_TXT))
3941

40-
OBSOLETE_HTML = git-remote-helpers.html
42+
OBSOLETE_HTML += everyday.html
43+
OBSOLETE_HTML += git-remote-helpers.html
4144
DOC_HTML = $(MAN_HTML) $(OBSOLETE_HTML)
4245

4346
ARTICLES += howto-index
44-
ARTICLES += everyday
4547
ARTICLES += git-tools
4648
ARTICLES += git-bisect-lk2009
4749
# with their own formatting rules.

Documentation/everyday.txto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Everyday Git With 20 Commands Or So
2+
===================================
3+
4+
This document has been moved to linkgit:giteveryday[1].
5+
6+
Please let the owners of the referring site know so that they can update the
7+
link you clicked to get here.
8+
9+
Thanks.

Documentation/git-push.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ When the command line does not specify what to push with `<refspec>...`
3434
arguments or `--all`, `--mirror`, `--tags` options, the command finds
3535
the default `<refspec>` by consulting `remote.*.push` configuration,
3636
and if it is not found, honors `push.default` configuration to decide
37-
what to push (See linkgit:git-config[1] for the meaning of `push.default`).
37+
what to push (See gitlink:git-config[1] for the meaning of `push.default`).
3838

3939

4040
OPTIONS[[OPTIONS]]

Documentation/git.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ unusually rich command set that provides both high-level operations
2222
and full access to internals.
2323

2424
See linkgit:gittutorial[7] to get started, then see
25-
link:everyday.html[Everyday Git] for a useful minimum set of
25+
linkgit:giteveryday[7] for a useful minimum set of
2626
commands. The link:user-manual.html[Git User's Manual] has a more
2727
in-depth introduction.
2828

@@ -1098,7 +1098,7 @@ subscribed to the list to send a message there.
10981098
SEE ALSO
10991099
--------
11001100
linkgit:gittutorial[7], linkgit:gittutorial-2[7],
1101-
link:everyday.html[Everyday Git], linkgit:gitcvs-migration[7],
1101+
linkgit:giteveryday[7], linkgit:gitcvs-migration[7],
11021102
linkgit:gitglossary[7], linkgit:gitcore-tutorial[7],
11031103
linkgit:gitcli[7], link:user-manual.html[The Git User's Manual],
11041104
linkgit:gitworkflows[7]

Documentation/gitcore-tutorial.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ linkgit:gittutorial[7],
16671667
linkgit:gittutorial-2[7],
16681668
linkgit:gitcvs-migration[7],
16691669
linkgit:git-help[1],
1670-
link:everyday.html[Everyday git],
1670+
linkgit:giteveryday[7],
16711671
link:user-manual.html[The Git User's Manual]
16721672

16731673
GIT

Documentation/gitcvs-migration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ linkgit:gittutorial[7],
194194
linkgit:gittutorial-2[7],
195195
linkgit:gitcore-tutorial[7],
196196
linkgit:gitglossary[7],
197-
link:everyday.html[Everyday Git],
197+
linkgit:giteveryday[7],
198198
link:user-manual.html[The Git User's Manual]
199199

200200
GIT

0 commit comments

Comments
 (0)