]> git.ipfire.org Git - thirdparty/git.git/commit - t/t9101-git-svn-props.sh
Merge branch 'jk/clone-allow-bare-and-o-together' into maint-2.38
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Oct 2022 00:11:33 +0000 (17:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Oct 2022 00:11:33 +0000 (17:11 -0700)
commit0d5d92906a8c18d55174531312587baf1dc1d2b5
tree969ae8349b9f7cbffa6755a4a4272a453093a612
parent665d7e08b48ffc598e4937c6ad5fe38322244a05
parent3b910d6e2911a48a2a6945094f79dacd5367b799
Merge branch 'jk/clone-allow-bare-and-o-together' into maint-2.38

"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