e9860da t/t3430: avoid undefined git diff behavior

1 file Authored by Chris Torek 3 years ago, Committed by ddevault 3 years ago,
    t/t3430: avoid undefined git diff behavior
    
    The autosquash-and-exec test used "git diff HEAD^!" to mean
    "git diff HEAD^ HEAD".  Use these directly instead of relying
    on the undefined but actual-current behavior of "HEAD^!".
    
    Signed-off-by: Chris Torek <chris.torek@gmail.com>
    
        
file modified
+1 -1