Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Typefix builtin-prune.c::prune_object()
It passed (const char*) to a function that took a (char *); the buffer itself was of course writable, so pass the buffer itself. Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information