Commits


initial 'got stage -p' implementation


remove accidental assignment in diffreg.c


plug /dev/null file descriptor leaks in diffreg.c


rename got_error_prefix_errno() to got_error_from_errno()


got_error_from_errno -> got_error_prefix_errno also add got_error_prefix_errno2 and got_error_prefix_errno3 which should hopefully all be merged into a single function with variadic args (but can't alloc mem)


don't close input files in got_diffreg(); callers will do that


check for errors from fclose()


restore support for D_NORMAL diffs of regular files


use a constant for max diff context size


basic 'got blame' implementation


remove support for the ifdef diff format from diffreg


remove REVERSE and NREVERSE diff output options from diffreg


remove support for 'edit' diff output from diffreg


remove support for "normal" diff output from diffreg


remove support for context diffs from diffreg.c