Enumerate revision range specifiers in the documentation
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Jul 2012 22:03:50 +0000 (15:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Jul 2012 22:03:50 +0000 (15:03 -0700)
commitca5ee2d1fbbb030f499587b58a49eb814f5b5ab0
treee65671f665b2d789b5dab6c331d281611d643203
parent89ce391b8edae97bbfd0fdb33b4c252b6fd0dc53
Enumerate revision range specifiers in the documentation

It was a bit hard to learn how <rev>^@, <rev>^! 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 <rev>, <rev>..<rev> and
<rev>^! forms, stolen from a patch by Max Horn.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/revisions.txt