What's missing from our changelogs
What's missing from our changelogs
Posted Jul 30, 2013 16:07 UTC (Tue) by mathstuf (subscriber, #69389)In reply to: What's missing from our changelogs by neilbrown
Parent article: What's missing from our changelogs
> we should probably dictate that maintainers *must*not*do*that* (--no-ff please!)
Does setting the noff option in gitconfig still force pull-merges without pull.rebase to true? Merges with --no-ff are great, but pull merges are really quite a bit worse, IMO. (I don't care how often you pull from a remote, just don't modify the tree when you do it). Also, it means that if there are conflicts, they happen when merging a remote into your branch which is backwards since your branch is topologically older.
