Replies: 2 comments 2 replies
|
It was probably not well thought out at that time. The original plan was to rewrite the This line was just forgotten to be removed. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Since commit
3f4f0ac9(#2281), the "Push all tags" (--tags) checkbox is hidden whenever the Push dialog is opened for a specific branch (e.g. right-click → Push on a branch). It used to be always visible.git push --tags <remote> <branch>is valid regardless of branch, so this seems unrelated to thepushRemotefeature that commit was about.Was hiding this checkbox intentional, or a side effect? It'd be nice to push all tags together with a specific branch again.
Related:
src/Views/Push.axaml(IsVisible="{Binding !HasSpecifiedLocalBranch}"),src/ViewModels/Push.cs(HasSpecifiedLocalBranch).All reactions