diff mbox series

docs: commit-graph: fix some whitespace in the diagram

Message ID 20200813145053.43360-1-johannes@sipsolutions.net (mailing list archive)
State Accepted
Commit 6dfefe70a9482f44be729a54735d025c241a1821
Headers show
Series docs: commit-graph: fix some whitespace in the diagram | expand

Commit Message

Johannes Berg Aug. 13, 2020, 2:50 p.m. UTC
In the merge diagram, some whitespace is missing which
makes it a bit confusing, fix that.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
 Documentation/technical/commit-graph.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Derrick Stolee Aug. 13, 2020, 4:50 p.m. UTC | #1
On 8/13/2020 10:50 AM, Johannes Berg wrote:
> In the merge diagram, some whitespace is missing which
> makes it a bit confusing, fix that.

Thanks for noticing and fixing this. This must have been
due to some un-careful find/replace on my part.

-Stolee

>  			    +---------------------+
>  			    |                     |
>   +-----------------------+  +---------------------+
> - |  graph-{hash2} |->|                     |
> + |  graph-{hash2}        |->|                     |
>   +-----------------------+  +---------------------+
>  	  |                 |                     |
>   +-----------------------+  +---------------------+
>   |                       |  |                     |
> - |  graph-{hash1} |->|                     |
> + |  graph-{hash1}        |->|                     |
>   |                       |  |                     |
>   +-----------------------+  +---------------------+
>  	  |                  tmp_graphXXX
> @@ -223,7 +223,7 @@ file.
>   |                       |
>   |                       |
>   |                       |
> - |  graph-{hash0} |
> + |  graph-{hash0}        |
>   |                       |
>   |                       |
>   |                       |
>
Junio C Hamano Aug. 13, 2020, 6:30 p.m. UTC | #2
Johannes Berg <johannes@sipsolutions.net> writes:

> In the merge diagram, some whitespace is missing which
> makes it a bit confusing, fix that.
>
> Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
> ---
>  Documentation/technical/commit-graph.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Thanks, will queue.

>
> diff --git a/Documentation/technical/commit-graph.txt b/Documentation/technical/commit-graph.txt
> index 808fa30b99f2..f14a7659aa87 100644
> --- a/Documentation/technical/commit-graph.txt
> +++ b/Documentation/technical/commit-graph.txt
> @@ -210,12 +210,12 @@ file.
>  			    +---------------------+
>  			    |                     |
>   +-----------------------+  +---------------------+
> - |  graph-{hash2} |->|                     |
> + |  graph-{hash2}        |->|                     |
>   +-----------------------+  +---------------------+
>  	  |                 |                     |
>   +-----------------------+  +---------------------+
>   |                       |  |                     |
> - |  graph-{hash1} |->|                     |
> + |  graph-{hash1}        |->|                     |
>   |                       |  |                     |
>   +-----------------------+  +---------------------+
>  	  |                  tmp_graphXXX
> @@ -223,7 +223,7 @@ file.
>   |                       |
>   |                       |
>   |                       |
> - |  graph-{hash0} |
> + |  graph-{hash0}        |
>   |                       |
>   |                       |
>   |                       |
diff mbox series

Patch

diff --git a/Documentation/technical/commit-graph.txt b/Documentation/technical/commit-graph.txt
index 808fa30b99f2..f14a7659aa87 100644
--- a/Documentation/technical/commit-graph.txt
+++ b/Documentation/technical/commit-graph.txt
@@ -210,12 +210,12 @@  file.
 			    +---------------------+
 			    |                     |
  +-----------------------+  +---------------------+
- |  graph-{hash2} |->|                     |
+ |  graph-{hash2}        |->|                     |
  +-----------------------+  +---------------------+
 	  |                 |                     |
  +-----------------------+  +---------------------+
  |                       |  |                     |
- |  graph-{hash1} |->|                     |
+ |  graph-{hash1}        |->|                     |
  |                       |  |                     |
  +-----------------------+  +---------------------+
 	  |                  tmp_graphXXX
@@ -223,7 +223,7 @@  file.
  |                       |
  |                       |
  |                       |
- |  graph-{hash0} |
+ |  graph-{hash0}        |
  |                       |
  |                       |
  |                       |