Alex Coppens <alex@xxxxxxxxxxxxxxx> writes: > git rerere forget path_to_file/file.js > > fatal: BUG: attempt to commit unlocked object That comes from commit_lock_file(); I think rerere.c:write_rr() has a call to that function and I suspect that is the call that is giving the above message. Is there any other process that is mucking with your .git/index file while you are running the command? -- 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