On 10/17/07, Gonzalo Garramuno <gga@xxxxxxxxxxxx> wrote: > what's the proper way to rebuild git's index file for all the files that > were to be committed but weren't due to the abort. Have you tried 'git commit -a'? It will run update-index on all modified files prior to executing the hook. Btw: If you want to inspect your changes for offending whitespace, 'git diff --color' and 'git diff --cached --color' are your friends. And if you give up, there is also 'git commit -a --no-verify'. -- larsh - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html