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

2015-08-13 Thread Beat Bolli
On 13.08.15 09:37, Paul Mackerras wrote: > On Sat, Jul 18, 2015 at 01:15:39PM +0200, Beat Bolli wrote: >> When referring to earlier commits in commit messages or other text, one >> of the established formats is >> >> ("", ) >> >> Add a "Copy commit summary" command to the context menu that put

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

2015-08-13 Thread Paul Mackerras
On Sat, Jul 18, 2015 at 01:15:39PM +0200, Beat Bolli wrote: > When referring to earlier commits in commit messages or other text, one > of the established formats is > > ("", ) > > Add a "Copy commit summary" command to the context menu that puts this > text for the currently selected commit

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

2015-07-21 Thread Beat Bolli
On 21.07.15 12:28, Paul Mackerras wrote: > On Tue, Jul 21, 2015 at 12:19:23PM +0200, Beat Bolli wrote: >> Guys, >> >> can I get a Yea or Nay for this patch? >> >> Does it go in via Paul's gitk repo or directly through Junio? > > I'll put it in. It goes into my repo and from there into Junio's. >

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

2015-07-21 Thread Paul Mackerras
On Tue, Jul 21, 2015 at 12:19:23PM +0200, Beat Bolli wrote: > Guys, > > can I get a Yea or Nay for this patch? > > Does it go in via Paul's gitk repo or directly through Junio? I'll put it in. It goes into my repo and from there into Junio's. I'm on vacation and travelling this week, so please

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

2015-07-21 Thread Beat Bolli
Guys, can I get a Yea or Nay for this patch? Does it go in via Paul's gitk repo or directly through Junio? Thanks, Beat On 18.07.15 13:15, Beat Bolli wrote: > When referring to earlier commits in commit messages or other text, one > of the established formats is > > ("", ) > > Add a "Co

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

2015-07-18 Thread Beat Bolli
When referring to earlier commits in commit messages or other text, one of the established formats is ("", ) 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 users to create well-formatt