Re: [PATCH] git-gui: add horizontal scrollbar to commit buffer

2019-09-13 Thread Bert Wesarg
On Fri, Sep 13, 2019 at 8:53 PM Pratyush Yadav wrote: > > Can you please add a version number when you send re-rolls the next time > around. Something like "[PATCH v2] subject...". Makes it easier for me > to keep track of things when there are multiple re-rolls of multiple > patches. > > You can

Re: [PATCH] git-gui: add horizontal scrollbar to commit buffer

2019-09-13 Thread Pratyush Yadav
Can you please add a version number when you send re-rolls the next time around. Something like "[PATCH v2] subject...". Makes it easier for me to keep track of things when there are multiple re-rolls of multiple patches. You can do this by passing "-v2" (or "-v3", "-v4", etc) to git-send-emai

[PATCH] git-gui: add horizontal scrollbar to commit buffer

2019-09-12 Thread Bert Wesarg
While the commit message widget has a configurable fixed width, it nevertheless allowed to write commit messages which exceeded this limit. Though there is no visual clue, that there is scrolling going on. Now there is a horizontal scrollbar. There seems to be a bug in at least Tcl/Tk up to versio