From: Alex Blewitt <alex.blewitt@gmail.com>
To: git@vger.kernel.org
Cc: "Shawn O. Pearce" <spearce@spearce.org>
Subject: git rebase failing when using ZFS partition on Mac OS X
Date: Wed, 6 May 2009 22:14:11 +0100 [thread overview]
Message-ID: <1FF266A7-CD80-4471-A837-D64007EE530A@gmail.com> (raw)
I've found out why git rebase wasn't working for me. It appears to be
something to do with the fact that the filesystem is running on ZFS
(and frankly, could well be a ZFS bug). I'd be loathe to move away
from ZFS generally but it would be good to find out why it's
complaining.
apple:egit alex$ git status
# On branch master
# Your branch is ahead of 'origin/master' by 3 commits.
#
nothing to commit (working directory clean)
apple:egit alex$ git rebase -i HEAD~1
Working tree is dirty
Here's what running a stat on TODO (an arbitrary file at the head of
the project) gives on a ZFS mounted file:
apple:egit alex$ stat -r TODO
754974724 135333 0100644 1 1000 100 0 2179 1241639236 1241034917
1241639236 1241034917 2560 5 0 TODO
apple:egit alex$ stat TODO
754974724 135333 -rw-r--r-- 1 alex bandlem 0 2179 "May 6 20:47:16
2009" "Apr 29 20:55:17 2009" "May 6 20:47:16 2009" "Apr 29 20:55:17
2009" 2560 5 0 TODO
Here's what running a stat on the same file on an HFS partition gives:
apple:egit alex$ stat -r TODO
234881026 930759 0100644 1 1000 0 0 2179 1241643695 1241034917
1241643690 1241034917 4096 8 0 TODO
apple:egit alex$ stat TODO
234881026 930759 -rw-r--r-- 1 alex wheel 0 2179 "May 6 22:01:35 2009"
"Apr 29 20:55:17 2009" "May 6 22:01:30 2009" "Apr 29 20:55:17 2009"
4096 8 0 TODO
These are repeatable; if I re-run this periodically, it doesn't seem
to change. However, I wonder if there's any dependency on an 'inode'
or similar, which doesn't really have a comparable concept in ZFS.
Is there any more information that I can provide to assist with
finding out what's going on?
Alex
next reply other threads:[~2009-05-06 21:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-06 21:14 Alex Blewitt [this message]
2009-05-06 23:26 ` git rebase failing when using ZFS partition on Mac OS X Robin Rosenberg
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=1FF266A7-CD80-4471-A837-D64007EE530A@gmail.com \
--to=alex.blewitt@gmail.com \
--cc=git@vger.kernel.org \
--cc=spearce@spearce.org \
/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).