implement 'got diff -c' for diffing commits with optional filtering by path
commitcc8021afc28da386d1cab85b4d74b632b90e0108
authorStefan Sperling <stsp@stsp.name>
Sun, 10 Oct 2021 15:22:14 +0000 (10 15:22 +0000)
committerThomas Adam <thomas@xteddy.org>
Tue, 12 Oct 2021 20:02:46 +0000 (12 21:02 +0100)
tree14b133d4a79fc9346838d28eb7be551803bfd6a3
parenta3599220a642dcd27bacb8def35d06dd79ca3795
implement 'got diff -c' for diffing commits with optional filtering by path

Need for filtering by path sugggested by kn@
ok naddy@
got/got.1
got/got.c
gotweb/gotweb.c
include/got_diff.h
include/got_object.h
lib/diff.c
lib/object.c
regress/cmdline/diff.sh
tog/tog.c