diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-24 22:48:35 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-24 22:48:35 +0200 |
commit | 8d8975aca7c2b031a2386cd8f266109a8c6e1973 (patch) | |
tree | 478ec91418df2adce222d60abb14e935774713cb /Documentation | |
parent | Merge branch 'jh/libify-note-handling' (diff) | |
parent | rm: introduce advice.rmHints to shorten messages (diff) | |
download | git-8d8975aca7c2b031a2386cd8f266109a8c6e1973.tar.xz git-8d8975aca7c2b031a2386cd8f266109a8c6e1973.zip |
Merge branch 'mm/rm-coalesce-errors'
Give a single message followed by list of paths from "git rm" to
report multiple paths that cannot be removed.
* mm/rm-coalesce-errors:
rm: introduce advice.rmHints to shorten messages
rm: better error message on failure for multiple files
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 311fcebaf5..1153585aa2 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -199,6 +199,9 @@ advice.*:: amWorkDir:: Advice that shows the location of the patch file when linkgit:git-am[1] fails to apply it. + rmHints:: + In case of failure in the output of linkgit:git-rm[1], + show directions on how to proceed from the current state. -- core.fileMode:: |