Re: git commit --verbose shows incorrect diff when pre-commit hook is used to modify files

2019-02-26 Thread Fernando Chorney
see the diff the committing of changes has not yet been > initiated. It's only after you type in the message that the ACTUAL committing > starts and the hook runs. > > You can print the diff of what your hook has changed by running "git diff" in > it before adding cha

git commit --verbose shows incorrect diff when pre-commit hook is used to modify files

2019-02-11 Thread Fernando Chorney
it-example Is this intended behaviour, or perhaps an issue? Thanks, Fernando Chorney