diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-08-19 16:14:49 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-08-19 16:14:49 -0700 |
| commit | ecc796caa237d5f31807a6fa445b64770aea3aa5 (patch) | |
| tree | b445b1b8e46f7ec88879180eeb10a067224c5d09 | |
| parent | Merge branch 'jk/blame-coalesce-fix' (diff) | |
| parent | docs: commit-graph: fix some whitespace in the diagram (diff) | |
| download | git-ecc796caa237d5f31807a6fa445b64770aea3aa5.tar.gz git-ecc796caa237d5f31807a6fa445b64770aea3aa5.zip | |
Merge branch 'jb/commit-graph-doc-fix'
Docfix.
* jb/commit-graph-doc-fix:
docs: commit-graph: fix some whitespace in the diagram
| -rw-r--r-- | Documentation/technical/commit-graph.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/technical/commit-graph.txt b/Documentation/technical/commit-graph.txt index 808fa30b99..f14a7659aa 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} | | | | | | | |
