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:
authorRussell Belfer <arrbee@arrbee.com>2012-01-17 03:16:44 +0400
committerRussell Belfer <arrbee@arrbee.com>2012-01-17 03:16:44 +0400
commitcfbc880d8a407bcd2074dda4221d337daf72195c (patch)
treeeb1cd2d1be66c2b5604fbe3699b38aae984851b3 /src/ignore.h
parent1dbcc9fc4e6f5264d5bb46f6d7f744eb4a4063e4 (diff)
Patch cleanup for merge
After reviewing the gitignore support with Vicent, we came up with a list of minor cleanups to prepare for merge, including: * checking git_repository_config error returns * renaming git_ignore_is_ignored and moving to status.h * fixing next_line skipping to include \r skips * commenting on where ignores are and are not included
Diffstat (limited to 'src/ignore.h')
-rw-r--r--src/ignore.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ignore.h b/src/ignore.h
index a6e6a1a34..2954445b5 100644
--- a/src/ignore.h
+++ b/src/ignore.h
@@ -14,6 +14,4 @@ extern int git_ignore__for_path(git_repository *repo, const char *path, git_vect
extern void git_ignore__free(git_vector *stack);
extern int git_ignore__lookup(git_vector *stack, const char *path, int *ignored);
-extern int git_ignore_is_ignored(git_repository *repo, const char *path, int *ignored);
-
#endif