aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-02-10 13:59:02 -0800
committerJunio C Hamano <gitster@pobox.com>2012-02-10 13:59:02 -0800
commit4fed4c809a9ed73c7147ad33f14eacc82700f41e (patch)
tree8b5b9c8f725c87e45a676b0380703e172d4871d3 /Documentation
parent184a7aa7bf8e42ce9aba12b92d9cf8014d04a947 (diff)
parent2ad9ba0382ca0d9a36746db804d1bf01f5281b8e (diff)
downloadgit-4fed4c809a9ed73c7147ad33f14eacc82700f41e.tar.gz
git-4fed4c809a9ed73c7147ad33f14eacc82700f41e.tar.xz
Merge branch 'jc/maint-request-pull-for-tag' into maint
* jc/maint-request-pull-for-tag: request-pull: explicitly ask tags/$name to be pulled
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/howto/using-signed-tag-in-pull-request.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/howto/using-signed-tag-in-pull-request.txt b/Documentation/howto/using-signed-tag-in-pull-request.txt
index a1351c5bb..98c0033a5 100644
--- a/Documentation/howto/using-signed-tag-in-pull-request.txt
+++ b/Documentation/howto/using-signed-tag-in-pull-request.txt
@@ -109,7 +109,7 @@ The resulting msg.txt file begins like so:
are available in the git repository at:
- example.com:/git/froboz.git frotz-for-xyzzy
+ example.com:/git/froboz.git tags/frotz-for-xyzzy
for you to fetch changes up to 703f05ad5835c...:
@@ -141,7 +141,7 @@ After receiving such a pull request message, the integrator fetches and
integrates the tag named in the request, with:
------------
- $ git pull example.com:/git/froboz.git/ frotz-for-xyzzy
+ $ git pull example.com:/git/froboz.git/ tags/frotz-for-xyzzy
------------
This operation will always open an editor to allow the integrator to fine