Skip to content
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

Merge Dialog - Remember Advanced Options #1882

Closed
colinchilds opened this issue Jun 3, 2013 · 4 comments
Closed

Merge Dialog - Remember Advanced Options #1882

colinchilds opened this issue Jun 3, 2013 · 4 comments

Comments

@colinchilds
Copy link

The advanced options are not stored after merging branches. For people who do this frequently, it can be annoying to click the advanced options checkbox, then click the options you frequently use.

This is a pretty simple matter of GitCommands/Settings.cs to store a new setting for the advanced options checkbox and the three options, and getting/setting those options in GitUI/CommandsDialogs/FormMergeBranch.cs

@jbialobr
Copy link
Member

jbialobr commented Jun 3, 2013

Yes, it should be done as an option since some of this options are dangerous (like push forced). It would be also nice to optionally make advanced options always visible.

@KindDragon
Copy link
Contributor

The advanced options are not stored after merging branches. For people who do this frequently, it can be annoying to click the advanced options checkbox, then click the options you frequently use.

Which advanced options you use frequently?

@colinchilds
Copy link
Author

My company frequently uses the last option to not commit after merging. In fact, we use it with EVERY merge.

@KindDragon
Copy link
Contributor

My company frequently uses the last option to not commit after merging. In fact, we use it with EVERY merge.

I think we just should move this one option from advanced options to general and save it value.

PKRoma pushed a commit to PKRoma/gitextensions that referenced this issue Aug 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants