Files
git/git-gui/lib
Johannes Schindelin 3a8c77ff9a git gui: fix staging a second line to a 1-line file
When a 1-line file is augmented by a second line, and the user tries to
stage that single line via the "Stage Line" context menu item, we do not
want to see "apply: corrupt patch at line 5".

The reason for this error was that the hunk header looks like this:

	@@ -1 +1,2 @@

but the existing code expects the original range always to contain a
comma. This problem is easily fixed by cutting the string "1 +1,2"
(that Git GUI formerly mistook for the starting line) at the space.

This fixes https://github.com/git-for-windows/git/issues/515

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-11-29 11:34:49 +01:00
..
2010-02-07 15:52:28 -08:00
2007-07-12 14:14:51 -07:00
2009-05-01 22:11:57 -07:00
2010-02-07 15:52:28 -08:00
2010-02-07 15:52:28 -08:00
2007-11-21 00:00:56 -08:00
2008-09-25 08:41:07 -07:00
2007-11-21 00:00:56 -08:00
2013-12-09 14:57:00 -08:00