-
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #484 from adopted-ember-addons/patch-instead
swap override for patched package
- Loading branch information
Showing
3 changed files
with
303 additions
and
646 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/lib/git.js b/lib/git.js | ||
index b712bb439bed6c4c63360af7f5f2e7c51cfa613d..31de3ccb358a802b2a02c506473dc8cfdd7f36ad 100644 | ||
--- a/lib/git.js | ||
+++ b/lib/git.js | ||
@@ -51,6 +51,7 @@ function listCommits(from, to = "") { | ||
"--oneline", | ||
"--pretty=hash<%h> ref<%D> message<%s> date<%cd>", | ||
"--date=short", | ||
+ "--first-parent", | ||
`${from}..${to}`, | ||
]) | ||
.stdout.split("\n") |
Oops, something went wrong.