From: Junio C Hamano Date: Wed, 10 May 2006 00:13:40 +0000 (+0000) Subject: Autogenerated HTML docs for v1.3.2-g8c24 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=26a5737702ae9a7bec141d68b1c756235c55cb89;p=git.git Autogenerated HTML docs for v1.3.2-g8c24 --- diff --git a/git-clean.html b/git-clean.html index 76efb229..90a92ab8 100644 --- a/git-clean.html +++ b/git-clean.html @@ -273,14 +273,16 @@ git-clean(1) Manual Page

SYNOPSIS

-
git-clean [-d] [-n] [-q] [-x | -X]
+
git-clean [-d] [-n] [-q] [-x | -X] [--] <paths>…

DESCRIPTION

Removes files unknown to git. This allows to clean the working tree from files that are not under version control. If the -x option is specified, ignored files are also removed, allowing to remove all -build products.

+build products. +When optional <paths>… arguments are given, the paths +affected are further limited to those that match them.

OPTIONS

@@ -342,7 +344,7 @@ build products.

diff --git a/git-clean.txt b/git-clean.txt index 36890c54..c61afbcd 100644 --- a/git-clean.txt +++ b/git-clean.txt @@ -8,7 +8,7 @@ git-clean - Remove untracked files from the working tree SYNOPSIS -------- [verse] -'git-clean' [-d] [-n] [-q] [-x | -X] +'git-clean' [-d] [-n] [-q] [-x | -X] [--] ... DESCRIPTION ----------- @@ -16,6 +16,9 @@ Removes files unknown to git. This allows to clean the working tree from files that are not under version control. If the '-x' option is specified, ignored files are also removed, allowing to remove all build products. +When optional `...` arguments are given, the paths +affected are further limited to those that match them. + OPTIONS ------- diff --git a/git-update-index.html b/git-update-index.html index 891afd78..eedcbc76 100644 --- a/git-update-index.html +++ b/git-update-index.html @@ -279,7 +279,7 @@ git-update-index(1) Manual Page [--cacheinfo <mode> <object> <file>]* [--chmod=(+|-)x] [--assume-unchanged | --no-assume-unchanged] - [--really-refresh] [--unresolve] + [--really-refresh] [--unresolve] [--again] [--info-only] [--index-info] [-z] [--stdin] [--verbose] @@ -395,6 +395,15 @@ using the various options:

+--again +
+
+

+ Runs git-update-index itself on the paths whose index + entries are different from those from the HEAD commit. +

+
+
--unresolve
@@ -705,7 +714,7 @@ need to use git-update-index --chmod=.

diff --git a/git-update-index.txt b/git-update-index.txt index 57177c7f..d043e86a 100644 --- a/git-update-index.txt +++ b/git-update-index.txt @@ -15,7 +15,7 @@ SYNOPSIS [--cacheinfo ]\* [--chmod=(+|-)x] [--assume-unchanged | --no-assume-unchanged] - [--really-refresh] [--unresolve] + [--really-refresh] [--unresolve] [--again] [--info-only] [--index-info] [-z] [--stdin] [--verbose] @@ -80,6 +80,10 @@ OPTIONS filesystem that has very slow lstat(2) system call (e.g. cifs). +--again:: + Runs `git-update-index` itself on the paths whose index + entries are different from those from the `HEAD` commit. + --unresolve:: Restores the 'unmerged' or 'needs updating' state of a file during a merge if it was cleared by accident.