Skip to content

Commit

Permalink
documentation: fix alphabetic ordered list for git-rebase man page
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nelson Benitez Leon authored and Junio C Hamano committed Mar 26, 2012
1 parent 0f36076 commit d3f2475
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Documentation/git-rebase.txt
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,13 @@ The interactive mode is meant for this type of workflow:

where point 2. consists of several instances of

a. regular use
a) regular use

1. finish something worthy of a commit
2. commit
b. independent fixup

b) independent fixup

1. realize that something does not work
2. fix that
3. commit it
Expand Down

0 comments on commit d3f2475

Please sign in to comment.