On 2/20/2020 5:10 PM, Bryan Turner wrote: > On Wed, Feb 5, 2020 at 2:56 PM Garima Singh via GitGitGadget > <gitgitgadget@xxxxxxxxx> wrote: >> diff --git a/Documentation/git-commit-graph.txt b/Documentation/git-commit-graph.txt >> index bcd85c1976..907d703b30 100644 >> --- a/Documentation/git-commit-graph.txt >> +++ b/Documentation/git-commit-graph.txt >> @@ -54,6 +54,11 @@ or `--stdin-packs`.) >> With the `--append` option, include all commits that are present in the >> existing commit-graph file. >> + >> +With the `--changed-paths` option, compute and write information about the >> +paths changed between a commit and it's first parent. This operation can > > "its first parent" > > (Pardon the grammar nit from the peanut gallery!) > :) Thank you! Fixed in v3. Cheers! Garima Singh