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
To reproduce simply create a file with spaces in its name. Git will show this:
$ git status
# On branch: master | [*] => $e#
➤ Untracked files
## untracked: [1] "my todo.txt"#
$e1 now contains invalid filename:
$ echo$e1
/Users/zuse/Projects/pb-frontend/"my todo.txt"
$ cat $e1
cat: /Users/zuse/Projects/pb-frontend/"my: No such file or directorycat: todo.txt": No such file or directory
$ cat "$e1"
cat: /Users/zuse/Projects/pb-frontend/"my todo.txt": No such file or directory
$ git --version
git version 2.10.2
$ cd ~/.scm_breeze/
$ git show --oneline
8a326c2 Merge pull request #262 from ghthor/refactor_of_git_status
To reproduce simply create a file with spaces in its name. Git will show this:
$e1
now contains invalid filename:Related to #267
The text was updated successfully, but these errors were encountered: