Re: [PATCH 0/3] git-gui: Add ability to revert selected hunks and lines

2019-08-21 Thread Pratyush Yadav
On 21/08/19 09:06AM, Bert Wesarg wrote: > Dear Pratyush, > > putting me in Cc would have been nice :( I wasn't sure if you were interested in git-gui any more, so I decided to not bother you. I will Cc you when I send a re-roll. > I will look into your patches in the comming hours. Thanks.

Re: [PATCH 0/3] git-gui: Add ability to revert selected hunks and lines

2019-08-21 Thread Bert Wesarg
Dear Pratyush, putting me in Cc would have been nice :( I will look into your patches in the comming hours. Bert On Mon, Aug 19, 2019 at 11:41 PM Pratyush Yadav wrote: > > Hi, > > This series adds the ability to revert selected lines and hunks in > git-gui. Partially based on the patch by Bert

Re: [PATCH 0/3] git-gui: Add ability to revert selected hunks and lines

2019-08-20 Thread Pratyush Yadav
On 20/08/19 11:47AM, Junio C Hamano wrote: > Pratyush Yadav writes: > > > This series adds the ability to revert selected lines and hunks in > > git-gui. Partially based on the patch by Bert Wesarg [0]. > > > > The commits can be found in the topic branch 'py/git-gui-revert-lines' > > at https://

Re: [PATCH 0/3] git-gui: Add ability to revert selected hunks and lines

2019-08-20 Thread Junio C Hamano
Pratyush Yadav writes: > This series adds the ability to revert selected lines and hunks in > git-gui. Partially based on the patch by Bert Wesarg [0]. > > The commits can be found in the topic branch 'py/git-gui-revert-lines' > at https://github.com/prati0100/git/tree/py/git-gui-revert-lines Pl

[PATCH 0/3] git-gui: Add ability to revert selected hunks and lines

2019-08-19 Thread Pratyush Yadav
Hi, This series adds the ability to revert selected lines and hunks in git-gui. Partially based on the patch by Bert Wesarg [0]. The commits can be found in the topic branch 'py/git-gui-revert-lines' at https://github.com/prati0100/git/tree/py/git-gui-revert-lines Once reviewed, pull the commits