Re: git-svn and submodules

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Kastrup
Date: Monday, October 15, 2007 - 3:14 am

Benoit SIGOURE <tsuna@lrde.epita.fr> writes:


Well, then this should be fixed in git general, by sorting the ignores
(wildcards in the first place where they can match), and then just
moving those patterns that can actually match according to sort order
to the list of fnmatch candidates (and moving those files that can't
match anymore die to the sort order out again).

I don't think that the final "solution" for avoiding a lousy global
O(n^2) algorithm is to replace it with lousy local O(n^2) algorithms
and just hope for smaller values of n.

-- 
David Kastrup

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: git-svn and submodules, David Kastrup, (Mon Oct 15, 3:14 am)
Re: git-svn and submodules, Benoit SIGOURE, (Mon Oct 15, 3:53 am)
Re: git-svn and submodules, Andreas Ericsson, (Mon Oct 15, 9:27 am)