1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-10 04:07:18 +02:00
lazygit/pkg/integration/tests/branch
Jesse Duffield 41ab7c44a0
Use upstream branch when opening pull requests (#2693)
- **PR Description**

Should probably solve #2691

- **Please check if the PR fulfills these requirements**

* [x] Cheatsheets are up-to-date (run `go run scripts/cheatsheet/main.go
generate`)
* [x] Code has been formatted (see
[here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#code-formatting))
* [x] Tests have been added/updated (see
[here](https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md)
for the integration test guide)
* [x] Text is internationalised (see
[here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#internationalisation))
* [x] Docs (specifically `docs/Config.md`) have been updated if
necessary
* [x] You've read through your own file changes for silly mistakes etc
2023-09-25 11:03:15 +10:00
..
checkout_by_name.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
create_tag.go Better tag creation UX 2023-07-22 14:36:35 +10:00
delete_remote_branch_with_credential_prompt.go Add integration test for deleting a remote branch with credentials prompt 2023-09-20 13:29:30 +02:00
delete.go Allow deleting remote tags/branches from local tag/branch views (#2738) 2023-08-10 17:39:26 +10:00
detached_head.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
open_pull_request_no_upstream.go Use UpstreamBranch for opening pull requests 2023-09-18 13:40:52 +10:00
open_with_cli_arg.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
rebase_abort_on_conflict.go Show menu instead of prompt when there are conflicts in a rebase or merge 2023-06-01 10:51:48 +02:00
rebase_and_drop.go Insert fake todo entry for a conflicting commit that is being applied 2023-06-22 18:57:58 +02:00
rebase_cancel_on_conflict.go Show menu instead of prompt when there are conflicts in a rebase or merge 2023-06-01 10:51:48 +02:00
rebase_does_not_autosquash.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
rebase_from_marked_base.go Add rebase from marked base commit test 2023-08-12 16:16:03 +10:00
rebase_to_upstream.go feat: add a menu to rebase current branch to a target branch upstream 2023-09-24 20:13:59 +02:00
rebase.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
rename.go Replace whitespace with '-' when renaming a branch 2023-09-05 14:57:18 +01:00
reset_to_upstream.go Use DisabledReason for upstream options items 2023-09-18 10:15:11 +02:00
reset_upstream.go chore: rename "Set/Unset upstream" menu to "Upstream Options" 2023-09-06 00:23:35 +02:00
reset.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
set_upstream.go chore: rename "Set/Unset upstream" menu to "Upstream Options" 2023-09-06 00:23:35 +02:00
show_divergence_from_upstream.go chore: rename "Set/Unset upstream" menu to "Upstream Options" 2023-09-06 00:23:35 +02:00
suggestions.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00