From: Junio C Hamano Date: Tue, 24 Jul 2012 22:03:50 +0000 (-0700) Subject: Enumerate revision range specifiers in the documentation X-Git-Tag: v1.7.12-rc1~18^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ca5ee2d1fbbb030f499587b58a49eb814f5b5ab0?ds=inline;hp=ca5ee2d1fbbb030f499587b58a49eb814f5b5ab0 Enumerate revision range specifiers in the documentation It was a bit hard to learn how ^@, ^! and various other forms of range specifiers are used, because they were discussed mostly in the prose part of the documentation, unlike various forms of extended SHA-1 expressions that are listed in an enumerated list. Also add a few more examples showing use of , .. and ^! forms, stolen from a patch by Max Horn. Signed-off-by: Junio C Hamano ---