diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-02-07 12:57:10 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-07 12:57:10 -0800 |
commit | dc347e9f6a2c106bb684d93dfbc38e3f3df2795b (patch) | |
tree | f06144e5a57ded1b672eda1a35657f7aa8399912 /Documentation | |
parent | 715d13046060028ee33b9db3500ea66eeead7e20 (diff) | |
parent | 2ad9ba0382ca0d9a36746db804d1bf01f5281b8e (diff) | |
download | git-dc347e9f6a2c106bb684d93dfbc38e3f3df2795b.tar.gz |
Merge branch 'jc/maint-request-pull-for-tag'
* 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.txt | 4 |
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 a1351c5bb8..98c0033a55 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 |