On Fri, Jan 18, 2019 at 09:07:19AM +0000, Richard W.M. Jones wrote:
> On Thu, Jan 17, 2019 at 06:20:00PM +0100, Miro Hrončok wrote:
> > "All commits must be signed-off on. Please use git commit -s to do
> 
> TIL - there's a git feature for adding S-o-B to a commit.
> I always typed it out by hand ...

unrelated: installing vim's snipMate helps with that, you can expand typing
"sob<tab>me<tab>" to be your full SOB line. Or anything else, really.

literally seconds shaved off your typing time! :)

$ cat $HOME/.vim/snippets/gitcommit.snippets
snippet ack
        Acked-by:
snippet rev
        Reviewed-by:
snippet sob
        Signed-off-by:
snippet tested
        Tested-by:
snippet me
        Peter Hutterer <...>
...

Cheers,
   Peter
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to