git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff King <peff@peff.net>
To: Philipp Metzler <phil@goli.at>
Cc: Junio C Hamano <gitster@pobox.com>, git@vger.kernel.org
Subject: Re: git commit -a reports untracked files after a clone
Date: Mon, 16 May 2011 06:38:29 -0400	[thread overview]
Message-ID: <20110516103829.GA23889@sigill.intra.peff.net> (raw)
In-Reply-To: <4501A58F-46F8-410C-BCEF-DD2FC10BC3A5@goli.at>

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

  reply	other threads:[~2011-05-16 10:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-15  0:46 git commit -a reports untracked files after a clone Philipp Metzler
2011-05-15  3:43 ` Junio C Hamano
2011-05-15  8:26   ` Philipp Metzler
2011-05-16 10:38     ` Jeff King [this message]
2011-05-16 10:49       ` Philipp Metzler
2011-05-16 12:08         ` Jeff King
2011-05-16 12:25           ` Philipp Metzler
2011-05-16 12:38           ` Philipp Metzler
2011-05-16 14:55             ` Jeff King
2011-05-27 18:00               ` Jeff King
2011-05-27 18:13                 ` Jeff King
2011-10-05 14:26                   ` Joerg Rosenkranz
2011-10-06 16:06                     ` Jeff King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110516103829.GA23889@sigill.intra.peff.net \
    --to=peff@peff.net \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=phil@goli.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).