summaryrefslogtreecommitdiff
path: root/t/t9903-bash-prompt.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-03 21:08:13 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-05-03 21:08:13 (GMT)
commit309ca68e5a11f14491f1b5ad9b0b3384ac4df383 (patch)
tree69e5844ec0a8ad36b704817c60fd126bf1cc47e9 /t/t9903-bash-prompt.sh
parente61f75fe19250f96003357b3568d81d0e3cf5cc2 (diff)
parent755042480429fbadbb1953416d2c04c035a78e4c (diff)
downloadgit-309ca68e5a11f14491f1b5ad9b0b3384ac4df383.zip
git-309ca68e5a11f14491f1b5ad9b0b3384ac4df383.tar.gz
git-309ca68e5a11f14491f1b5ad9b0b3384ac4df383.tar.bz2
Merge branch 'js/name-rev-use-oldest-ref'
"git describe --contains" often made a hard-to-justify choice of tag to give name to a given commit, because it tried to come up with a name with smallest number of hops from a tag, causing an old commit whose close descendant that is recently tagged were not described with respect to an old tag but with a newer tag. It did not help that its computation of "hop" count was further tweaked to penalize being on a side branch of a merge. The logic has been updated to favor using the tag with the oldest tagger date, which is a lot easier to explain to the end users: "We describe a commit in terms of the (chronologically) oldest tag that contains the commit." * js/name-rev-use-oldest-ref: name-rev: include taggerdate in considering the best name
Diffstat (limited to 't/t9903-bash-prompt.sh')
-rwxr-xr-xt/t9903-bash-prompt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9903-bash-prompt.sh b/t/t9903-bash-prompt.sh
index ffbfa0e..0db4469 100755
--- a/t/t9903-bash-prompt.sh
+++ b/t/t9903-bash-prompt.sh
@@ -107,7 +107,7 @@ test_expect_success 'prompt - describe detached head - contains' '
'
test_expect_success 'prompt - describe detached head - branch' '
- printf " ((b1~1))" >expected &&
+ printf " ((tags/t2~1))" >expected &&
git checkout b1^ &&
test_when_finished "git checkout master" &&
(