Re: how to deal with conflicts after "git stash apply"?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shawn O. Pearce
Date: Sunday, October 21, 2007 - 9:26 pm

Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:

The reason Scott is seeing a combined diff here is merge-recursive
left the different versions of the file in the higher order stages
of the index when it found conflicts during the apply.  You need
to use git-add to stage the resolved file and replace the higher
order stages with just the normal stage 0.

-- 
Shawn.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: how to deal with conflicts after &quot;git stash apply&quot;?, Johannes Schindelin, (Sun Oct 21, 3:40 pm)
Re: how to deal with conflicts after "git stash apply"?, Shawn O. Pearce, (Sun Oct 21, 9:26 pm)