Skip to content

Commit

Permalink
Merge pull request #14 from ChristianMurphy/renovate/all
Browse files Browse the repository at this point in the history
Update dependency nodegit to ^0.25.0
  • Loading branch information
ChristianMurphy committed Aug 12, 2019
2 parents 1b11039 + 22e514c commit 3766084
Show file tree
Hide file tree
Showing 4 changed files with 824 additions and 499 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ language: node_js
node_js:
- lts/carbon # version 8
- lts/dubnium # version 10
- 12 # version 12
os:
- windows
- linux
- osx
matrix:
allow_failures:
- os: windows
cache: npm
addons:
apt:
sources:
Expand Down
2 changes: 1 addition & 1 deletion file-util-git-history.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async function readHistory(filePath, gitPath) {
const repo = await Repository.open(gitPath);
const walker = repo.createRevWalk();
walker.pushHead();
walker.sorting(Revwalk.SORT.Time);
walker.sorting(Revwalk.SORT.TIME);

// find commits that are related to file
// NOTE: this may need to be made recursive to pull extremely long histories
Expand Down

0 comments on commit 3766084

Please sign in to comment.