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
Remove extraneous '--' from git stash save -- message
* Fix warning under ruby 2.7
Signed-off-by: Antonio Terceiro <asa@terceiro.xyz>
* Git::Lib: fix stash_save for git 2.25+
On git 2.20, that '--' gets ignored, but on newer versions, at least
from git 2.25+, it gets into the stash message.
Signed-off-by: Antonio Terceiro <asa@terceiro.xyz>
* test_helper: drop unecessary relative reference to lib/
Rakefile loads git.gemspec which already adds lib/ to the $LOAD_PATH.
This also makes it possible to run the tests against the library
installed system-wide.
Signed-off-by: Antonio Terceiro <asa@terceiro.xyz>
0 commit comments