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. > 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.