author | Eric Wong <normalperson@yhbt.net> | |
Fri, 28 Apr 2006 10:51:16 +0000 (03:51 -0700) | ||
committer | Eric Wong <normalperson@yhbt.net> | |
Fri, 16 Jun 2006 10:04:20 +0000 (03:04 -0700) | ||
commit | 098749d9bee6694abc8a0991996ff94b607abc7f | |
tree | 0c5cbf4955e27054dee8d5da95cecccbea2e2d42 | tree | snapshot |
parent | bf78b1d89b29f8524ccfbd7042fa277277e316ff | commit | diff |
git-svn: optimize --branch and --branch-all-ref
By breaking the pipe read once we've seen a commit twice.
This should make -B/--branch-all-ref faster and usable on a
frequent basis.
We use topological order now for calling git-rev-list, and any
commit we've seen before should imply that all parents have been
seen (at least I hope that's the case for --topo-order).
Signed-off-by: Eric Wong <normalperson@yhbt.net>
By breaking the pipe read once we've seen a commit twice.
This should make -B/--branch-all-ref faster and usable on a
frequent basis.
We use topological order now for calling git-rev-list, and any
commit we've seen before should imply that all parents have been
seen (at least I hope that's the case for --topo-order).
Signed-off-by: Eric Wong <normalperson@yhbt.net>
contrib/git-svn/git-svn.perl | diff | blob | history |