Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

new Feature/merge without fast forward #492

Merged
merged 2 commits into from
Oct 31, 2016

Conversation

DFOXpro
Copy link
Contributor

@DFOXpro DFOXpro commented Jul 29, 2016

TLDR: adds a new options that render:
$ git branchName --no-ff
_also menu > merge is now a submenu _

This feature for some development teams is intended to acomplish a better cvs management
Info:

witch renders:
git merge <branch> --no-ff
@DFOXpro
Copy link
Contributor Author

DFOXpro commented Aug 19, 2016

Any feedback from the repo admins?

@squaremarco
Copy link

This should be the default behaviour to be honest. I've implemented the same functionality adding a checkbox within the package settings but I think this is a more elegant way to solve the 'issue'.

@akonwi
Copy link
Owner

akonwi commented Sep 8, 2016

If the goal is to override git's default settings, would it be better to change the git config file for the specific repo?

Adding this option to your local config file solves the problem. The branch name is optional.

[branch "master"]
  mergeOptions = --no-ff

@DFOXpro
Copy link
Contributor Author

DFOXpro commented Sep 30, 2016

This is more an usability options, with many projects we decide if we need a FF or no-FF merge (is situational) so, this feature became usefull

@akonwi akonwi merged commit e4e3821 into akonwi:master Oct 31, 2016
akonwi added a commit that referenced this pull request Oct 31, 2016
akonwi added a commit that referenced this pull request Oct 31, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants