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
This was located along with #70. I replaced a symlink with a file of the same name and committed. When I tried to do gitcc checkin I received KeyError: u'T' from this line. Per the git-diff docs (under --diff-filter) T is returned for type when the file in question has its type changed between symlink, regular file, and submodule. It looks like the dict here is lacking a suitable handler.
The text was updated successfully, but these errors were encountered:
@chrahunt Yeah never worried about symlinks. If you haven't already discovered, I don't use/touch git-cc any more. If you manage to add support then I'm happy to accept a pull request, but otherwise I'm afraid there isn't much that I can do. Best of luck.
This was located along with #70. I replaced a symlink with a file of the same name and committed. When I tried to do
gitcc checkin
I receivedKeyError: u'T'
from this line. Per thegit-diff
docs (under--diff-filter
)T
is returned fortype
when the file in question has its type changed between symlink, regular file, and submodule. It looks like the dict here is lacking a suitable handler.The text was updated successfully, but these errors were encountered: