Re: [PATCH 1/2] git-gui: convert new/amend commit radiobutton to checketton

2019-09-13 Thread Pratyush Yadav
On 12/09/19 09:35PM, Bert Wesarg wrote: > On Wed, Sep 11, 2019 at 10:15 PM Pratyush Yadav > wrote: > > > > Typo in the subject. s/checketton/checkbutton/ > > > > On 05/09/19 10:09PM, Bert Wesarg wrote: > > > diff --git a/lib/index.tcl b/lib/index.tcl > > > index b588db1..e07b7a3 100644 > > > ---

Re: [PATCH 1/2] git-gui: convert new/amend commit radiobutton to checketton

2019-09-12 Thread Bert Wesarg
On Wed, Sep 11, 2019 at 10:15 PM Pratyush Yadav wrote: > > Typo in the subject. s/checketton/checkbutton/\ Will re-roll and drop the actual keybinding patch, so that Birger can resend his part, Bert > > On 05/09/19 10:09PM, Bert Wesarg wrote: > > Signed-off-by: Bert Wesarg > > --- > > git-gui

Re: [PATCH 1/2] git-gui: convert new/amend commit radiobutton to checketton

2019-09-12 Thread Bert Wesarg
On Wed, Sep 11, 2019 at 10:15 PM Pratyush Yadav wrote: > > Typo in the subject. s/checketton/checkbutton/ > > On 05/09/19 10:09PM, Bert Wesarg wrote: > > Signed-off-by: Bert Wesarg > > --- > > git-gui.sh | 36 +--- > > lib/checkout_op.tcl | 6 +++--- > >

Re: [PATCH 1/2] git-gui: convert new/amend commit radiobutton to checketton

2019-09-11 Thread Pratyush Yadav
Typo in the subject. s/checketton/checkbutton/ On 05/09/19 10:09PM, Bert Wesarg wrote: > Signed-off-by: Bert Wesarg > --- > git-gui.sh | 36 +--- > lib/checkout_op.tcl | 6 +++--- > lib/commit.tcl | 4 ++-- > lib/index.tcl | 8 > 4

Re: [PATCH 1/2] git-gui: convert new/amend commit radiobutton to checketton

2019-09-05 Thread Pratyush Yadav
Hi Bert, I have some _very_ busy few days coming up, so I won't be able to devote much time to this right now. I will take a look at the series and your other patches by the coming Wednesday. Thanks. [snip] -- Regards, Pratyush Yadav

[PATCH 1/2] git-gui: convert new/amend commit radiobutton to checketton

2019-09-05 Thread Bert Wesarg
Signed-off-by: Bert Wesarg --- git-gui.sh | 36 +--- lib/checkout_op.tcl | 6 +++--- lib/commit.tcl | 4 ++-- lib/index.tcl | 8 4 files changed, 18 insertions(+), 36 deletions(-) diff --git a/git-gui.sh b/git-gui.sh index 5bc21b8..