]> git.ipfire.org Git - thirdparty/mtr.git/commit
Use format +git:XXXXXXXX
authorTravis Cross <tc@traviscross.com>
Sat, 9 Feb 2013 09:48:52 +0000 (09:48 +0000)
committerTravis Cross <tc@traviscross.com>
Sat, 9 Feb 2013 09:50:23 +0000 (09:50 +0000)
commitefd76a7ee72d4dfb3be2cddbdceb794f2f13c7f1
tree1fbf03f6cde99ff469c078fe0ef15c4457deeb70
parent354c28d7075f647682ad8ba437ee8e7c4de53c34
Use format +git:XXXXXXXX

The colon is kinder to Debian than a dash and seems stylistically
better.  The dash feels as though it introduces another version level,
e.g. -rc1-alpha2.  We could just do +gitXXXXXXXX but as git commit
hashes are in lowercase hexadecimal the result can be something really
ugly like +giteaf0cb71.  It's also easier to select the commit hash
for a copy/paste operation when there is something to separate it.
Makefile.am