Download raw body.
some nits for diff.git
On Tue, Aug 02, 2022 at 08:09:09PM +0200, Omar Polo wrote: > spotted while reading the code / playing with the tests. in order: > > - make diff_atom_hash_update private to diff_atomize_text.c; it's > debatable but i think it doesn't belong to the public diff_main.h header > > - reuse diff_atom_hash_update instead of handrolling it. no-op change > but avoid issues if we ever want to change the hashing. > > - optionally look for diff in obj/ > > - less chatty output: avoids some printing to stderr (like "gpatch not > found" or "rm: errors: No such file or directory"). I'm also > moving from which(1) to the command built-in. > > ok? ok stsp@
some nits for diff.git