Thread (1 message) 1 message, 1 author, 2018-03-21

Re: [RFC PATCH v2 1/1] rebase-interactive: Add git_rebase__interactive__preserve_merges

From: Junio C Hamano <hidden>
Date: 2018-03-21 22:44:01

Wink Saville [off-list ref] writes:
quoted
Good code simplification that turns

        if A
                if B
                        do this thing
                fi
        fi

into

        if A & B
                do this thing
        fi
Will be keeping this in a future commit
I think this one is simple enough to be in the "prelim clean-up"
change, so that you can reduce the size of the remaining stuff that
really needs focused review.
But if that doesn't come to past, I believe my goal of simplication and fixing:
  "not ok 24 - exchange two commits with -p # TODO known breakage"
In t3404-rebase-interactive.sh is worth while.
Oh, thanks for working on this.  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help