Cosium / git-code-format-maven-plugin

A maven plugin that automatically deploys code formatters as pre-commit git hook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IntelliJ shows already commited files in changelist

FireRedDev opened this issue · comments

What steps will reproduce the problem?
Steps to reproduce the behavior:

  1. Commit in IntelliJ
    What is the expected output?
    No Changes afterwards
    What happens instead?
    Intellij shows previously commited files as to be commited in the next commit, but they are the same content/equal/no changes
    Environment:
  • OS: [e.g. Windows 10]

Additional context
I have found that a workaround is to execute in a postcommit hook "git update-index -g". Can you add this?

Please follow the bug issue template.