git-smart icon indicating copy to clipboard operation
git-smart copied to clipboard

Handle local renamed but uncommitted files (git mv).

Open kanet77 opened this issue 9 years ago • 1 comments

Accept git status output lines beginning with R in addition to the already accepted prefixes (A, M, D, UU, or ??).

I'm not convinced that the git status after popping is correct. The status is: local_dir.should have_git_status({:deleted=>["lib/codes.rb"], :added=>["lib/codes2.rb"]}) I would expect: local_dir.should have_git_status({:renamed=>["lib/codes2.rb"]})

kanet77 avatar Feb 10 '15 19:02 kanet77