diff options
author | Elijah Newren <newren@gmail.com> | 2023-10-08 06:45:05 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 12:06:24 -0700 |
commit | 384f7d17d2f0d0ca689d8dda16f752c75a8ac634 (patch) | |
tree | d11dc4f719cf8d155f09cc7aedd22939c23f6295 /Documentation/technical/commit-graph.txt | |
parent | 82e81edf718302c20c37b17a69a768bc36837a72 (diff) |
documentation: fix typos
Diff best viewed with --color-diff.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/commit-graph.txt')
-rw-r--r-- | Documentation/technical/commit-graph.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/commit-graph.txt b/Documentation/technical/commit-graph.txt index 86fed0de0f..2c26e95e51 100644 --- a/Documentation/technical/commit-graph.txt +++ b/Documentation/technical/commit-graph.txt @@ -136,7 +136,7 @@ Design Details - Commit grafts and replace objects can change the shape of the commit history. The latter can also be enabled/disabled on the fly using - `--no-replace-objects`. This leads to difficultly storing both possible + `--no-replace-objects`. This leads to difficulty storing both possible interpretations of a commit id, especially when computing generation numbers. The commit-graph will not be read or written when replace-objects or grafts are present. |