f4dd91e Add an efficiency improvement to SCM.get_full_commit_hash

Authored and Committed by mprahl 4 years ago
    Add an efficiency improvement to SCM.get_full_commit_hash
    
    Basically, if the commit has already been resolved from the branch,
    the full commit hash is already cached, so just return that.
    
        
file modified
+11 -3