how can I get rid of all those 'typechange' messages ingit statuswhen in direct mode? Here is an example session: > git init Initialized empty Git repository in /some/path/.git/ > git config user.name dtrn > git config user.email drn@drn.com > git annex init init ok (Recording st...
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements. - git/git
t2105-update-index-gitfile.sh t2106-update-index-assume-unchanged.sh t2107-update-index-basic.sh t2108-update-index-refresh-racy.sh t2200-add-update.sh t2201-add-update-typechange.sh t2202-add-addremove.sh t2203-add-intent.sh t2204-add-ignored.sh t2205-add-worktree-config.sh t2300-cd...
The UI enters this state. How to reproduce Clonehttps://github.com/alexcrichton/cmake-rs.gitand runrm README.md && ln -s Cargo.toml README.md. Refresh the UI When the typechange is undone withgit checkout README.mdit works again, but only after a refresh. Expected behavior The UI ...