commit | 23c17d4a4a0e1fc9a5fa347f1fc6be3cf477e543 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Fri Nov 02 13:32:58 2007 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Nov 04 01:54:20 2007 -0700 |
tree | c220a3c6a6e6cda4c6b0119e5a837823157cde12 | |
parent | 140dd77a5cb2e61dcb942e245a2474fae95e42a5 [diff] |
Simplify topo-sort logic .. by not using quite so much indirection. This currently grows the "struct commit" a bit, which could be avoided by using a union for "util" and "indegree" (the topo-sort used to use "util" anyway, so you cannot use them together), but for now the goal of this was to simplify, not optimize. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>