Doc: refer to the "commit-graph file" with dash
commit4c399442f781f70a00273746ca6a0de9fef9b0d3
authorMartin Ågren <martin.agren@gmail.com>
Thu, 27 Sep 2018 19:12:22 +0000 (27 21:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Sep 2018 22:29:12 +0000 (27 15:29 -0700)
tree099bdaa87f5604e848b6e1b92aad053d838c35f0
parent4893d717a4e3bcb15822246d6bb2f294861b1ade
Doc: refer to the "commit-graph file" with dash

The file processed by `git commit-graph` is referred to as the
"commit-graph file", also with a dash. We have a few references to the
"commit graph file", though, without the dash. These occur in
git-commit-graph.txt as well as in Doc/technical/commit-graph.txt. Fix
them.

Do not change the references to the "commit graph" (without "... file")
as a data structure.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit-graph.txt
Documentation/technical/commit-graph.txt