Revision e8d9d8b0bdb8c43c8c5e23c3a2fe99a1dcbe8015 authored by Junio C Hamano on 24 June 2017, 22:29:27 UTC, committed by Junio C Hamano on 24 June 2017, 22:29:28 UTC
"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
2 parent s fd99e2b + ef1e740
History
File Mode Size
.gitignore -rw-r--r-- 7 bytes
README -rw-r--r-- 10.6 KB
TEAMS -rw-r--r-- 2.1 KB
bg.po -rw-r--r-- 611.3 KB
ca.po -rw-r--r-- 469.1 KB
de.po -rw-r--r-- 483.0 KB
fr.po -rw-r--r-- 503.5 KB
git.pot -rw-r--r-- 303.3 KB
is.po -rw-r--r-- 3.3 KB
it.po -rw-r--r-- 128.2 KB
ko.po -rw-r--r-- 484.2 KB
pt_PT.po -rw-r--r-- 482.9 KB
ru.po -rw-r--r-- 526.1 KB
sv.po -rw-r--r-- 487.8 KB
vi.po -rw-r--r-- 539.5 KB
zh_CN.po -rw-r--r-- 449.6 KB

README

back to top