This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: snapshot 2013-01-23


Achim Gratz <Stromeko <at> NexGo.DE> writes:
> Git apparently has similar problems when it is started from Emacs (via magit).

Part of the problem has been solved by rolling back to the 2013-01-07 snapshot.

I still get Git to hang up when doing a pull that results in a forced update on
a worktree that is mounted with "noacl" option.  Interestingly, when I do:

git gc --aggressive
git remote update
git pull

instead of simply:

git pull

then everything seems to work.  I do not have that problem with the same
worktree when instantiated on a volume where "noacl" does not have to be used,
so somehow it must have something to do with Git waiting for the results of a
chmod or similar change to the FS becoming visible (which then never happens
because the access rights are fake).


Regards,
Achim.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]