Hi, Hope this helps. Just let me know if you need additional infos. [phil@Silberpfeil tmp]$ git clone git://git.kernel.org/pub/scm/git/git.git Cloning into git... remote: Counting objects: 140472, done. remote: Compressing objects: 100% (33586/33586), done. remote: Total 140472 (delta 105841), reused 139396 (delta 104981) Receiving objects: 100% (140472/140472), 27.67 MiB | 638 KiB/s, done. Resolving deltas: 100% (105841/105841), done. [phil@Silberpfeil tmp]$ cd git [phil@Silberpfeil git]$ git commit -uall # On branch master nothing to commit (working directory clean) [phil@Silberpfeil git]$ git commit -a # On branch master # Untracked files: # (use "git add <file>..." to include in what will be committed) # # t/t9154/ # t/t9601/ # t/t9602/ # t/t9603/ # t/t9700/ # t/valgrind/ # templates/ # vcs-svn/ # xdiff/ nothing added to commit but untracked files present (use "git add" to track) [phil@Silberpfeil git]$ git commit -uall # On branch master nothing to commit (working directory clean) [phil@Silberpfeil git]$ git commit -u # On branch master nothing to commit (working directory clean) [phil@Silberpfeil git]$ git commit --all # On branch master # Untracked files: # (use "git add <file>..." to include in what will be committed) # # t/t9154/ # t/t9601/ # t/t9602/ # t/t9603/ # t/t9700/ # t/valgrind/ # templates/ # vcs-svn/ # xdiff/ nothing added to commit but untracked files present (use "git add" to track) Cheers, Philipp _______________________________________________________________ DI Philipp Metzler Goli.at GesbR. Dorf Rieden 7/11 A-6900 Bregenz EU - Austria E-Mail: phil@xxxxxxx Skype: googol Tel: +43 / 676 / 72 94 176 ICQ: 13950954 o www.philippmetzler.com - Softwareentwicklung und Websites mit Django und Typo3. o www.goli.at - Ihr Speicherplatz im Netz. Messen Sie uns an unseren Daten. o www.clickshopping.at - Wir bringen Ihre Produkte auf den Punkt. o www.greencar.at - Elektroautos und mehr ... _______________________________________________________________ Am 16.05.2011 um 12:38 schrieb Jeff King: > On Sun, May 15, 2011 at 10:26:01AM +0200, Philipp Metzler wrote: > >> [phil@Silberpfeil tmp]$ git --version >> git version 1.7.5.1 >> [phil@Silberpfeil tmp]$ git clone git://git.kernel.org/pub/scm/git/git.git >> Cloning into git... >> remote: Counting objects: 140383, done. >> remote: Compressing objects: 100% (33498/33498), done. >> remote: Total 140383 (delta 105777), reused 139383 (delta 104980) >> Receiving objects: 100% (140383/140383), 27.61 MiB | 642 KiB/s, done. >> Resolving deltas: 100% (105777/105777), done. >> [phil@Silberpfeil tmp]$ cd git >> [phil@Silberpfeil git]$ git commit -a >> # On branch master >> # Untracked files: >> # (use "git add <file>..." to include in what will be committed) >> # >> # vcs-svn/ >> # xdiff/ > > Can you try this again with "git commit -uall" so we can see which > specific files in those directories are causing the issue? > > -Peff -- 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