documentation: fix alphabetic ordered list for git-rebase man page

An alphabetic ordered list (a.) is converted to numerical in
the man page (1.) so context comments naming 'a' were confusing,
fix that by not using ordered list notation for 'a' anb 'b' items.

Signed-off-by: Nelson Benitez Leon <nelsonjesus.benitez@seap.minhap.es>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Nelson Benitez Leon 2012-03-23 12:31:39 +01:00 коммит произвёл Junio C Hamano
Родитель 0f360763c0
Коммит d3f2475c01
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -409,10 +409,13 @@ The interactive mode is meant for this type of workflow:
where point 2. consists of several instances of where point 2. consists of several instances of
a. regular use a) regular use
1. finish something worthy of a commit 1. finish something worthy of a commit
2. commit 2. commit
b. independent fixup
b) independent fixup
1. realize that something does not work 1. realize that something does not work
2. fix that 2. fix that
3. commit it 3. commit it