-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 2.4.7.0
-
Component/s: None
-
None
-
Severity 2 - Major
Apparently you cannot add spaces to stash names anymore
Reproduce steps:
- Change some code
- Click the Stash button
- Type in some words eg "This is my stash comment"
- Error occurs:
- The stash desc is invalid. Ref names must follow git ref-format rules:
_https://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.html_
Completed with errors, see above.
- The stash desc is invalid. Ref names must follow git ref-format rules:
- Close error dialog
- Click the Stash button again
- Type in some words without spaces eg "This_is_my_stash_comment"
- Stash is successful.