]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/clone-allow-bare-and-o-together'
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Oct 2022 17:08:39 +0000 (10:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Oct 2022 17:08:39 +0000 (10:08 -0700)
commit7aeb0d4c47878a04e19cffe2ddf20d642df56414
tree1b01cb6f5a50c867f473d40b0a40ad016b5f2339
parentfdbfac60fd889d4e55244958ce7febd61cb53f9d
parent3b910d6e2911a48a2a6945094f79dacd5367b799
Merge branch 'jk/clone-allow-bare-and-o-together'

"git clone" did not like to see the "--bare" and the "--origin"
options used together without a good reason.

* jk/clone-allow-bare-and-o-together:
  clone: allow "--bare" with "-o"
builtin/clone.c
t/t5606-clone-options.sh