-
- Notifications
You must be signed in to change notification settings - Fork 674
Support choosing checkout branch method when status is not empty #2494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 13 commits
Commits
Show all changes
47 commits Select commit Hold shift + click to select a range
8624ec5 chore: add .editorconfig file
Fatpandac aaa1bfa feat: add discard_status function
Fatpandac 160f9f8 feat: support choosing checkout branch method
Fatpandac 4c17a4b chore: fmt
Fatpandac 96a41ca fix: use stash pop to replace stash apply
Fatpandac 82c9a75 Merge branch 'master' into feat/checkout_method
Fatpandac 9cc2632 chore: update changelog
Fatpandac b33c170 chore: remove .editorconfig
Fatpandac 4d222f3 chore: update changelog
Fatpandac 30cad4d fix: merge import
Fatpandac bc3656f fix: move type_to_string func to strings.rs and rename
Fatpandac c44cd5a test: add test for discard_status
Fatpandac 6cda6c2 Merge branch 'master' into feat/checkout_method
Fatpandac e33fdd1 chore: update changelog
Fatpandac be3b643 Merge branch 'master' into feat/checkout_method
Fatpandac 08fe2bd Merge branch 'master' into feat/checkout_method
Fatpandac 856ace5 fix: change to another way to implement discarding status
Fatpandac 6cdca09 fix: changed to use default stash message
Fatpandac 5af887c Merge branch 'master' into feat/checkout_method
Fatpandac af4f03c Merge branch 'master' into feat/checkout_method
Fatpandac 18635ba Merge branch 'master' into feat/checkout_method
Fatpandac 2f95c99 Merge branch 'master' into feat/checkout_method
Fatpandac ef72456 Merge branch 'master' into feat/checkout_method
Fatpandac 3ffcec7 Merge branch 'master' into feat/checkout_method
Fatpandac c023441 Merge branch 'master' into feat/checkout_method
Fatpandac 8b0bc26 Merge branch 'master' into feat/checkout_method
Fatpandac b5d9ce2 fix(test): correct logic causing test discard to fail
Fatpandac a682e79 fix: fixed by clippy
Fatpandac af2b6b9 fix: fixed by clippy
Fatpandac 56f87bd Merge branch 'master' into feat/checkout_method
extrawurst 959f336 fix new deby
extrawurst fd5ff21 Merge branch 'master' into feat/checkout_method
extrawurst 1ee38a2 Merge branch 'master' into feat/checkout_method
Fatpandac 7c4bb1c refactor: use BranchInfo instead of local in CheckoutOptionPopup
Fatpandac 6bdece1 Merge branch 'master' into feat/checkout_method
Fatpandac 4932690 refactor: move checkout_option_to_string into CheckoutOptions::to_str…
Fatpandac 8816f3d refactor: move CheckoutOptions change logic into next/previous methods
Fatpandac 0a3706d chore: fix by clippy
Fatpandac 61f0019 chore: format
Fatpandac 07cf88b fix: remove CheckoutOptions::KeepLocalChanges
Fatpandac 0db55e9 chore: format
Fatpandac 6779391 fix: using the branch returned by let Some(branch)
Fatpandac 9b12be2 fix: change CheckoutOptions enum
Fatpandac 2280f8d Merge branch 'master' into feat/checkout_method
Fatpandac 13bdaa0 chore: format
Fatpandac 8eeb90c Merge branch 'master' into feat/checkout_method
Fatpandac cac6c5f Merge branch 'master' into feat/checkout_method
extrawurst File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.