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
Hi there, big fan of this repo.
Is there any particular reason why LogOptions from and to are only applied when both present? Is this a safety measure against something? It denies a valid use case of git log someCommit.. or git log ..someCommit (basically, allowing git to assume HEAD)
The text was updated successfully, but these errors were encountered:
git-js/simple-git/src/lib/tasks/log.ts
Line 123 in 6b3e05c
Hi there, big fan of this repo.
Is there any particular reason why LogOptions
from
andto
are only applied when both present? Is this a safety measure against something? It denies a valid use case ofgit log someCommit..
orgit log ..someCommit
(basically, allowing git to assume HEAD)The text was updated successfully, but these errors were encountered: