From ca4beaf0aa678b620e8ad8cebafb5b150986a615 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Wed, 16 Jan 2013 10:08:18 +0100 Subject: [PATCH] Updated documentation for added follow parameter Signed-off-by: Jano Svitok Signed-off-by: Sven Strickroth --- ext/gitdll/gitdll.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/gitdll/gitdll.h b/ext/gitdll/gitdll.h index d54e5b20d..0bd415b66 100644 --- a/ext/gitdll/gitdll.h +++ b/ext/gitdll/gitdll.h @@ -115,6 +115,7 @@ GITDLL_API int git_get_log_estimate_commit_count(GIT_LOG handle); * Get Next Commit * @param handle [IN]handle Get handle from git_open_log * @param commit [OUT]commit Caller need prepare buffer for this call + * @param follow [IN]follow Follow history beyond renames (see --follow) * @return 0 success * @remark Caller need call git_free_commit to free internal buffer after use it; */ -- 2.11.4.GIT