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
feat: add deprecated empty? wrapper on Git::Repository::StatusOperations
- Add empty? deprecated wrapper to Git::Repository::StatusOperations that
delegates to no_commits? and emits Git::Deprecation.warn
- Add no_commits? delegator to Git::Base forwarding to facade_repository
- Add empty? deprecated delegator to Git::Base forwarding to facade_repository.empty?
- Add unit tests for empty? covering deprecation warning, delegation, and return value
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments