On Sat, 20 Mar 2021, Jason Ekstrand jason@jlekstrand.net wrote:
This reverts commit 88be76cdafc7e60e2e4ed883bfe7e8dd7f35fa3a. This API
Small nit, I think it would be useful to reference commits with the citation style:
88be76cdafc7 ("drm/i915: Allow userspace to specify ringsize on construction")
I use this monster in my .gitconfig:
[alias] cite = "!f() { git log -1 '--pretty=format:%H ("%s")%n' $1 | sed -e 's/\([0-f]\{12\}\)[0-f]*/\1/'; }; f"
With that, 'git cite <committish>' will give you the nice reference with 12 chars of sha1 regardless of core.abbrev config.
BR, Jani.