Skip to content
  • Geoffrey Mainland's avatar
    Fix fingerprints for merge commits. · 73ce2e70
    Geoffrey Mainland authored
    fingerprint.py executes `git log HEAD^.. --pretty=oneline` to get the hash of
    the HEAD commit for each git repo, but didn't properly handle the case where the
    HEAD commit is a merge. In that case, more than one hash will be output. Now
    fingerprint.py executes `git log -1 --pretty=oneline` instead.
    73ce2e70