git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [RFC][Git GUI] Make Commit message field in git GUI re sizable.
@ 2017-02-22  9:27 Jessie Hernandez
  2017-02-22  9:50 ` Bert Wesarg
  0 siblings, 1 reply; 5+ messages in thread
From: Jessie Hernandez @ 2017-02-22  9:27 UTC (permalink / raw)
  To: git

Hi all,

I have been using git for a few years now and really like the software.
I have a small annoyance and was wondering if I could get the communities
view on this.

When using git GUI I find it handy to be able to re-size the "Unstaged
Changes" and the "Staged Changed" fields.

I would like the same thing for the "Commit Message" field, or to have it
re-size with the git GUI window.

I can re-size the "Commit Message" vertically when making the "Modified"
panel smaller.

Does this make sense?
I would be happy to get into more detail if that is necessary or if
something is not clear.

Thank you.

-----------------
Jessie Hernandez



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFC][Git GUI] Make Commit message field in git GUI re sizable.
  2017-02-22  9:27 [RFC][Git GUI] Make Commit message field in git GUI re sizable Jessie Hernandez
@ 2017-02-22  9:50 ` Bert Wesarg
  2017-02-22 11:59   ` Jessie Hernandez
  0 siblings, 1 reply; 5+ messages in thread
From: Bert Wesarg @ 2017-02-22  9:50 UTC (permalink / raw)
  To: Jessie Hernandez; +Cc: Git Mailing List, Pat Thoyts

HI,

the reason why it is fixed, is because commit messages should be
wrapped at 76 characters to be used in mails. So it helps you with the
wrapping.

Bert


On Wed, Feb 22, 2017 at 10:27 AM, Jessie Hernandez
<jessie@jessiehernandez.com> wrote:
> Hi all,
>
> I have been using git for a few years now and really like the software.
> I have a small annoyance and was wondering if I could get the communities
> view on this.
>
> When using git GUI I find it handy to be able to re-size the "Unstaged
> Changes" and the "Staged Changed" fields.
>
> I would like the same thing for the "Commit Message" field, or to have it
> re-size with the git GUI window.
>
> I can re-size the "Commit Message" vertically when making the "Modified"
> panel smaller.
>
> Does this make sense?
> I would be happy to get into more detail if that is necessary or if
> something is not clear.
>
> Thank you.
>
> -----------------
> Jessie Hernandez
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFC][Git GUI] Make Commit message field in git GUI re sizable.
  2017-02-22  9:50 ` Bert Wesarg
@ 2017-02-22 11:59   ` Jessie Hernandez
  2017-02-22 17:15     ` Marc Branchaud
  0 siblings, 1 reply; 5+ messages in thread
From: Jessie Hernandez @ 2017-02-22 11:59 UTC (permalink / raw)
  To: Bert Wesarg; +Cc: Jessie Hernandez, Git Mailing List, Pat Thoyts

> HI,
>
> the reason why it is fixed, is because commit messages should be
> wrapped at 76 characters to be used in mails. So it helps you with the
> wrapping.
>
> Bert

Right ok. I understand.
Knowing this I think I might start writing my commit messages differently
then.

Thank you for this.

Regards

-----------------
Jessie Hernandez

