Diffusion Craft 138c911bcc77

Git: Optimize repo update, dont poll twice

Authored by kfunk.

Description

Git: Optimize repo update, dont poll twice

Summary:
Before: pull (get new branches), checkout, pull
Now: fetch (get new branches), checkout, merge

Note: git pull is simply git fetch + git merge

Differential Revision: https://phabricator.kde.org/D727

Details

Auditors
kfunk
Committed
kfunkJan 2 2016, 12:05 AM
Differential Revision
D727: Git: Optimize repo update, dont poll twice
Parents
R138:c922fb828901: Revert "Emerge: Add --compile-fast option"
Branches
Unknown
Tags
Unknown