Commit b4b9164
committed
minor #110 Fix GPG signed commits will break on reading full commit message (stojg)
This PR was merged into the 1.0-dev branch.
Discussion
----------
Fix GPG signed commits will break on reading full commit message
Ensure that we can get the full message when the commit has been GPG signed
Follow up on #109 that only deals with the "log" part, this ensure that we can also return the message.
Commits
-------
02de6db Fix GPG signed commits will break on reading full commit messageFile tree
2 files changed
+16
-0
lines changed- src/Gitonomy/Git/Parser
- tests/Gitonomy/Git/Tests
2 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
188 | 200 | | |
189 | 201 | | |
190 | 202 | | |
| |||
0 commit comments