Fix "git checkout -b foo ':/substring'"
authorJunio C Hamano <gitster@pobox.com>
Sat, 2 Feb 2008 03:06:56 +0000 (19:06 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 2 Feb 2008 03:08:14 +0000 (19:08 -0800)
Because ':/substring' extended SHA1 expression cannot take
postfix modifiers such as ^{tree} and ^{commit}, we would need
to do it in multiple steps. With the patch, you can start a new
branch from a randomly-picked commit whose message has the named
string in it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found