Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revision.c: use proper data type in call to sizeof() within xrealloc
A type char** was being used instead of char*. Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information