You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --only flag to commit to skip unassigned files
Add an -o/--only option to the commit command so only files assigned to
the target stack are committed and unassigned files are excluded when
requested.
This was needed to provide finer control over commits (commit only
assigned files) instead of always including unassigned files.
Changes:
- CLI: add --only (-o) boolean flag to commit args.
- Commit logic: respect the only flag and skip adding unassigned files when true.
- Main wiring: pass the only flag from CLI into commit handler.
0 commit comments