diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-05-06 10:49:57 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-06 10:49:57 -0700 |
commit | 76f4f74a444cdb3d43950c099da60e5d1ad36305 (patch) | |
tree | ef35069c72b7a8a3ba57e9d2ad93ae66a161b440 /Documentation | |
parent | Merge branch 'mg/diff-uiconfig-doc' (diff) | |
parent | handle_alias: provide GIT_PREFIX to !alias (diff) | |
download | tgif-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.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 0c0f54c30e..c96aec10d8 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 |