summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2018-11-29 08:00:31 +0100
committerGitHub <noreply@github.com>2018-11-29 08:00:31 +0100
commite7873eb2cc0e96c9eebe653b6a5ba41daea4a28e (patch)
tree085ec44e3cf775ce96492bce5beba7b52144d2e5 /include/git2
parent487233fa88c7f5680878578326a2f935befc89d4 (diff)
parent0836f0695ec1cb5ec45372bd3c7696bbd65cf8b7 (diff)
downloadlibgit2-e7873eb2cc0e96c9eebe653b6a5ba41daea4a28e.tar.gz
Merge pull request #4888 from TheBB/add-cb
revwalk: Allow changing hide_cb
Diffstat (limited to 'include/git2')
-rw-r--r--include/git2/revwalk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/revwalk.h b/include/git2/revwalk.h
index bbc3b2b00..901570e3a 100644
--- a/include/git2/revwalk.h
+++ b/include/git2/revwalk.h
@@ -279,7 +279,7 @@ typedef int(*git_revwalk_hide_cb)(
void *payload);
/**
- * Adds a callback function to hide a commit and its parents
+ * Adds, changes or removes a callback function to hide a commit and its parents
*
* @param walk the revision walker
* @param hide_cb callback function to hide a commit and its parents