Rsync-compatible flags: -a, -n, -p, --exclude, --delete #8
Reference in New Issue
Block a user
Delete Branch "rsync-flags"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements five rsync-compatible flags across 15 files:
Protocol: added STATUS_MANIFEST and use_delete field to Config wire format.
New utilities in utils.c: glob_match(), delete_extras() with recursive directory walk.
Builds clean (zero new warnings), all 7 tests pass.