On Mon, Jun 27, 2011 at 2:23 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Have you ran all tests with the changes in this series, especially the > ones in t34xx series? Err, now that would be smart, now wouldn't it. =) In fact, I had a stupid bug that this caught. Fixed, will include in next reroll (much sooner than this reroll was =P). All tests now pass. Greg diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index 42ea3e7..3b1e375 100644 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -741,7 +741,7 @@ else revisions=$onto...$orig_head shortrevisions=$shorthead fi -if test -z "rewrite_refs" +if test -z "$rewrite_refs" then pretty=oneline else -- 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