From: Junio C Hamano Date: Sun, 21 Jan 2007 08:57:14 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.0-rc2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=db450ba3ae2b636d553d185caf436c76c0853bff;p=git.git Autogenerated HTML docs for v1.5.0-rc2 --- 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=