summaryrefslogtreecommitdiffstats
path: root/git-gc.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-09-04 13:35:57 -0700
committerJunio C Hamano <gitster@pobox.com>2013-09-04 13:35:57 -0700
commit535ed7ab18f533085d95a42eb62de0626c2a1b73 (patch)
tree81573cea09b07b4a052e755f5f9be5f9416bad59 /git-gc.txt
parent0241d05c0ebac641b26dfd1e430cb6d275c3acb7 (diff)
downloadgit-htmldocs-535ed7ab18f533085d95a42eb62de0626c2a1b73.tar.gz
Autogenerated HTML docs for v1.8.4-93-g57e4c
Diffstat (limited to 'git-gc.txt')
-rw-r--r--git-gc.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/git-gc.txt b/git-gc.txt
index 2402ed682..e158a3b31 100644
--- a/git-gc.txt
+++ b/git-gc.txt
@@ -9,7 +9,7 @@ git-gc - Cleanup unnecessary files and optimize the local repository
SYNOPSIS
--------
[verse]
-'git gc' [--aggressive] [--auto] [--quiet] [--prune=<date> | --no-prune]
+'git gc' [--aggressive] [--auto] [--quiet] [--prune=<date> | --no-prune] [--force]
DESCRIPTION
-----------
@@ -72,6 +72,10 @@ automatic consolidation of packs.
--quiet::
Suppress all progress reports.
+--force::
+ Force `git gc` to run even if there may be another `git gc`
+ instance running on this repository.
+
Configuration
-------------