Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Fix git scraping. #203

Merged
merged 1 commit into from Nov 20, 2015
Merged

Fix git scraping. #203

merged 1 commit into from Nov 20, 2015

Conversation

ralphbean
Copy link
Contributor

The issue was that it was always looking for the third line of the log..
but if the latest commit was a merge commit, then you need to look on
the fourth line.

This approach considers only the 'Date:' lines, of which we just take
the first.

Fixes #141.

The issue was that it was always looking for the third line of the log..
but if the latest commit was a *merge* commit, then you need to look on
the fourth line.

This approach considers only the 'Date:' lines, of which we just take
the first.

Fixes #141.
@pypingou
Copy link
Member

👍 for me

ralphbean added a commit that referenced this pull request Nov 20, 2015
@ralphbean ralphbean merged commit efe4645 into develop Nov 20, 2015
@ralphbean ralphbean deleted the feature/fix-git-scraping branch November 20, 2015 22:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants