summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 433ef8a)
raw | patch | inline | side by side (parent: 433ef8a)
author | Junio C Hamano <junkio@cox.net> | |
Sun, 4 Sep 2005 18:25:56 +0000 (11:25 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 4 Sep 2005 18:25:56 +0000 (11:25 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-update-server-info.txt | patch | blob | history |
index 830f39803419f9c0691e3aaf027920a5c0ef7877..74c4364ad847e29a1e1918b1d1c7781454d064fb 100644 (file)
-------
--force::
- Update the info files even when they do not appear
- stale.
+ Update the info files from scratch.
+
+
+OUTPUT
+------
+
+Currently the command updates the following files. Please see
+link:repository-layout.html[repository-layout] for description
+of what they are for:
+
+* objects/info/packs
+
+* info/refs
+
+* info/rev-cache
+
+
+BUGS
+----
+When you remove an existing ref, the command fails to update
+info/refs file unless `--force` flag is given.
Author