On Mon, Sep 26, 2022 at 10:38 AM Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> wrote: > > > On Fri, Sep 23 2022, Chris Poucet via GitGitGadget wrote: > > > From: Chris Poucet <poucet@xxxxxxxxxx> > > static const char * const builtin_change_usage[] = { > > N_("git change list [<pattern>...]"), > > - N_("git change update [--force] [--replace <treeish>...] [--origin <treesih>...] [--content <newtreeish>]"), > > + N_("git change update [--force] [--replace <treeish>...] [--origin <treeish>...] [--content <newtreeish>]"), > > Here you're just correcting a typo in an earlier commit, squash it into that one instead. Done, thank you. > > > static const char * const builtin_update_usage[] = { > > - N_("git change update [--force] [--replace <treeish>...] [--origin <treesih>...] [--content <newtreeish>]"), > > + N_("git change update [--force] [--replace <treeish>...] [--origin <treeish>...] [--content <newtreeish>]"), > > Ditto. Done, thank you.