Derrick Stolee <stolee@xxxxxxxxx> writes: > @@ -96,10 +101,12 @@ static int graph_write(int argc, const char **argv) > builtin_commit_graph_write_options, > builtin_commit_graph_write_usage, 0); > > + if (opts.stdin_packs && opts.stdin_commits) > + die(_("cannot use both --stdin-commits and --stdin-packs")); Here error message is marked for translation, which is not the case for other patches in the series. -- Jakub Narębski