Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> writes: > Hello Jon, > > On Sun, May 10, 2009 at 11:41:17PM +1000, Jon Seymour wrote: > > Thanks for your explanation. > > > > Does git-mktree normalize the sort order of the input or take it as it > > is? I can see a case for having it do normalization, if it doesn't > > already and probably for this to be the default behaviour. > As git-mktree doesn't exists I cannot answer that question ... $ ls $(git --exec-path)/git-mktree /usr/libexec/git-core/git-mktree Examining mktree.c a bit you can see that there is qsort using ent_compare in write_tree procedure. It is not long file: 131 lines. -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html