Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type-mismatch compiler warning from diff_populate_filespec()
The type of the size member of filespec is ulong, while strbuf_detach expects a size_t pointer. This patch should fix the warning: Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information