Le samedi 29 mars 2008, Christian Couder a écrit : > > mkdir testdir && > cd testdir && > touch foo && > git init && > git add . && > git commit -m 'Initial commit.' && > rm foo && > mkdir foo && > git commit -a -m 'Test.' I don't know if this helps but with "git rm foo" instead of "rm foo" it works like this: Initialized empty Git repository in .git/ Created initial commit e784a71: Initial commit. 0 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 foo rm 'foo' Created commit 232e3ae: Test. 0 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 foo Christian. -- 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