From: Junio C Hamano Date: Thu, 9 Jul 2009 07:59:58 +0000 (-0700) Subject: Merge branch 'rs/grep-p' X-Git-Tag: v1.6.4-rc0~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/128a9d86da3c156c7d1bf25692eeb68a522af935?hp=ed24e401e0e6ab860475b8575e28a2c6ea99cc69 Merge branch 'rs/grep-p' * rs/grep-p: grep: simplify -p output grep -p: support user defined regular expressions grep: add option -p/--show-function grep: handle pre context lines on demand grep: print context hunk marks between files grep: move context hunk mark handling into show_line() userdiff: add xdiff_clear_find_func() --- 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 diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index 6d92cbee64..32e689b2bf 100644 --- a/Documentation/git-am.txt +++ b/Documentation/git-am.txt @@ -13,7 +13,7 @@ SYNOPSIS [--3way] [--interactive] [--committer-date-is-author-date] [--ignore-date] [--whitespace=