On Mon, Apr 2, 2018 at 10:34 PM, Derrick Stolee <stolee@xxxxxxxxx> wrote: > +With the `--append` option, include all commits that are present in the > +$ git rev-parse HEAD | git commit-graph write --stdin-commits --append > + N_("git commit-graph write [--object-dir <objdir>] [--append] [--stdin-packs|--stdin-commits]"), > + N_("git commit-graph write [--object-dir <objdir>] [--append] [--stdin-packs|--stdin-commits]"), > + OPT_BOOL(0, "append", &opts.append, > + git rev-parse merge/3 | git commit-graph write --stdin-commits --append && I see '--append' everywhere in the code and docs, good. Please update the subject line as well, it still says '--additive'.