mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Removed 'git_commit_uninteresting' from the public API.
Signed-off-by: Vicent Marti <tanoku@gmail.com> Signed-off-by: Andreas Ericsson <ae@op5.se>
This commit is contained in:
committed by
Andreas Ericsson
parent
1a895dd787
commit
8903968265
@@ -44,14 +44,6 @@ GIT_EXTERN(git_commit *) git_commit_parse(git_revpool *pool, const git_oid *id);
|
||||
*/
|
||||
GIT_EXTERN(const git_oid *) git_commit_id(git_commit *commit);
|
||||
|
||||
|
||||
/**
|
||||
* Mark a commit and all its parents as uninteresting.
|
||||
* @param commit The commit to mark
|
||||
*/
|
||||
GIT_EXTERN(void) git_commit_mark_uninteresting(git_commit *commit);
|
||||
|
||||
|
||||
/** @} */
|
||||
GIT_END_DECL
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user