Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Oakley <philipoakley@iee.org>2016-08-13 02:45:22 +0300
committerJunio C Hamano <gitster@pobox.com>2016-08-14 05:36:45 +0300
commita117be4d34d7b8b13fd6c40791ba78eabecd884b (patch)
treea24d3fc81c6d5bb639df735428e8539aedd11092 /Documentation/revisions.txt
parent7a5370e612ca6d5e2f5a3b6835ec7439fb04bd6c (diff)
doc: revisions: sort examples and fix alignment of the unchanged
The previous commit adjusted the column alignment for revision examples which show expansion. Fix the unchanged examples and sort those that show expansions to the end of the list. Signed-off-by: Philip Oakley <philipoakley@iee.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/revisions.txt')
-rw-r--r--Documentation/revisions.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/revisions.txt b/Documentation/revisions.txt
index 728bd0959f..a7fbcd72cd 100644
--- a/Documentation/revisions.txt
+++ b/Documentation/revisions.txt
@@ -330,14 +330,14 @@ with each step in the notation's expansion and selection carefully
spelt out:
Args Expanded arguments Selected commits
- D G H D
- D F G H I J D F
- ^G D H D
- ^D B E I J F B
+ D G H D
+ D F G H I J D F
+ ^G D H D
+ ^D B E I J F B
+ ^D B C E I J F B C
+ C I J F C
B..C = ^B C C
B...C = B ^F C G H D E B C
- ^D B C E I J F B C
- C I J F C
C^@ = C^1
= F I J F
B^@ = B^1 B^2 B^3