From 46338f57d48fac86cd37a48fc6cb4b4219cea276 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 4 May 2006 00:46:44 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.3.1-g935e --- git-diff-tree.html | 4 ++-- git-diff-tree.txt | 2 +- git-update-index.html | 15 ++++++++++++--- git-update-index.txt | 10 +++++++--- 4 files changed, 22 insertions(+), 9 deletions(-) diff --git a/git-diff-tree.html b/git-diff-tree.html index 31948673..0a2f8213 100644 --- a/git-diff-tree.html +++ b/git-diff-tree.html @@ -614,7 +614,7 @@ separated with a single space are given.

--cc +--cc

@@ -1000,7 +1000,7 @@ two unresolved merge parents with the working tree file

diff --git a/git-diff-tree.txt b/git-diff-tree.txt index 21691698..906830d4 100644 --- a/git-diff-tree.txt +++ b/git-diff-tree.txt @@ -92,7 +92,7 @@ separated with a single space are given. Furthermore, it lists only files which were modified from all parents. --cc:: +--cc:: This flag changes the way a merge commit patch is displayed, in a similar way to the '-c' option. It implies the '-c' and '-p' options and further compresses the patch output diff --git a/git-update-index.html b/git-update-index.html index 00a23c7e..2aed335a 100644 --- a/git-update-index.html +++ b/git-update-index.html @@ -275,11 +275,11 @@ git-update-index(1) Manual Page
git-update-index [--add] [--remove | --force-remove] [--replace] - [--refresh [-q] [--unmerged] [--ignore-missing]] + [--refresh] [-q] [--unmerged] [--ignore-missing] [--cacheinfo <mode> <object> <file>]* [--chmod=(+|-)x] [--assume-unchanged | --no-assume-unchanged] - [--really-refresh] + [--really-refresh] [--unresolve] [--info-only] [--index-info] [-z] [--stdin] [--verbose] @@ -395,6 +395,15 @@ using the various options:

+--unresolve +
+
+

+ Restores the unmerged or needs updating state of a + file during a merge if it was cleared by accident. +

+
+
--info-only
@@ -696,7 +705,7 @@ need to use git-update-index --chmod=.

diff --git a/git-update-index.txt b/git-update-index.txt index d4137fc8..23f2b6f1 100644 --- a/git-update-index.txt +++ b/git-update-index.txt @@ -10,12 +10,12 @@ SYNOPSIS -------- [verse] 'git-update-index' - [--add] [--remove | --force-remove] [--replace] - [--refresh [-q] [--unmerged] [--ignore-missing]] + [--add] [--remove | --force-remove] [--replace] + [--refresh] [-q] [--unmerged] [--ignore-missing] [--cacheinfo ]\* [--chmod=(+|-)x] [--assume-unchanged | --no-assume-unchanged] - [--really-refresh] + [--really-refresh] [--unresolve] [--info-only] [--index-info] [-z] [--stdin] [--verbose] @@ -80,6 +80,10 @@ OPTIONS filesystem that has very slow lstat(2) system call (e.g. cifs). +--unresolve:: + Restores the 'unmerged' or 'needs updating' state of a + file during a merge if it was cleared by accident. + --info-only:: Do not create objects in the object database for all arguments that follow this flag; just insert -- 2.11.0