git confused by rename
From: Michael P. Soulier <hidden>
Date: 2016-06-15 22:45:28
# On branch ajax-callrecording # Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: js/urls.py # modified: js/views.py # modified: scrc/urls.py # modified: scrc/views.py # new file: templates/js/scrc.js # modified: templates/js/teleworker.js # renamed: templates/scrc/index.html -> templates/scrc/cres_taps.html # modified: templates/scrc/index.html Looking at the last two lines here, there is obviously an issue. I created a new cres_taps.html file, and modified the index.html file, and for some reason Git thinks that I renamed index.html. Looks like a bug, unless I'm missing something. Mike -- Michael P. Soulier [off-list ref] "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein