Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix getEntry for commits retrieved by fastHistoryWalk #1110
Conversation
| var repo = this.repo; | ||
| return _fileHistoryWalk.call(this, filePath, maxCount) | ||
| .then(function(historyEntries) { | ||
| return historyEntries.map(function(historyEntry) { |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
johnhaley81
Jan 27, 2017
•
Collaborator
Best IMO would be: .then(fp.map(fp.set(['commit', 'repo'], repo)))
Where const fp = require('lodash/fp').
The better than best would be const map = require('lodash/fp/map'); const set = require('lodash/fp/set');
This comment has been minimized.
This comment has been minimized.
|
Can has rebase? |
5485688
to
07a7656
jaywcjlove
commented
Sep 2, 2018
|
@implausible Hope to merge. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

implausible commentedAug 12, 2016
Addresses: #1045