Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 7be0931

Browse files
committed
Merge branch 'jk/remote-helpers-doc' into maint
* jk/remote-helpers-doc: Rename {git- => git}remote-helpers.txt
2 parents aaf4f28 + bd4a3d6 commit 7be0931

File tree

5 files changed

+23
-7
lines changed

5 files changed

+23
-7
lines changed

Documentation/Makefile

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MAN1_TXT= \
22
$(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
33
$(wildcard git-*.txt)) \
4-
gitk.txt gitweb.txt git.txt
4+
gitk.txt gitweb.txt git.txt gitremote-helpers.txt
55
MAN5_TXT=gitattributes.txt gitignore.txt gitmodules.txt githooks.txt \
66
gitrepository-layout.txt gitweb.conf.txt
77
MAN7_TXT=gitcli.txt gittutorial.txt gittutorial-2.txt \
@@ -13,7 +13,8 @@ MAN_TXT = $(MAN1_TXT) $(MAN5_TXT) $(MAN7_TXT)
1313
MAN_XML=$(patsubst %.txt,%.xml,$(MAN_TXT))
1414
MAN_HTML=$(patsubst %.txt,%.html,$(MAN_TXT))
1515

16-
DOC_HTML=$(MAN_HTML)
16+
OBSOLETE_HTML = git-remote-helpers.html
17+
DOC_HTML=$(MAN_HTML) $(OBSOLETE_HTML)
1718

1819
ARTICLES = howto-index
1920
ARTICLES += everyday
@@ -261,6 +262,12 @@ $(MAN_HTML): %.html : %.txt asciidoc.conf
261262
$(ASCIIDOC_EXTRA) -agit_version=$(GIT_VERSION) -o $@+ $< && \
262263
mv $@+ $@
263264

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+
264271
manpage-base-url.xsl: manpage-base-url.xsl.in
265272
sed "s|@@MAN_BASE_URL@@|$(MAN_BASE_URL)|" $< > $@
266273

Documentation/git-remote-helpers.txto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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.

Documentation/git-remote-testgit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The best way to learn more is to read the comments and source code in
2323

2424
SEE ALSO
2525
--------
26-
linkgit:git-remote-helpers[1]
26+
linkgit:gitremote-helpers[1]
2727

2828
GIT
2929
---

Documentation/git-remote-helpers.txt renamed to Documentation/gitremote-helpers.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
git-remote-helpers(1)
2-
=====================
1+
gitremote-helpers(1)
2+
====================
33

44
NAME
55
----
6-
git-remote-helpers - Helper programs to interact with remote repositories
6+
gitremote-helpers - Helper programs to interact with remote repositories
77

88
SYNOPSIS
99
--------

Documentation/urls.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ may be used:
5555

5656
where <address> may be a path, a server and path, or an arbitrary
5757
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.
5959

6060
If there are a large number of similarly-named remote repositories and
6161
you want to use a different format for them (such that the URLs you

0 commit comments

Comments
 (0)