mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-06 00:48:52 +00:00
This gives `git_status_foreach()` back its old behavior of emulating the "--untracked=all" behavior of git. You can get any of the various --untracked options by passing flags to `git_status_foreach_ext()` but the basic version will keep the behavior it has always had. |
||
|---|---|---|
| .. | ||
| ignore.c | ||
| single.c | ||
| status_data.h | ||
| submodules.c | ||
| worktree.c | ||