Merge branch 'rr/rebase-sha1-by-string-query'
commitbc918acf708a839bbc350e014d599fdd458319ca
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Jun 2013 20:48:40 +0000 (24 13:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Jun 2013 20:48:40 +0000 (24 13:48 -0700)
tree3b93414f5146cf1e76ecfd005162feedc19f30e5
parent8d8975aca7c2b031a2386cd8f266109a8c6e1973
parent2e6e276decde2a9f04fc29bce734a49d3ba8f484
Merge branch 'rr/rebase-sha1-by-string-query'

Allow various commit objects to be given to "git rebase" by ':/look
for this string' syntax, e.g. "git rebase --onto ':/there'".

* rr/rebase-sha1-by-string-query:
  rebase: use peel_committish() where appropriate
  sh-setup: add new peel_committish() helper
  t/rebase: add failing tests for a peculiar revision
git-rebase.sh
t/t3400-rebase.sh
t/t3404-rebase-interactive.sh