git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 0/2] git-gui: (un)stage a range of changes at once
@ 2009-12-08  0:22 jepler
  2009-12-08  0:22 ` [PATCH 1/2] Fix applying a line when all following lines are deletions jepler
  2009-12-08  0:22 ` [PATCH 2/2] Make it possible to apply a range of changes at once jepler
  0 siblings, 2 replies; 4+ messages in thread
From: jepler @ 2009-12-08  0:22 UTC (permalink / raw)
  To: Shawn O. Pearce; +Cc: git, Heiko Voigt, Peter Baumann, Jeff Epler

From: Jeff Epler <jepler@unpythonic.net>

This set of patches allows git-gui to stage multiple lines at once by
selecting the range and then using the "apply lines" item in the context
menu.

Compared to the earlier versions, I've fixed all the bugs I became aware of.
I've also added the missing signed-off-by.

The first patch fixes an existing bug in git-gui when staging a deletion
followed by another deletion followed by the end of the file.

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 |  241 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 153 insertions(+), 103 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-01-23 23:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-08  0:22 [PATCHv3 0/2] git-gui: (un)stage a range of changes at once jepler
2009-12-08  0:22 ` [PATCH 1/2] Fix applying a line when all following lines are deletions jepler
2009-12-08  0:22 ` [PATCH 2/2] Make it possible to apply a range of changes at once jepler
2010-01-23 23:05   ` Shawn O. Pearce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).