author | Jonathan Nieder <jrnieder@gmail.com> | |
Tue, 22 Nov 2011 11:15:10 +0000 (05:15 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 22 Nov 2011 21:33:01 +0000 (13:33 -0800) | ||
commit | dffc86002862753376e31a16a1c1c0306716fbe6 | |
tree | c098a98940bf752949aa942d1e8d722a0dd9451f | tree | snapshot |
parent | f80a87262aa4468b0941d38deffdb97a757307c5 | commit | diff |
revert: rearrange pick_revisions() for clarity
Deal completely with "cherry-pick --quit" and --continue at the
beginning of pick_revisions(), leaving the rest of the function for
the more interesting "git cherry-pick <commits>" case.
No functional change intended. The impact is just to unindent the
code a little.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Deal completely with "cherry-pick --quit" and --continue at the
beginning of pick_revisions(), leaving the rest of the function for
the more interesting "git cherry-pick <commits>" case.
No functional change intended. The impact is just to unindent the
code a little.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/revert.c | diff | blob | history |