Theoretically this should be clearer and more robust than the previous version which had some custom loop logic while trying to parse newlines and determine whether it had reached a new commit entry by trying to parse a git sha. This would not have worked correctly if a commit body contained a sha on a new line. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| client.go | ||
| client_test.go | ||
| command.go | ||
| errors.go | ||
| objects.go | ||
| url.go | ||
| url_test.go | ||