>
>
> On Wed, Feb 22, 2017 at 10:27 AM, Jessie Hernandez
> <jessie@jessiehernandez.com> wrote:
>> Hi all,
>>
>> I have been using git for a few years now and really like the software.
>> I have a small annoyance and was wondering if I could get the
>> communities
>> view on this.
>>
>> When using git GUI I find it handy to be able to re-size the "Unstaged
>> Changes" and the "Staged Changed" fields.
>>
>> I would like the same thing for the "Commit Message" field, or to have
>> it
>> re-size with the git GUI window.
>>
>> I can re-size the "Commit Message" vertically when making the "Modified"
>> panel smaller.
>>
>> Does this make sense?
>> I would be happy to get into more detail if that is necessary or if
>> something is not clear.
>>
>> Thank you.
>>
>> -----------------
>> Jessie Hernandez
>>
>>
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFC][Git GUI] Make Commit message field in git GUI re sizable.
  2017-02-22 11:59   ` Jessie Hernandez
@ 2017-02-22 17:15     ` Marc Branchaud
  2017-02-23  6:46       ` Jessie Hernandez
  0 siblings, 1 reply; 5+ messages in thread
From: Marc Branchaud @ 2017-02-22 17:15 UTC (permalink / raw)
  To: Jessie Hernandez, Bert Wesarg; +Cc: Git Mailing List, Pat Thoyts

On 2017-02-22 06:59 AM, Jessie Hernandez wrote:
>> HI,
>>
>> the reason why it is fixed, is because commit messages should be
>> wrapped at 76 characters to be used in mails. So it helps you with the
>> wrapping.
>>
>> Bert
>
> Right ok. I understand.
> Knowing this I think I might start writing my commit messages differently
> then.

You can configure gui.commitMsgWidth if you don't like the default 
(which is 75, not 76).

		M.


> Thank you for this.
>
> Regards
>
> -----------------
> Jessie Hernandez
>
>>
>>
>> On Wed, Feb 22, 2017 at 10:27 AM, Jessie Hernandez
>> <jessie@jessiehernandez.com> wrote:
>>> Hi all,
>>>
>>> I have been using git for a few years now and really like the software.
>>> I have a small annoyance and was wondering if I could get the
>>> communities
>>> view on this.
>>>
>>> When using git GUI I find it handy to be able to re-size the "Unstaged
>>> Changes" and the "Staged Changed" fields.
>>>
>>> I would like the same thing for the "Commit Message" field, or to have
>>> it
>>> re-size with the git GUI window.
>>>
>>> I can re-size the "Commit Message" vertically when making the "Modified"
>>> panel smaller.
>>>
>>> Does this make sense?
>>> I would be happy to get into more detail if that is necessary or if
>>> something is not clear.
>>>
>>> Thank you.
>>>
>>> -----------------
>>> Jessie Hernandez
>>>
>>>
>>
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFC][Git GUI] Make Commit message field in git GUI re sizable.
  2017-02-22 17:15     ` Marc Branchaud
@ 2017-02-23  6:46       ` Jessie Hernandez
  0 siblings, 0 replies; 5+ messages in thread
From: Jessie Hernandez @ 2017-02-23  6:46 UTC (permalink / raw)
  To: Marc Branchaud; +Cc: Bert Wesarg, Git Mailing List, Pat Thoyts

> On 2017-02-22 06:59 AM, Jessie Hernandez wrote:
>>> HI,
>>>
>>> the reason why it is fixed, is because commit messages should be
>>> wrapped at 76 characters to be used in mails. So it helps you with the
>>> wrapping.
>>>
>>> Bert
>>
>> Right ok. I understand.
>> Knowing this I think I might start writing my commit messages
>> differently
>> then.
>
> You can configure gui.commitMsgWidth if you don't like the default
> (which is 75, not 76).
>
> 		M.

Hi Marc,

Yeah I did that in my local version and got my desired effect.
But knowing it was designed like this and and not a bug,
I am happy to use the designed behavior and adjust my way of working.

-----------------
Jessie Hernandez

>
>
>> Thank you for this.
>>
>> Regards
>>
>> -----------------
>> Jessie Hernandez
>>
>>>
>>>
>>> On Wed, Feb 22, 2017 at 10:27 AM, Jessie Hernandez
>>> <jessie@jessiehernandez.com> wrote:
>>>> Hi all,
>>>>
>>>> I have been using git for a few years now and really like the
>>>> software.
>>>> I have a small annoyance and was wondering if I could get the
>>>> communities
>>>> view on this.
>>>>
>>>> When using git GUI I find it handy to be able to re-size the "Unstaged
>>>> Changes" and the "Staged Changed" fields.
>>>>
>>>> I would like the same thing for the "Commit Message" field, or to have
>>>> it
>>>> re-size with the git GUI window.
>>>>
>>>> I can re-size the "Commit Message" vertically when making the
>>>> "Modified"
>>>> panel smaller.
>>>>
>>>> Does this make sense?
>>>> I would be happy to get into more detail if that is necessary or if
>>>> something is not clear.
>>>>
>>>> Thank you.
>>>>
>>>> -----------------
>>>> Jessie Hernandez
>>>>
>>>>
>>>
>>
>>
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-02-23  7:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-22  9:27 [RFC][Git GUI] Make Commit message field in git GUI re sizable Jessie Hernandez
2017-02-22  9:50 ` Bert Wesarg
2017-02-22 11:59   ` Jessie Hernandez
2017-02-22 17:15     ` Marc Branchaud
2017-02-23  6:46       ` Jessie Hernandez

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).