1
0
mirror of https://github.com/git/git.git synced 2024-09-28 19:42:15 +02:00

Merge branch 'mm/status-push-pull-advise'

* mm/status-push-pull-advise:
  document that statusHints affects git checkout
This commit is contained in:
Junio C Hamano 2012-12-04 13:34:10 -08:00
commit fb4c62235f

@ -160,9 +160,10 @@ advice.*::
it resulted in a non-fast-forward error. it resulted in a non-fast-forward error.
statusHints:: statusHints::
Show directions on how to proceed from the current Show directions on how to proceed from the current
state in the output of linkgit:git-status[1] and in state in the output of linkgit:git-status[1], in
the template shown when writing commit messages in the template shown when writing commit messages in
linkgit:git-commit[1]. linkgit:git-commit[1], and in the help message shown
by linkgit:git-checkout[1] when switching branch.
commitBeforeMerge:: commitBeforeMerge::
Advice shown when linkgit:git-merge[1] refuses to Advice shown when linkgit:git-merge[1] refuses to
merge to avoid overwriting local changes. merge to avoid overwriting local changes.