Re: [PATCH] git-merge-ff: fast-forward only merge
From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:43:18
Hi, On Thu, 28 Jun 2007, Matthias Lederhofer wrote:
Sam Vilain [off-list ref] wrote:quoted
This is primarily so that there is an easy switch to 'git-pull' to be sure to fast forward only. --- Documentation/merge-strategies.txt | 5 +++++ Makefile | 2 +- git-merge-ff.sh | 8 ++++++++ 3 files changed, 14 insertions(+), 1 deletions(-) create mode 100644 git-merge-ff.shgit-merge-ff.sh should be executable, added to .gitignore and the strategy should be added to the available strategies. And somehow it did not work for me at all: % git merge -s ff origin/master git-merge.sh: needs update Trying really trivial in-index merge... Wonderful. In-index merge [..] % git show HEAD|grep Merge Merge: 117a93c... f578825... Merge commit 'origin/master'
To prevent something like this to happen, may I suggest adding a really simple, small test case? Ciao, Dscho