-
Notifications
You must be signed in to change notification settings - Fork 15
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 #193 from nlschn/mydev
Add commit message merge functionality Reviewed-by: Claus Hunsen <[email protected]> Reviewed-by: Thomas Bock <[email protected]> Reviewed-by: Christian Hechtl <[email protected]>
- Loading branch information
Showing
14 changed files
with
1,008 additions
and
431 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
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 |
---|---|---|
|
@@ -32,6 +32,7 @@ packages = c( | |
"parallel", | ||
"logging", | ||
"sqldf", | ||
"data.table", | ||
"testthat", | ||
"patrick", | ||
"ggplot2", | ||
|
7 changes: 7 additions & 0 deletions
7
tests/codeface-data/results/testing/test_feature/feature/commitMessages.list
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,7 @@ | ||
32712;"72c8dd25d3dd6d18f46e2b26a5f5b1e2e8dc28d0";"Add stuff" | ||
32713;"5a5ec9675e98187e1e92561e1888aa6f04faa338";" Add some more stuff " | ||
32710;"3a0ed78458b3976243db6829f63eba3eead26774";" I added important things the things are nothing" | ||
32714;"1143db502761379c2bfcecc2007fc34282e7ee61";" I wish it would work now" | ||
32715;"418d1dc4929ad1df251d2aeb833dd45757b04a6f";"Wish intensifies" | ||
32716;"d01921773fae4bed8186b0aa411d6a2f7a6626e6";" ... still doesn't work as expected " | ||
32711;"0a1a5c523d835459c42f33e863623138555e2526";"" |
7 changes: 7 additions & 0 deletions
7
tests/codeface-data/results/testing/test_proximity/proximity/commitMessages.list
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,7 @@ | ||
32712;"72c8dd25d3dd6d18f46e2b26a5f5b1e2e8dc28d0";"Add stuff" | ||
32713;"5a5ec9675e98187e1e92561e1888aa6f04faa338";" Add some more stuff " | ||
32710;"3a0ed78458b3976243db6829f63eba3eead26774";" I added important things the things are nothing" | ||
32714;"1143db502761379c2bfcecc2007fc34282e7ee61";" I wish it would work now" | ||
32715;"418d1dc4929ad1df251d2aeb833dd45757b04a6f";"Wish intensifies" | ||
32716;"d01921773fae4bed8186b0aa411d6a2f7a6626e6";" ... still doesn't work as expected " | ||
32711;"0a1a5c523d835459c42f33e863623138555e2526";"" |
Oops, something went wrong.