Re: [PATCH v2 3/4] git-gui: Add the ability to revert selected lines

2019-08-23 Thread Pratyush Yadav
On 23/08/19 08:29AM, Bert Wesarg wrote: > On Fri, Aug 23, 2019 at 12:01 AM Pratyush Yadav > wrote: > > > > Just like the user can select lines to stage or unstage, add the > > ability to revert selected lines. > > > > Signed-off-by: Pratyush Yadav > > --- > > git-gui.sh | 25 +

Re: [PATCH v2 3/4] git-gui: Add the ability to revert selected lines

2019-08-22 Thread Bert Wesarg
On Fri, Aug 23, 2019 at 12:01 AM Pratyush Yadav wrote: > > Just like the user can select lines to stage or unstage, add the > ability to revert selected lines. > > Signed-off-by: Pratyush Yadav > --- > git-gui.sh | 25 - > lib/diff.tcl | 31 ++---

[PATCH v2 3/4] git-gui: Add the ability to revert selected lines

2019-08-22 Thread Pratyush Yadav
Just like the user can select lines to stage or unstage, add the ability to revert selected lines. Signed-off-by: Pratyush Yadav --- git-gui.sh | 25 - lib/diff.tcl | 31 ++- 2 files changed, 50 insertions(+), 6 deletions(-) diff --git a/git