summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/git/revwalk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/git/revwalk.h b/src/git/revwalk.h
index 027a51a06..7aa92d44a 100644
--- a/src/git/revwalk.h
+++ b/src/git/revwalk.h
@@ -86,6 +86,7 @@ GIT_EXTERN(git_commit *) gitrp_next(git_revpool *pool);
/**
* Change the sorting mode when iterating through the
* revision pool's contents.
+ * @param pool the pool being used for the traversal.
* @param sort_mode combination of GIT_RPSORT_XXX flags
*/
GIT_EXTERN(void) gitrp_sorting(git_revpool *pool, unsigned int sort_mode);