]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/status.c
Patch cleanup for merge
authorRussell Belfer <arrbee@arrbee.com>
Mon, 16 Jan 2012 23:16:44 +0000 (15:16 -0800)
committerRussell Belfer <arrbee@arrbee.com>
Mon, 16 Jan 2012 23:16:44 +0000 (15:16 -0800)
commitcfbc880d8a407bcd2074dda4221d337daf72195c
treeeb1cd2d1be66c2b5604fbe3699b38aae984851b3
parent1dbcc9fc4e6f5264d5bb46f6d7f744eb4a4063e4
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
include/git2/index.h
include/git2/status.h
src/attr.c
src/attr_file.h
src/ignore.c
src/ignore.h
src/status.c
src/util.h
tests-clay/status/worktree.c