From 872c568388d14f80e8d2871301dcb1a2abf04119 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Fri, 7 Jul 2006 06:05:40 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.4.1-gbe4c7
---
git-rev-list.html | 21 ++++++++++++++++++++-
git-rev-list.txt | 14 ++++++++++++++
git-rev-parse.html | 42 +++++++++++++++++++++++++++++++++--------
git-rev-parse.txt | 45 ++++++++++++++++++++++++++++++++++++--------
git-show-branch.html | 12 +++++++++++-
git-show-branch.txt | 5 +++++
6 files changed, 121 insertions(+), 18 deletions(-)
diff --git a/git-rev-list.html b/git-rev-list.html
index 98ad84e8b..21a1b1747 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -279,6 +279,7 @@ git-rev-list(1) Manual Page
[ --sparse ]
[ --no-merges ]
[ --remove-empty ]
+ [ --not ]
[ --all ]
[ --topo-order ]
[ --parents ]
@@ -298,6 +299,14 @@ means "list all the commits which are included in foo and bar,
not in baz".
A special notation <commit1>..<commit2> can be used as a
short-hand for ^<commit1> <commit2>.
+Another special notation is <commit1>…<commit2> which is useful for
+merges. The resulting set of commits is the symmetric difference
+between the two operands. The following two commands are equivalent:
+
@@ -406,6 +415,16 @@ short-hand for ^<commit1> <commit2>.
+--not
+
+
+
+ Reverses the meaning of the ^ prefix (or lack
+ thereof) for all following revision specifiers, up to
+ the next --not.
+
+
+
--all
@@ -441,7 +460,7 @@ short-hand for ^<commit1> <commit2>.