Re: [PATCH 1/2] t3404: demonstrate CHERRY_PICK_HEAD bug
From: Junio C Hamano <hidden>
Date: 2016-06-15 23:05:22
Johannes Schindelin [off-list ref] writes:
quoted
quoted
+ git diff seq-onto &&I am puzzled with this "diff"; what is this about? Is it a remnant from an earlier debugging session, or is it making sure seq-onto is a valid tree-ish?The idea is to verify that we end up with the same tree even if we exchanged the latest two patches. I can remove it if you want as it is not strictly necessary, but I would like to keep it just to make sure that we did not end up with an incomplete rebase.
I agree that such a verification is a very good thing to have here. But you would need to ask "git diff" to signal that it found no differences with --exit-code or --quiet, I would think. Thanks.