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
I have been using until now git-deps 0.1.0-15-gbd9ed69.
With that git deps commit would get the dependencies just for commit.
That changed with
commit d601e35f6ea42eb6110e3d1449d03f16a1da3f10
Author: Adam Spiers <[email protected]>
Date: Thu May 26 00:28:25 2016 +0100
allow passing a revision range to CLI or web UI
With that git deps commit gets now the dependencies for commit and all older commits.
To get now the deps just for commit one has to use the unwieldy: git deps commit^..commit
The text was updated successfully, but these errors were encountered:
I have been using until now git-deps 0.1.0-15-gbd9ed69.
With that
git deps commit
would get the dependencies just forcommit
.That changed with
With that
git deps commit
gets now the dependencies forcommit
and all older commits.To get now the deps just for
commit
one has to use the unwieldy:git deps commit^..commit
The text was updated successfully, but these errors were encountered: