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

2019-09-12 Thread Bert Wesarg
On Tue, Sep 10, 2019 at 10:26 PM Johannes Sixt wrote: > > Am 10.09.19 um 21:21 schrieb Pratyush Yadav: > > If there are no further objections with the series, I will merge it in. > > No objections. I use it in production. yep, Since 2012 ;-) > > -- Hannes

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

2019-09-10 Thread Johannes Sixt
Am 10.09.19 um 21:21 schrieb Pratyush Yadav: > If there are no further objections with the series, I will merge it in. No objections. I use it in production. -- Hannes

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

2019-09-10 Thread Pratyush Yadav
Johannes, Bert, All, If there are no further objections with the series, I will merge it in. On 29/08/19 03:27AM, 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 Wesarg [0]. > > The commits can be

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

2019-08-28 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/revert-hunks-lines' at https://github.com/prati0100/git-gui/tree/py/revert-hunks-lines Changes in v3: - Drop the confi