cli/git
William Martin 2af0c899d8 Remove unnecessary split conditional from client Commits
Since this is guarded by the line starting with a git sha, it must
be a line of the form 'sha,title,body', so there can never be only
two entries since the Split fn will produce an empty string in the
last spot in the case of a missing body.
2024-02-27 17:26:51 +01:00
..
fixtures Refactor code to live inside default pkg 2022-05-18 08:40:30 +02:00
client.go Remove unnecessary split conditional from client Commits 2024-02-27 17:26:51 +01:00
client_test.go Extract new test helper for git client Commits 2024-02-27 14:41:45 +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