Re: [RFC PATCH v2 0/2] git-gui: (un)stage a range of changes at once
From: Peter Baumann <hidden>
Date: 2016-06-15 22:47:38
On Wed, Oct 21, 2009 at 04:20:21PM -0500, Jeff Epler wrote:
Compared to the first version, I fixed a bug concerning staging line(s) when all following lines are deletions (a preexisting bug in git-gui). This version is made based off the master branch of git-gui.git, rather than the master branch of git.git. The first change fixes a long-standing git-gui bug in an area that the new feature is rewriting anyway. If there's interest in the new feature then maybe the two should just be squashed (using the message from the second). If not, it'd be nice to see the bugfix applied anyway. Jeff Epler (2): Fix applying a line when all following lines are deletions Make it possible to apply a range of changes at once git-gui.sh | 15 +++- lib/diff.tcl | 224 ++++++++++++++++++++++++++++++++-------------------------- 2 files changed, 135 insertions(+), 104 deletions(-)
Cc ing Shawn as the git gui maintainer, as he might have missed this series during his away time. The original series including user comments can be found at http://thread.gmane.org/gmane.comp.version-control.git/130732 whereas the newest version is here: http://thread.gmane.org/gmane.comp.version-control.git/130968 -- Peter