Open
Description
Subject of the issue
Git::Lib#stash_save seems to prepend '-- ' to stash message with specific git version
Your environment
- version of git 2.30.2 and ruby-git 1.9.1
- version of ruby 2.6.8p205
Steps to reproduce
gitx = Git::Lib.new(Git.init('.'))
gitx.stash_save 'SOME-MSG'`
gitx.stashes_all
Expected behaviour
=> [0, 'SOME-MSG']
Actual behaviour
=> [0, '-- SOME-MSG']
Metadata
Metadata
Assignees
Labels
No labels