git-commit-graph.txt: refer to "*commit*-graph file"
commit4893d717a4e3bcb15822246d6bb2f294861b1ade
authorMartin Ågren <martin.agren@gmail.com>
Thu, 27 Sep 2018 19:12:21 +0000 (27 21:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Sep 2018 22:29:11 +0000 (27 15:29 -0700)
treed2a19bd2b6ed08dad689b8fcf4837d8656f72145
parentd59a9168fb65b02d20eda3100a76670417087c96
git-commit-graph.txt: refer to "*commit*-graph file"

This document sometimes refers to the "commit-graph file" as just "the
graph file". This saves a couple of words here and there at the risk of
confusion. In particular, the documentation for `git commit-graph read`
appears to suggest that there are indeed different types of graph files.

Let's just write out the full name everywhere.

The full name, by the way, is not the dash-less "commit graph file".
Use the dashed form. (The next commit will fix the remaining few
instances of the "commit graph file" in this document.)

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