On 18.07.15 14:23, Paul Mackerras wrote:
> On Fri, Jul 17, 2015 at 08:30:24AM -0700, Junio C Hamano wrote:
>> Paul Mackerras writes:
>>
>>> We have an item in the preferences menu to control the SHA1 length
>>> that is automatically selected when going to a new commit. It's
>>> stored in the vari
On Fri, Jul 17, 2015 at 08:30:24AM -0700, Junio C Hamano wrote:
> Paul Mackerras writes:
>
> > We have an item in the preferences menu to control the SHA1 length
> > that is automatically selected when going to a new commit. It's
> > stored in the variable $autosellen. That seems like it would
Paul Mackerras writes:
> We have an item in the preferences menu to control the SHA1 length
> that is automatically selected when going to a new commit. It's
> stored in the variable $autosellen. That seems like it would be a
> reasonable choice for the SHA1 length to use here.
Reusing a confi
On Thu, Jul 16, 2015 at 05:29:25PM +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
On 2015-07-17 10:50, li...@haller-berlin.de wrote:
Junio C Hamano wrote:
Beat Bolli writes:
> When referring to earlier commits in commit messages or other
text, one
> of the established formats is
>
> ("", )
> ...
> +proc copysummary {} {
> +global rowmenuid commitinfo
> +
> +
Junio C Hamano wrote:
> Beat Bolli writes:
>
> > When referring to earlier commits in commit messages or other text, one
> > of the established formats is
> >
> > ("", )
> > ...
> > +proc copysummary {} {
> > +global rowmenuid commitinfo
> > +
> > +set id [string range $rowmenuid 0
Am 16.07.2015 um 17:29 schrieb 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 make
Beat Bolli writes:
> When referring to earlier commits in commit messages or other text, one
> of the established formats is
>
> ("", )
> ...
> +proc copysummary {} {
> +global rowmenuid commitinfo
> +
> +set id [string range $rowmenuid 0 7]
> +set info $commitinfo($rowmenuid)
>
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
9 matches
Mail list logo