author | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 4 Mar 2008 01:09:35 +0000 (20:09 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 4 Mar 2008 02:26:29 +0000 (18:26 -0800) | ||
commit | d1b28f512c6d2c7d373c746d8876dbf177ddf114 | |
tree | 20be612724cf28452e9d225b349f1f20768629a0 | tree | snapshot |
parent | be7bae0d4821462c50c5b82633edb372fe971e9e | commit | diff |
Test for packed tags in git-describe output
In c374b91c ("git-describe: use tags found in packed-refs correctly")
Junio fixed an issue where git-describe did not parse a tag object it
obtained from a packed-refs file, as the peel information was read in
from packed-refs and not the tag object itself.
This new test case verifies the fix listed above is functioning, and
does not have a regression in the future.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
In c374b91c ("git-describe: use tags found in packed-refs correctly")
Junio fixed an issue where git-describe did not parse a tag object it
obtained from a packed-refs file, as the peel information was read in
from packed-refs and not the tag object itself.
This new test case verifies the fix listed above is functioning, and
does not have a regression in the future.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6120-describe.sh | diff | blob | history |