From cfbc880d8a407bcd2074dda4221d337daf72195c Mon Sep 17 00:00:00 2001 From: Russell Belfer Date: Mon, 16 Jan 2012 15:16:44 -0800 Subject: 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 --- src/ignore.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ignore.h') 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 -- cgit v1.2.3