]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-am.txt
Merge branch 'kh/branch-ref-syntax-advice'
authorJunio C Hamano <gitster@pobox.com>
Fri, 15 Mar 2024 23:05:59 +0000 (16:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Mar 2024 23:05:59 +0000 (16:05 -0700)
commitb09a8839a4a09ab5bea79bcfe892b2591097319a
treeaf4aacfc4fdedf2d58eeaba10b75b316e7b21130
parent4f9b731bdeccffa1b13e5edf4bc0428b8d49704e
parent8fbd903e58503cbdd1f1c816dd0c6c3c4d591b13
Merge branch 'kh/branch-ref-syntax-advice'

When git refuses to create a branch because the proposed branch
name is not a valid refname, an advice message is given to refer
the user to exact naming rules.

* kh/branch-ref-syntax-advice:
  branch: advise about ref syntax rules
  advice: use double quotes for regular quoting
  advice: use backticks for verbatim
  advice: make all entries stylistically consistent
  t3200: improve test style
Documentation/config/advice.txt
advice.c
advice.h
builtin/branch.c
t/t3200-branch.sh