aboutsummaryrefslogtreecommitdiff
path: root/t/t4202-log.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-05-30 11:16:39 +0900
committerJunio C Hamano <gitster@pobox.com>2017-05-30 11:16:40 +0900
commit78089b71da60fcf846b2e7029a90db492f1d3a9d (patch)
tree5084c7d997af4d72d0b6b257508afeeb9152bb6b /t/t4202-log.sh
parente83352ef23cca2701953ed3c915f1db49b255a7d (diff)
parentef1e74065c19cc427c4a1b322154fd55d7a3588b (diff)
downloadgit-78089b71da60fcf846b2e7029a90db492f1d3a9d.tar.gz
git-78089b71da60fcf846b2e7029a90db492f1d3a9d.tar.xz
Merge branch 'jc/name-rev-lw-tag'
"git describe --contains" penalized light-weight tags so much that they were almost never considered. Instead, give them about the same chance to be considered as an annotated tag that is the same age as the underlying commit would. * jc/name-rev-lw-tag: name-rev: favor describing with tags and use committer date to tiebreak name-rev: refactor logic to see if a new candidate is a better name
Diffstat (limited to 't/t4202-log.sh')
-rwxr-xr-xt/t4202-log.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4202-log.sh b/t/t4202-log.sh
index 1c7d6729c..6499cdf6f 100755
--- a/t/t4202-log.sh
+++ b/t/t4202-log.sh
@@ -399,7 +399,7 @@ cat > expect <<\EOF
| |
| | Merge branch 'side'
| |
-| * commit side
+| * commit tags/side-2
| | Author: A U Thor <author@example.com>
| |
| | side-2