Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] do we continue to reference revision numbers?

From: Peter Wu <lekensteyn@xxxxxxxxx>
Date: Fri, 31 Jan 2014 17:55:08 +0100
On Friday 31 January 2014 11:46:34 Hadriel Kaplan wrote:
> Any specific leading character(s) we should use, so that bugzilla can
> someday parse it and insert the appropriate url? Like ‘c[commit_id_sha1]'

I propose the regex /\bcommit [0-9a-f]{4,40}\b/i (or /[Cc]ommit .../ without i 
modifier). "cabcdef" does not look pretty and the "commit abcdef" notation is 
also very natural (see commit messages for Linux, bisect runs, etc.

Regards,
Peter