Skip to content

Commit d3f2475

Browse files
Nelson Benitez Leongitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0f36076 commit d3f2475

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Documentation/git-rebase.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,13 @@ The interactive mode is meant for this type of workflow:
409409

410410
where point 2. consists of several instances of
411411

412-
a. regular use
412+
a) regular use
413+
413414
1. finish something worthy of a commit
414415
2. commit
415-
b. independent fixup
416+
417+
b) independent fixup
418+
416419
1. realize that something does not work
417420
2. fix that
418421
3. commit it

0 commit comments

Comments
 (0)