commit | f0243f26f6d8403cd8e83c7d498c81e01a1f1735 | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | Fri Oct 28 04:48:32 2005 +0200 |
committer | Junio C Hamano <junkio@cox.net> | Fri Oct 28 22:56:59 2005 -0700 |
tree | 54bd7d9209f630a745350edc446a954de6ba632b | |
parent | eebda31d21d5d5df351b41994df875918863294e [diff] |
git-upload-pack: More efficient usage of the has_sha1 array This patch is based on Junio's proposal. It marks parents of common revs so that they do not clutter up the has_sha1 array. Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>