summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-08-28 05:01:01 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-08-28 05:01:01 (GMT)
commitaab9ea1aad2447522928d7e9af0bb030558012cb (patch)
tree4bc083ee1927d43398a3d51c58f9c030ce15a06f /Documentation
parent106a36509dc78e32e0b0e64c8da12ace639c879a (diff)
parent749086fa090d81c10ebf16b1abfd138c3fa0232e (diff)
downloadgit-aab9ea1aad2447522928d7e9af0bb030558012cb.zip
git-aab9ea1aad2447522928d7e9af0bb030558012cb.tar.gz
git-aab9ea1aad2447522928d7e9af0bb030558012cb.tar.bz2
Merge branch 'maint'
* maint: Fix overridable written with an extra 'e' Documentation: git-archive: mark --format as optional in summary Round-down years in "years+months" relative date view
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-archive.txt2
-rw-r--r--Documentation/git-gc.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt
index bc132c8..92444dd 100644
--- a/Documentation/git-archive.txt
+++ b/Documentation/git-archive.txt
@@ -9,7 +9,7 @@ git-archive - Create an archive of files from a named tree
SYNOPSIS
--------
[verse]
-'git archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
+'git archive' [--format=<fmt>] [--list] [--prefix=<prefix>/] [<extra>]
[--output=<file>] [--worktree-attributes]
[--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
[path...]
diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt
index b292e98..dcac8c8 100644
--- a/Documentation/git-gc.txt
+++ b/Documentation/git-gc.txt
@@ -61,7 +61,7 @@ automatic consolidation of packs.
--prune=<date>::
Prune loose objects older than date (default is 2 weeks ago,
- overrideable by the config variable `gc.pruneExpire`). This
+ overridable by the config variable `gc.pruneExpire`). This
option is on by default.
--no-prune::