aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-04-05 14:06:26 -0700
committerJunio C Hamano <junkio@cox.net>2006-04-05 14:06:26 -0700
commit9b6891f651ad51913419ee9184280a321b41e9ce (patch)
treef974c90a08847c5ff1eae393002823bd7aba24b2 /Documentation
parent34c5a9e284c88d415559586b79487411ece6f69c (diff)
parent46b8dec038be1125153e9fc816a1e1f0a9d2de77 (diff)
downloadgit-9b6891f651ad51913419ee9184280a321b41e9ce.tar.gz
git-9b6891f651ad51913419ee9184280a321b41e9ce.tar.xz
Merge branch 'pb/regex'
* pb/regex: On some platforms, certain headers need to be included before regex.h Support for pickaxe matching regular expressions
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/diff-options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
index 2a0275eed..ec6811c71 100644
--- a/Documentation/diff-options.txt
+++ b/Documentation/diff-options.txt
@@ -69,6 +69,10 @@
changeset, not just the files that contain the change
in <string>.
+--pickaxe-regex::
+ Make the <string> not a plain string but an extended POSIX
+ regex to match.
+
-O<orderfile>::
Output the patch in the order specified in the
<orderfile>, which has one shell glob pattern per line.