Re: [git-users] Adding a URL to a commit

2016-05-08 Thread Dale R. Worley
Melvin Carvalho writes: > In npm when you have an author there's a really nice feature ... namely you > can add a URL : > > Author: Joe Bloggs (URL) > > In git you have the same message but without the optional URL at the end > > I was wondering how difficult it might be to add such a feature

[git-users] Adding a URL to a commit

2016-05-08 Thread Melvin Carvalho
In npm when you have an author there's a really nice feature ... namely you can add a URL : Author: Joe Bloggs (URL) In git you have the same message but without the optional URL at the end I was wondering how difficult it might be to add such a feature to git commits? I asked this on IRC