Re: [PATCH] gitk: Add a "Copy commit summary" command

2015-07-15 Thread Jacob Keller
Agreed. I haven't seen "commit" used much in the past, and you can easily type that out as it is. On Wed, Jul 15, 2015 at 4:58 PM, Eric Sunshine wrote: > On Wed, Jul 15, 2015 at 6:24 PM, Keller, Jacob E > wrote: >> On Tue, 2015-07-14 at 13:34 -0700, Stefan Beller wrote: >>> On Tue, Jul 14, 2015

Re: [PATCH] gitk: Add a "Copy commit summary" command

2015-07-15 Thread Eric Sunshine
On Wed, Jul 15, 2015 at 6:24 PM, Keller, Jacob E wrote: > On Tue, 2015-07-14 at 13:34 -0700, Stefan Beller wrote: >> On Tue, Jul 14, 2015 at 9:42 AM, wrote: >> > From: Beat Bolli >> > >> > When referencing earlier commits in new commit messages or other >> > text, >> > one of the established fo

Re: [PATCH] gitk: Add a "Copy commit summary" command

2015-07-15 Thread Keller, Jacob E
On Tue, 2015-07-14 at 13:34 -0700, Stefan Beller wrote: > On Tue, Jul 14, 2015 at 9:42 AM, wrote: > > From: Beat Bolli > > > > When referencing earlier commits in new commit messages or other > > text, > > one of the established formats is > > > > commit ("", ) > > That sounds like I wo

Re: [PATCH] gitk: Add a "Copy commit summary" command

2015-07-14 Thread Stefan Beller
On Tue, Jul 14, 2015 at 9:42 AM, wrote: > From: Beat Bolli > > When referencing earlier commits in new commit messages or other text, > one of the established formats is > > commit ("", ) That sounds like I would use it a lot! Thanks :) > > Add a "Copy commit summary" command to the conte

[PATCH] gitk: Add a "Copy commit summary" command

2015-07-14 Thread dev+git
From: Beat Bolli When referencing earlier commits in new commit messages or other text, one of the established formats is commit ("", ) Add a "Copy commit summary" command to the context menu that puts this text for the currently selected commit on the clipboard. This makes it easy for our