On 02/24/2012 03:33 PM, Marlene Cote wrote:
I used merge with -no-commit -no-ff. So, I assume I won't see any change in behavior, since merge is not performing commits, right?
Hi Marlene,
--no-commit only stops the last step, i.e. making of the commit. The
tree (working files) is changed before that. So basically after a merge
with --no-commit, your tree will be dirty and git status will show
modified files.
zbyszek
--
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