]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ah/advice-switch-requires-detach-to-detach'
authorJunio C Hamano <gitster@pobox.com>
Mon, 7 Mar 2022 05:25:32 +0000 (21:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Mar 2022 05:25:32 +0000 (21:25 -0800)
commit061fd5727ddafe6a751303587cf80ca2f956a273
tree5e6da792816c234c69f3c07bcedd6ed937e2047c
parent20d34c07ea4d44e362e5b8f0924a9c63a73a5e43
parent808213ba36ea72408cc45117a825ad9a714535ba
Merge branch 'ah/advice-switch-requires-detach-to-detach'

The error message given by "git switch HEAD~4" has been clarified
to suggest the "--detach" option that is required.

* ah/advice-switch-requires-detach-to-detach:
  switch: mention the --detach option when dying due to lack of a branch