]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
[git] Do not run git-rev-list everytime to increase the speed
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 12 Oct 2008 22:14:10 +0000 (22:14 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 12 Oct 2008 22:14:10 +0000 (22:14 +0000)
commitf6ec708818097f5ea9b23f3dea9fff6779844567
treed109c149657815a41b5f0081f1bcb3307538fb02
parentb6a962e082b32cc32490ca6417b5d037c7d56959
[git] Do not run git-rev-list everytime to increase the speed
    Cache the result of git-rev-list for a repo and hash. This
    speeds up do_package of the linux kernel tremendously.
lib/bb/fetch/git.py