Re: strange temporary pull-errors

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Oliver Kullmann <O.Kullmann@...>
Cc: <git@...>
Date: Saturday, August 23, 2008 - 4:44 am

Oliver Kullmann wrote:
[...]
=2E Cannot merge.
[...]
[...]
[succeeds]

Saying 'git status' refreshes the index.  If you have touched (updated
mtime) local_html.mak without making any changes, 'git merge' just
compared the mtime and considered the file changed.  But 'git status'
actually compares the contents and finds it has not been changed.  I
don't know whether 1.6 (most likely builtin-merge) changed behaviour
in this respect, maybe you could try with an older version too.

There are other cases where you need a refresh, for example if you
have made a copy of a git-tracked directory with 'cp -r'.

=2D Thomas

=2D-=20
Thomas Rast
trast@student.ethz.ch
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
strange temporary pull-errors, Oliver Kullmann, (Fri Aug 22, 3:13 pm)
Re: strange temporary pull-errors, Miklos Vajna, (Sat Aug 23, 1:35 pm)
Re: strange temporary pull-errors, Thomas Rast, (Sat Aug 23, 4:44 am)