mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
revwalk: Allow changing hide_cb
Since git_revwalk objects are encouraged to be reused, a public interface for changing hide_cb is desirable.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user