summaryrefslogtreecommitdiff
path: root/Documentation/git-rebase.txt
diff options
context:
space:
mode:
authorNelson Benitez Leon <nelsonjesus.benitez@seap.minhap.es>2012-03-23 11:31:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-03-26 17:28:55 (GMT)
commitd3f2475c01d9e90dbadacbe2c35854f6d11e6409 (patch)
tree1dba1733c305a0580862e77771f0aca536fab9e8 /Documentation/git-rebase.txt
parent0f360763c02d1230614e23f94fb298dab0162aa0 (diff)
downloadgit-d3f2475c01d9e90dbadacbe2c35854f6d11e6409.zip
git-d3f2475c01d9e90dbadacbe2c35854f6d11e6409.tar.gz
git-d3f2475c01d9e90dbadacbe2c35854f6d11e6409.tar.bz2
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>
Diffstat (limited to 'Documentation/git-rebase.txt')
-rw-r--r--Documentation/git-rebase.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt
index 504945c..520aaa9 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/git-rebase.txt
@@ -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