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

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2013-01-22 20:55:56 +0400
committernulltoken <emeric.fermas@gmail.com>2013-01-23 17:00:40 +0400
commita41d33626920b627573e76d0324d67ade5cd8d43 (patch)
treef6b3a8a9cbe06b898fe55d58f7c66e259aeecdd5 /LibGit2Sharp/Index.cs
parent9b71e0f8c203cd1394dff22ea1dfeedc7b841e96 (diff)
Update libgit2 binaries to 586f71e
https://github.com/libgit2/libgit2/compare/7dfc5c3...586f71e
Diffstat (limited to 'LibGit2Sharp/Index.cs')
-rw-r--r--LibGit2Sharp/Index.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/Index.cs b/LibGit2Sharp/Index.cs
index 3dcea2b0..0ed25188 100644
--- a/LibGit2Sharp/Index.cs
+++ b/LibGit2Sharp/Index.cs
@@ -422,7 +422,7 @@ namespace LibGit2Sharp
private void AddToIndex(string relativePath)
{
- Proxy.git_index_add_from_workdir(handle, relativePath);
+ Proxy.git_index_add_bypath(handle, relativePath);
}
private void RemoveFromIndex(string relativePath)