aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-28 15:20:35 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-28 15:20:35 -0700
commit30e8e6fdeadbd7c3f7dd8defed654e1e98290a45 (patch)
tree0cfc87e044491a1879cef0eb6258c4eb0562e13c /Documentation
parentfbc9724188fb4040e1f248de1e61752b385c1841 (diff)
parent2d1ccebae41541946ddd7e32f291f3c8983feea9 (diff)
downloadgit-30e8e6fdeadbd7c3f7dd8defed654e1e98290a45.tar.gz
git-30e8e6fdeadbd7c3f7dd8defed654e1e98290a45.tar.xz
Merge branch 'lk/more-helpful-status-hints'
Give finer classification to various states of paths in conflicted state and offer advice messages in the "git status" output.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 915cb5a54..ccce4f669 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -159,9 +159,10 @@ advice.*::
specified a refspec that isn't your current branch) and
it resulted in a non-fast-forward error.
statusHints::
- Directions on how to stage/unstage/add shown in the
- output of linkgit:git-status[1] and the template shown
- when writing commit messages.
+ Show directions on how to proceed from the current
+ state in the output of linkgit:git-status[1] and in
+ the template shown when writing commit messages in
+ linkgit:git-commit[1].
commitBeforeMerge::
Advice shown when linkgit:git-merge[1] refuses to
merge to avoid overwriting local changes.