This repository was archived by the owner on Nov 9, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +23
-7
lines changed Expand file tree Collapse file tree 5 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 1
1
MAN1_TXT = \
2
2
$(filter-out $(addsuffix .txt, $(ARTICLES ) $(SP_ARTICLES ) ) , \
3
3
$(wildcard git-* .txt) ) \
4
- gitk.txt gitweb.txt git.txt
4
+ gitk.txt gitweb.txt git.txt gitremote-helpers.txt
5
5
MAN5_TXT =gitattributes.txt gitignore.txt gitmodules.txt githooks.txt \
6
6
gitrepository-layout.txt gitweb.conf.txt
7
7
MAN7_TXT =gitcli.txt gittutorial.txt gittutorial-2.txt \
@@ -13,7 +13,8 @@ MAN_TXT = $(MAN1_TXT) $(MAN5_TXT) $(MAN7_TXT)
13
13
MAN_XML =$(patsubst % .txt,% .xml,$(MAN_TXT ) )
14
14
MAN_HTML =$(patsubst % .txt,% .html,$(MAN_TXT ) )
15
15
16
- DOC_HTML =$(MAN_HTML )
16
+ OBSOLETE_HTML = git-remote-helpers.html
17
+ DOC_HTML =$(MAN_HTML ) $(OBSOLETE_HTML )
17
18
18
19
ARTICLES = howto-index
19
20
ARTICLES += everyday
@@ -261,6 +262,12 @@ $(MAN_HTML): %.html : %.txt asciidoc.conf
261
262
$(ASCIIDOC_EXTRA ) -agit_version=$(GIT_VERSION ) -o $@ + $< && \
262
263
mv $@ + $@
263
264
265
+ $(OBSOLETE_HTML ) : % .html : % .txto asciidoc.conf
266
+ $(QUIET_ASCIIDOC )$(RM ) $@ + $@ && \
267
+ $(ASCIIDOC ) -b xhtml11 -f asciidoc.conf \
268
+ $(ASCIIDOC_EXTRA ) -agit_version=$(GIT_VERSION ) -o $@ + $< && \
269
+ mv $@ + $@
270
+
264
271
manpage-base-url.xsl : manpage-base-url.xsl.in
265
272
sed " s|@@MAN_BASE_URL@@|$( MAN_BASE_URL) |" $< > $@
266
273
Original file line number Diff line number Diff line change
1
+ git-remote-helpers
2
+ ==================
3
+
4
+ This document has been moved to linkgit:gitremote-helpers[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.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The best way to learn more is to read the comments and source code in
23
23
24
24
SEE ALSO
25
25
--------
26
- linkgit:git-remote -helpers[1]
26
+ linkgit:gitremote -helpers[1]
27
27
28
28
GIT
29
29
---
Original file line number Diff line number Diff line change 1
- git-remote -helpers(1)
2
- =====================
1
+ gitremote -helpers(1)
2
+ ====================
3
3
4
4
NAME
5
5
----
6
- git-remote -helpers - Helper programs to interact with remote repositories
6
+ gitremote -helpers - Helper programs to interact with remote repositories
7
7
8
8
SYNOPSIS
9
9
--------
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ may be used:
55
55
56
56
where <address> may be a path, a server and path, or an arbitrary
57
57
URL-like string recognized by the specific remote helper being
58
- invoked. See linkgit:git-remote -helpers[1] for details.
58
+ invoked. See linkgit:gitremote -helpers[1] for details.
59
59
60
60
If there are a large number of similarly-named remote repositories and
61
61
you want to use a different format for them (such that the URLs you
You can’t perform that action at this time.
0 commit comments