From: Michael J Gruber <git@drmicha.warpmail.net>
To: Ian Brown <ianbrn@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: git and filesystem problems (ext3 and vfat)
Date: Thu, 16 Oct 2008 18:17:58 +0200 [thread overview]
Message-ID: <48F76936.3010801@drmicha.warpmail.net> (raw)
In-Reply-To: <d0383f90810160903p6f8ffe77o86fdad5387f82481@mail.gmail.com>
Ian Brown venit, vidit, dixit 16.10.2008 18:03:
> Hello, ]
>
> I have a diskOnKey which has a vfat filesystem.
> I ran there:
> git clone git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
> the I copied all the wireless-2.6 folder to an ext3 partition.
How did you copy it?
> There I ran git diff.
>
> I get many messages like these (probably on all files of the repository):
>
> diff --git a/COPYING b/COPYING
> deleted file mode 100644
> index ca442d3..0000000
> --- a/COPYING
> +++ /dev/null
> @@ -1,356 +0,0 @@
> -
>
> and then all the lines of the file with "-" in the beginning, as if
> they are empty.
>
> Why is it so ?
> Is there any way to overcome it ?
> Must I run "git clone" on an ext3 DiskOnKey only ?
git diff gives you the difference between the index and the work tree.
The index is the one you copied from vfat; git doesn't see the files on
the ext3 work tree. Do you see them with ls?
One by one I would try
git status
git reset
git reset --hard
in order to reconcile your index with your checkout. You probably need
the last one.
Michael
next prev parent reply other threads:[~2008-10-16 16:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-16 16:03 git and filesystem problems (ext3 and vfat) Ian Brown
2008-10-16 16:17 ` Michael J Gruber [this message]
2008-10-16 16:23 ` Ian Brown
2008-10-16 16:33 ` David Tweed
2008-10-16 16:22 ` David Tweed
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=48F76936.3010801@drmicha.warpmail.net \
--to=git@drmicha.warpmail.net \
--cc=git@vger.kernel.org \
--cc=ianbrn@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.