Johannes Schindelin escreveu: > $ git grep -e exclude-existing v1.5.0-rc0 > v1.5.0-rc0:builtin-show-ref.c: if (!strcmp(arg, "--exclude-existing")) > v1.5.0-rc0:builtin-show-ref.c: if (!strncmp(arg, "--exclude-existing=", 19)) > v1.5.0-rc0:git-fetch.sh: git-show-ref --exclude-existing=refs/tags/ | > > The last line means that it _is_ in v1.5.0-rc0. (BTW it is the commit > tags/v1.5.0-rc0~84, which I found by "git log v1.5.0-rc0 git-fetch.sh | > git name-rev --tags --stdin | less".) oh, oops. I was looking for the commit message of the patch you originally sent me. Cool. -- Han-Wen Nienhuys - hanwen@xxxxxxxxx - http://www.xs4all.nl/~hanwen - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html