cli/git
William Martin 2ee6737053 Use regex to split apart the git client Commit logs
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.
2024-02-27 20:49:00 +01:00
..
fixtures Add live tests for some methods in the git package 2021-02-24 15:05:56 +01:00
client.go Use regex to split apart the git client Commit logs 2024-02-27 20:49:00 +01:00
client_test.go Use regex to split apart the git client Commit logs 2024-02-27 20:49:00 +01:00
command.go Use git client in extension manager (#6547) 2022-11-10 11:38:12 +02:00
errors.go Refactor git client and add tests (#6525) 2022-11-03 11:58:38 +01:00
objects.go git: Return body from list of commits 2024-02-01 09:09:06 +01:00
url.go Fixes #4346: allow git+https URL protocol 2021-09-20 19:35:06 +03:00
url_test.go Fixes #4346: allow git+https URL protocol 2021-09-20 19:35:06 +03:00