]> git.proxmox.com Git - libgit2.git/commitdiff
Removed 'git_commit_uninteresting' from the public API.
authorVicent Marti <tanoku@gmail.com>
Sat, 22 May 2010 12:36:36 +0000 (14:36 +0200)
committerAndreas Ericsson <ae@op5.se>
Wed, 2 Jun 2010 08:32:06 +0000 (10:32 +0200)
Signed-off-by: Vicent Marti <tanoku@gmail.com>
Signed-off-by: Andreas Ericsson <ae@op5.se>
src/git/commit.h

index 279d8e37642a9aa06a4aff44694ab7a6eb68a60a..1a57ba73220bc222e2d290820bd9f4157c8a504e 100644 (file)
@@ -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