On Mon, Sep 01, 2008 at 12:33:59PM -0700, Shawn O. Pearce wrote: > Clemens Buchacher <drizzd@xxxxxx> wrote: > > git apply does not handle diffs without context correctly. Configuring git > > gui to show zero context lines therefore breaks staging. > > > > Signed-off-by: Clemens Buchacher <drizzd@xxxxxx> > > Thanks, this is queued for 'maint'. Actually, if you don't mind, I changed the commit message because 'git apply' is not really to blame here: Staging hunks without context does not work, because line number information would have to be recomputed for individual hunks. Since it is already possible to stage individual lines using 'Stage Line for Commit', zero context diffs are not really necessary for git gui, however. Signed-off-by: Clemens Buchacher <drizzd@xxxxxx> -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html