Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » How to merge branches without fastforward?
How to merge branches without fastforward? [message #664973] Tue, 12 April 2011 16:21
ex  is currently offline ex Friend
Messages: 1
Registered: April 2011
Junior Member
Some times it is needed to save branch information for future. With console version of git it is possible with --no-ff key. Is it possible with EGit somehow?

I've tried to put this in ~/.gitconfig:
[branch]
        mergeoptions = --no-commit --no-ff
[merge]
        log = true
        stat = true


But no luck.


Thanks in advance!

Update: no support for this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=335091

Have to wait for this feature

[Updated on: Wed, 13 April 2011 04:37]

Report message to a moderator

Previous Topic:Clone empty remote repository -> Null pointer exception
Next Topic:git status - for all files in repo, not just files in projects
Goto Forum:
  


Current Time: Fri Apr 26 11:22:52 GMT 2024

Powered by FUDForum. Page generated in 0.02848 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top