summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-07-30 20:04:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-07-30 20:04:39 (GMT)
commit9b67f560f473ec84c9ea77a1fa6378bc7cc29d9d (patch)
treea3f73f65ef4a6da836d1a265d4b5226d0737839c /Documentation
parent8ba105dda861d33f3d7c3b9989592c1605027116 (diff)
parent14bf2d58bc3b202da3ca34cfdf72392889135411 (diff)
downloadgit-9b67f560f473ec84c9ea77a1fa6378bc7cc29d9d.zip
git-9b67f560f473ec84c9ea77a1fa6378bc7cc29d9d.tar.gz
git-9b67f560f473ec84c9ea77a1fa6378bc7cc29d9d.tar.bz2
Merge branch 'pg/maint-1.7.9-am-where-is-patch' into maint
When "git am" failed, old timers knew to check .git/rebase-apply/patch to see what went wrong, but we never told the users about it. * pg/maint-1.7.9-am-where-is-patch: am: indicate where a failed patch is to be found
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 915cb5a..b49feb5 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -176,6 +176,9 @@ advice.*::
Advice shown when you used linkgit:git-checkout[1] to
move to the detach HEAD state, to instruct how to create
a local branch after the fact.
+ amWorkDir::
+ Advice that shows the location of the patch file when
+ linkgit:git-am[1] fails to apply it.
--
core.fileMode::