]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jt/clone-guess-remote-head-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 15 Apr 2025 20:50:16 +0000 (13:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Apr 2025 20:50:16 +0000 (13:50 -0700)
commita8c207797f2fe624c4959487e3508dde96f68976
tree6933bb5b61b08cc9adf218024a19a4651f6fd525
parentd690c44846b3e6450a98e09f43f4b40ec73f9762
parentec0f362e869fc74c3c9f011ae2097daa1c938833
Merge branch 'jt/clone-guess-remote-head-fix'

"git clone" still gave the message about the default branch name;
this message has been turned into an advice message that can be
turned off.

* jt/clone-guess-remote-head-fix:
  advice: allow disabling default branch name advice
  builtin/clone: suppress unexpected default branch advice
  remote: allow `guess_remote_head()` to suppress advice
builtin/clone.c
builtin/fetch.c
refs.c
remote.c