On Tue, Apr 16, 2013 at 3:48 PM, Felipe Contreras <felipe.contreras@xxxxxxxxx> wrote: > Here it goes. The remote helper ref is going to be used to tell > fast-export which refs to negate (e.g. ^refs/testgit/origin/master), > so that extra commits are not generated, which the remote helper > should ignore anyway, because it should already have marks for those. > So doing two consecutive pushes, would push the commits twice. > > It's worth noting this is the first time anybody asks what is the > negative effect of this not getting fixed. Yes, but what is noteworthy about it is that you did not include that in your commit message to begin with. This is the commit message request from Documentation/SubmittingPatches: The body should provide a meaningful commit message, which: . explains the problem the change tries to solve, iow, what is wrong with the current code without the change. . justifies the way the change solves the problem, iow, why the result with the change is better. . alternate solutions considered but discarded, if any. -- 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