diff options
| author | Russell Belfer <arrbee@arrbee.com> | 2012-01-16 15:16:44 -0800 |
|---|---|---|
| committer | Russell Belfer <arrbee@arrbee.com> | 2012-01-16 15:16:44 -0800 |
| commit | cfbc880d8a407bcd2074dda4221d337daf72195c (patch) | |
| tree | eb1cd2d1be66c2b5604fbe3699b38aae984851b3 /src/ignore.h | |
| parent | 1dbcc9fc4e6f5264d5bb46f6d7f744eb4a4063e4 (diff) | |
| download | libgit2-cfbc880d8a407bcd2074dda4221d337daf72195c.tar.gz | |
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.h | 2 |
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 |
