Junio C Hamano wrote:
Apply the test change without the "do not leak" part in the fix-up
(queued as a single "SQUASH???" commit on 'pu') to what you posted
earlier and see how it breaks.
--- expect 2013-06-18 16:09:21.000000000 +0000
+++ actual 2013-06-18 16:09:21.000000000 +0000
@@ -1,4 +1,4 @@
-rebase -i (start): checkout I
+rebase -i (start): checkout branch-reflog-test: checkout I
rebase -i (pick): G
rebase -i (pick): H
rebase -i (finish): returning to refs/heads/branch-reflog-test
If you apply the test part of that fixup to what you posted today,
what would you see?
Damn it! I didn't realize that your subshell was for a do-not-leak.
I'm feeling especially stupid now.
Will post a re-roll in a bit.