All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] documentation: fix alphabetic ordered list for git-rebase man page
@ 2012-03-23 11:31 Nelson Benitez Leon
  2012-03-23 19:28 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Nelson Benitez Leon @ 2012-03-23 11:31 UTC (permalink / raw)
  To: git

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.
---
Hi, "Interactive mode" section of git-rebase man page has an error,
where the source says:
        a. regular use

            1. finish something worthy of a commit

            2. commit
            
the converted man page says: 

        1. regular use

            1. finish something worthy of a commit

            2. commit

so the comments in following paragraph talking about "b.2." and "plenty of
a's and b's" don't have any meaning. I've fixed it by not using ordered
list notation for the alphabetical list.

Here you can see images of the man page before and after the patch:

Before patch: http://static.inky.ws/image/1567/image.jpg

After patch: http://static.inky.ws/image/1568/image.jpg

Regards,

 Documentation/git-rebase.txt |    7 +++++--
 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
-- 
1.7.7.6

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-27  9:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-23 11:31 [PATCH] documentation: fix alphabetic ordered list for git-rebase man page Nelson Benitez Leon
2012-03-23 19:28 ` Junio C Hamano
2012-03-26 11:57   ` Andreas Ericsson
2012-03-26 17:32     ` Junio C Hamano
2012-03-27 10:40       ` Nelson Benitez Leon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.