We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To reproduce simply move a checked in file from a previous commit and stage it. Git detects a moved file:
$ git status # On branch: master | [*] => $e # ➤ Changes to be committed # # renamed: [1] "app.js -> app2.js"
$e1 now contains invalid filename:
$e1
$ echo $e1 /Users/zuse/Projects/pb-frontend/apps/main/"app.js -> app2.js"
$ git --version git version 2.10.2 $ cd ~/.scm_breeze/ $ git show --oneline 8a326c2 Merge pull request #262 from ghthor/refactor_of_git_status
The text was updated successfully, but these errors were encountered:
I fixing this by reverting for now. We need better test coverage to handle a major change like the refactorization that was merged in #262
Sorry, something went wrong.
No branches or pull requests
To reproduce simply move a checked in file from a previous commit and stage it. Git detects a moved file:
$e1
now contains invalid filename:The text was updated successfully, but these errors were encountered: