From 7f80ae8006f163acc614aebc362adf92788b20a6 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Wed, 30 Jul 2008 18:31:35 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.6.0-rc1-27-g9b6bf
---
git-fast-export.html | 17 ++++++++++++++++-
git-fast-export.txt | 9 +++++++++
git-push.html | 19 ++++++++++---------
git-push.txt | 17 +++++++++--------
git-rev-parse.html | 7 ++++---
git-rev-parse.txt | 5 +++--
git-svn.html | 28 +++++++++++++---------------
git-svn.txt | 26 ++++++++++++--------------
user-manual.html | 10 +++++-----
user-manual.txt | 8 ++++----
10 files changed, 85 insertions(+), 61 deletions(-)
diff --git a/git-fast-export.html b/git-fast-export.html
index 717496097..06540680e 100644
--- a/git-fast-export.html
+++ b/git-fast-export.html
@@ -357,6 +357,21 @@ unsigned, with verbatim, they will be silently exported
and with warn, they will be exported, but you will see a warning.
+-M
+
+
+-C
+
+
+
+ Perform move and/or copy detection, as described in the
+ git-diff(1) manual page, and use it to generate
+ rename and copy commands in the output dump.
+
+Note that earlier versions of this command did not complain and
+produced incorrect results if you gave these options.
+
+
--export-marks=<file>
@@ -428,7 +443,7 @@ a tag referencing a tree instead of a commit.