Revision 2ad9ba0382ca0d9a36746db804d1bf01f5281b8e authored by Junio C Hamano on 01 February 2012, 05:06:06 UTC, committed by Junio C Hamano on 01 February 2012, 05:27:58 UTC
When asking for a tag to be pulled, disambiguate by leaving tags/ prefix
in front of the name of the tag. E.g.

    ... in the git repository at:

      git://example.com/git/git.git/ tags/v1.2.3

    for you to fetch changes up to 123456...

This way, older versions of "git pull" can be used to respond to such a
request more easily, as "git pull $URL v1.2.3" did not DWIM to fetch
v1.2.3 tag in older versions. Also this makes it clearer for humans that
the pull request is made for a tag and he should anticipate a signed one.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 11b17af
History
File Mode Size
fnmatch
nedmalloc
regex
vcbuild
win32
basename.c -rw-r--r-- 334 bytes
bswap.h -rw-r--r-- 1.0 KB
cygwin.c -rw-r--r-- 4.8 KB
cygwin.h -rw-r--r-- 275 bytes
fopen.c -rw-r--r-- 931 bytes
hstrerror.c -rw-r--r-- 513 bytes
inet_ntop.c -rw-r--r-- 4.9 KB
inet_pton.c -rw-r--r-- 6.9 KB
memmem.c -rw-r--r-- 752 bytes
mingw.c -rw-r--r-- 44.2 KB
mingw.h -rw-r--r-- 8.7 KB
mkdtemp.c -rw-r--r-- 153 bytes
mmap.c -rw-r--r-- 747 bytes
msvc.c -rw-r--r-- 113 bytes
msvc.h -rw-r--r-- 1.1 KB
obstack.c -rw-r--r-- 13.8 KB
obstack.h -rw-r--r-- 19.1 KB
pread.c -rw-r--r-- 433 bytes
qsort.c -rw-r--r-- 1.1 KB
setenv.c -rw-r--r-- 857 bytes
snprintf.c -rw-r--r-- 1.5 KB
strcasestr.c -rw-r--r-- 431 bytes
strlcpy.c -rw-r--r-- 247 bytes
strtoimax.c -rw-r--r-- 214 bytes
strtok_r.c -rw-r--r-- 1.9 KB
strtoumax.c -rw-r--r-- 217 bytes
terminal.c -rw-r--r-- 1.2 KB
terminal.h -rw-r--r-- 142 bytes
unsetenv.c -rw-r--r-- 558 bytes
win32.h -rw-r--r-- 872 bytes
win32mmap.c -rw-r--r-- 903 bytes
winansi.c -rw-r--r-- 6.9 KB

back to top