gitx
gitx copied to clipboard
merging in the gui should honer the no-ff setting
hmm, perhaps there isn't one :/ http://www.reddit.com/r/programming/comments/a9m2n/real_world_git_from_a_twitter_dev/.mobile
--no-ff is currently a command line option only.
doh, can it be added to gitx preferences?
It could.
great :)
is this feature still planned? i need it very often as we use the git branching model at http://nvie.com/posts/a-successful-git-branching-model/
Not an argument to not fix this, but: I used to always merge with --no-ff, but realized the extra information is not worth the downsides, especially making it harder to track down bugs with git bisect. A good post on this topic: http://darwinweb.net/articles/the-case-for-git-rebase