1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
4db22aec0e support custom SSH usernames on BitBucket, fixes #1890 2022-08-06 22:54:57 +02:00
bcc0466498 feat: pull request support for bitbucket server 2022-04-11 17:17:40 +10:00
b7928042f0 chore: typo hunting ft. codespell 2022-04-06 08:52:41 +10:00
28c9d85141 fix tests 2022-03-16 20:52:49 +11:00
f0d0d45ba7 refactor: 💡 Use new approach introduced via #1637
fix: 🐛 The root URI for Azure DevOps repositories contains _git

refactor so that we don't have conditional logic based on service definition

no need for this commend anymore

add comment

Fixed RegEx for HTTP remote git URL

Added Tests

pretty sure we can do this safely
2022-03-16 20:52:49 +11:00
874e230aef run go fmt 2022-01-25 23:23:55 +11:00
4da5795ef1 fixed indentation by swapping spaces for tabs 2022-01-25 23:23:55 +11:00
03c9acad26 add tests specific for URL escaping in PRs 2022-01-25 23:23:55 +11:00
d53322675d update unit tests not expecting url escaping 2022-01-25 23:23:55 +11:00
18f48a43d5 add some more linters 2022-01-09 14:09:53 +11:00
9ef65574db refactor to rename pull_request to hosting_service and apply SRP 2021-12-29 09:01:06 +11:00