What effect does the `–no-ff` flag have for `git merge`?

Using gitk log, I could not spot a difference between the effect of git merge and git merge --no-ff. How can I observe the difference (with a git command or some tool)?

8

Leave a Comment