Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2012-07-27 20:43:02 +0400
committerVicent Marti <tanoku@gmail.com>2012-07-27 20:43:02 +0400
commitb84f75c357208ce54c5cc35921ff0b4a1abbe7d2 (patch)
tree85f013f4635f5ca9a8207348eb0e61b1391475fe /src/reflog.c
parent43b67d496b87a9c6ce38a500b7f3121bf136942e (diff)
reflog: Rename `entry_drop` to `drop`
Diffstat (limited to 'src/reflog.c')
-rw-r--r--src/reflog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflog.c b/src/reflog.c
index f841b2174..445e53942 100644
--- a/src/reflog.c
+++ b/src/reflog.c
@@ -439,7 +439,7 @@ char * git_reflog_entry_msg(const git_reflog_entry *entry)
return entry->msg;
}
-int git_reflog_entry_drop(
+int git_reflog_drop(
git_reflog *reflog,
unsigned int idx,
int rewrite_previous_entry)