diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-07-08 10:42:23 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-07-08 10:42:23 -0700 |
commit | 26192bee8e632e27d361d0d67a6e2a544fb1489b (patch) | |
tree | 3313ae809c8121b9a06bf7eb1d0abb7c7caf4770 /Documentation | |
parent | completion: __git_config_get_set_variables() handle values with spaces (diff) | |
parent | Merge branch 'cb/maint-fetch-refspec-wo-dst' into maint (diff) | |
download | tgif-26192bee8e632e27d361d0d67a6e2a544fb1489b.tar.xz |
Merge branch 'maint'
* maint:
Documentation: update description of shell aliases
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 2fecbe32a6..bf97e1dee2 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -456,7 +456,9 @@ If the alias expansion is prefixed with an exclamation point, it will be treated as a shell command. For example, defining "alias.new = !gitk --all --not ORIG_HEAD", the invocation "git new" is equivalent to running the shell command -"gitk --all --not ORIG_HEAD". +"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. apply.whitespace:: Tells 'git-apply' how to handle whitespaces, in the same way |