From db450ba3ae2b636d553d185caf436c76c0853bff Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 21 Jan 2007 08:57:14 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.5.0-rc2 --- cmds-mainporcelain.txt | 2 +- git-prune.html | 30 ++++++------------------------ git-prune.txt | 9 ++++++++- git-rev-list.html | 20 +++++++++++++++++++- git-rev-list.txt | 17 +++++++++++++++++ git-show-branch.html | 17 +++++++++++++---- git-show-branch.txt | 15 ++++++++++++--- git-tag.html | 10 +++++----- git-tag.txt | 8 ++++---- git.html | 4 ++-- 10 files changed, 87 insertions(+), 45 deletions(-) diff --git a/cmds-mainporcelain.txt b/cmds-mainporcelain.txt index 8184653ba..9a59c0305 100644 --- a/cmds-mainporcelain.txt +++ b/cmds-mainporcelain.txt @@ -92,5 +92,5 @@ gitlink:git-status[1]:: Show the working tree status. gitlink:git-tag[1]:: - Create or verify a tag object signed with GPG. + Create, list, delete or verify a tag object signed with GPG. diff --git a/git-prune.html b/git-prune.html index a10f50f80..a479f1880 100644 --- a/git-prune.html +++ b/git-prune.html @@ -272,7 +272,7 @@ git-prune(1) Manual Page

SYNOPSIS

-

git-prune [-n] [--] [<head>…]

+

git-prune [-n] [--grace=<time>]

DESCRIPTION

@@ -297,35 +297,17 @@ running git prune-packed.

--- +--grace=<time>

- Do not interpret any more arguments as options. -

-
-
-<head>… -
-
-

- In addition to objects - reachable from any of our references, keep objects - reachable from listed <head>s. + Do not prune loose objects that are younger than the + specified time. This gives a grace period to newly + created objects from getting pruned.

-

EXAMPLE

-
-

To prune objects not used by your repository nor another that -borrows from your repository via its -.git/objects/info/alternates:

-
-
-
$ git prune $(cd ../another && $(git-rev-parse --all))
-
-

Author

Written by Linus Torvalds <torvalds@osdl.org>

@@ -340,7 +322,7 @@ borrows from your repository via its
diff --git a/git-prune.txt b/git-prune.txt index a11e30309..fbd344da4 100644 --- a/git-prune.txt +++ b/git-prune.txt @@ -8,7 +8,7 @@ git-prune - Prunes all unreachable objects from the object database SYNOPSIS -------- -'git-prune' [-n] [--] [...] +'git-prune' [-n] [--grace=