aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-05-23 16:05:46 -0700
committerJunio C Hamano <gitster@pobox.com>2008-05-23 16:05:46 -0700
commite13067a7499f3cbf543d4a30865c70613f055b4b (patch)
treeb7bd4d007656599959fed85db64ff5cd2cef37a9 /Documentation
parentdd0ffd5b31a672db90d8b775988d55829e6f5f9f (diff)
parent77599cc0bbd0a08defc3bfa80ca52d931d8dc786 (diff)
downloadgit-e13067a7499f3cbf543d4a30865c70613f055b4b.tar.gz
git-e13067a7499f3cbf543d4a30865c70613f055b4b.tar.xz
Merge branch 'maint'
* maint: rev-parse --symbolic-full-name: don't print '^' if SHA1 is not a ref Add missing "short" alternative to --date in rev-list-options.txt git-show.txt: Not very stubby these days. Clarify repack -n documentation
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-repack.txt7
-rw-r--r--Documentation/git-show.txt2
-rw-r--r--Documentation/rev-list-options.txt2
3 files changed, 6 insertions, 5 deletions
diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt
index 3d957492f..d14ab5154 100644
--- a/Documentation/git-repack.txt
+++ b/Documentation/git-repack.txt
@@ -55,8 +55,11 @@ OPTIONS
linkgit:git-pack-objects[1].
-n::
- Do not update the server information with
- `git update-server-info`.
+ Do not update the server information with
+ `git update-server-info`. This option skips
+ updating local catalog files needed to publish
+ this repository (or a direct copy of it)
+ over HTTP or FTP. See gitlink:git-update-server-info[1].
--window=[N], --depth=[N]::
These two options affect how the objects contained in the pack are
diff --git a/Documentation/git-show.txt b/Documentation/git-show.txt
index dccf0e20e..29ed0acc6 100644
--- a/Documentation/git-show.txt
+++ b/Documentation/git-show.txt
@@ -79,8 +79,6 @@ Documentation
-------------
Documentation by David Greaves, Petr Baudis and the git-list <git@vger.kernel.org>.
-This manual page is a stub. You can help the git documentation by expanding it.
-
GIT
---
Part of the linkgit:git[7] suite
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 3558348b7..dfcef79a6 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -13,7 +13,7 @@ include::pretty-options.txt[]
Synonym for `--date=relative`.
---date={relative,local,default,iso,rfc}::
+--date={relative,local,default,iso,rfc,short}::
Only takes effect for dates shown in human-readable format, such
as when using "--pretty". `log.date` config variable sets a default