Fix crash on x86 in git_for_each_reflog_ent due to signature change of callback function
commitee6d70e49c48d394f95fa7068dfcf57e150b0d54
authorSven Strickroth <email@cs-ware.de>
Wed, 13 Sep 2017 16:01:03 +0000 (13 18:01 +0200)
committerSven Strickroth <email@cs-ware.de>
Wed, 13 Sep 2017 17:03:38 +0000 (13 19:03 +0200)
treebdad60ec448d4d2dadaa9184cbf7e3a629cdef6c
parent7bb429ad8a1153722c7468bb9466b1bd29a39fda
Fix crash on x86 in git_for_each_reflog_ent due to signature change of callback function

Regression of commit 61a42a678509f1eab085c9b493a2ef24a426f71a.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
ext/gitdll/gitdll.c
ext/gitdll/gitdll.h
src/Git/GitRevLoglist.cpp