aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-05-06 10:49:57 -0700
committerJunio C Hamano <gitster@pobox.com>2011-05-06 10:49:57 -0700
commit76f4f74a444cdb3d43950c099da60e5d1ad36305 (patch)
treeef35069c72b7a8a3ba57e9d2ad93ae66a161b440 /Documentation
parent12b99a3598bddfb26efd188ffac6f0e283f02d5a (diff)
parent7cf16a14f5c070f7b14cf28023769450133172ae (diff)
downloadgit-76f4f74a444cdb3d43950c099da60e5d1ad36305.tar.gz
git-76f4f74a444cdb3d43950c099da60e5d1ad36305.tar.xz
Merge branch 'mg/alias-expose-prefix'
* mg/alias-expose-prefix: handle_alias: provide GIT_PREFIX to !alias t1020: test !alias in subdirectory
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 0c0f54c30..c96aec10d 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -587,6 +587,8 @@ it will be treated as a shell command. For example, defining
"gitk --all --not ORIG_HEAD". Note that shell commands will be
executed from the top-level directory of a repository, which may
not necessarily be the current directory.
+'GIT_PREFIX' is set as returned by running 'git rev-parse --show-prefix'
+from the original current directory. See linkgit:git-rev-parse[1].
am.keepcr::
If true, git-am will call git-mailsplit for patches in mbox format