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
compare file patterns use relative paths instead of absolute (#124) (c8d15d8), closes #109
BREAKING CHANGES
Running git-format-staged in a repo subdirectory with
unquoted file glob patterns, or with literal file paths will not work as
it did before. File patterns must now be relative to the repo root. This
means that it is important to quote shell globs when running in a
subdirectory - otherwise they are expanded relative to the subdirectory
instead of the repo root.