Merge branch 'vv/help-unknown-ref'
authorJunio C Hamano <gitster@pobox.com>
Sun, 2 Jun 2013 22:54:06 +0000 (15:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Jun 2013 22:54:06 +0000 (15:54 -0700)
Detect "git merge foo" that might have meant "git merge origin/foo"
and give an error message that is more specific than "foo is not
something we can merge".

* vv/help-unknown-ref:
merge: use help_unknown_ref()
help: add help_unknown_ref()

Trivial merge