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
Internally HOC produces the git command. The problem here is about these three arguments --author, --since, and --before.
The lib adds additional quotes that cover each command which makes it impossible to use it on Windows.
Internally HOC produces the git command. The problem here is about these three arguments
--author
,--since
, and--before
.The lib adds additional quotes that cover each command which makes it impossible to use it on Windows.
The HOC shorten output:
For instance, that's the output with quoted
--author
argument on Windows applied to HOC repository itself.But if we remove the single quotes, everything becomes to work correctly.
I consider that the lib should not produce additional single quotes so that it can be used on Windows as well.
The text was updated successfully, but these errors were encountered: