mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-03 12:41:50 +00:00
Adds support for .gitignore files to git_status_foreach() and git_status_file(). This includes refactoring the gitattributes code to share logic where possible. The GIT_STATUS_IGNORED flag will now be passed in for files that are ignored (provided they are not already in the index or the head of repo). |
||
|---|---|---|
| .. | ||
| .gitted | ||
| subdir | ||
| current_file | ||
| ignored_file | ||
| modified_file | ||
| new_file | ||
| staged_changes | ||
| staged_changes_modified_file | ||
| staged_delete_modified_file | ||
| staged_new_file | ||
| staged_new_file_modified_file | ||
| subdir.txt | ||