commit | 2e6e276decde2a9f04fc29bce734a49d3ba8f484 | [log] [tgz] |
---|---|---|
author | Ramkumar Ramachandra <artagnon@gmail.com> | Fri Jun 14 18:47:52 2013 +0530 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Jun 14 09:41:18 2013 -0700 |
tree | 86adfcb9208d50e5b3aa1f59501e945ecf66e7c7 | |
parent | bac1ddd0f86bc5955c24f89e402de80d2844efb5 [diff] |
rebase: use peel_committish() where appropriate The revisions specified on the command-line as <onto> and <upstream> arguments could be of the form :/quuxery; so, use peel_committish() to resolve them. The failing tests in t/rebase and t/rebase-interactive now pass. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>