Re: [PATCH] test: pull: add test for disabling pull.ff=only

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 12/07/21 00.07, Felipe Contreras wrote:
The advice clearly says it should be possible to override pull.ff=only
with --rebase:

   You can also pass --rebase, --no-rebase, or --ff-only on the command
   line to override the configured default per invocation.

Since the intended behavior of `git pull` is very easily forgotten let's
add a test to make sure it isn't.


Is pull.ff=only only do fast-forward merge when pulling?

+test_expect_success 'pull allows non-fast-forward with "only" in pull.ff if --rebase' '
+	git reset --hard c1 &&
+	test_config pull.ff only &&
+	git pull --rebase . c3
+'
+

Better say 'pull allows non-fast-forward (using --rebase) regardless of pull.ff=only config'

--
An old man doll... just what I always wanted! - Clara



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux