summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0f36076)
raw | patch | inline | side by side (parent: 0f36076)
author | Nelson Benitez Leon <nelsonjesus.benitez@seap.minhap.es> | |
Fri, 23 Mar 2012 11:31:39 +0000 (12:31 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 26 Mar 2012 17:28:55 +0000 (10:28 -0700) |
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>
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>
Documentation/git-rebase.txt | patch | blob | history |
index 504945c69153a30252527c16945836fd2aa2ec5a..520aaa94fb7b2be7c11e7eed013acf36055a41ab 100644 (file)
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