On Tue, Oct 16, 2007 at 09:14:50PM +0200, Yann Dirson wrote: > Guido wrote: > > I'm not sure I aggree here. While it's correct that git does great at > > detecting renames on merges it wouldn't know about these on the upstream > > branch itself, right? > > Wrong :). It *is* sufficient to record upstream changes as add's and > rm's. When recording, git does not care any second whether you did a > rename or not. It does not have to know about them, it just detects > them when it needs to. You are of course right and that is what git-import-orig does since quiet some time now (since 0.3.0 as of May this year) - it doesn't relay on git_laod_dirs internally anymore - so it also doesn't ask questions. Cheers, -- Guido
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]