summaryrefslogtreecommitdiff
path: root/devdocs/git/git-update-server-info.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/git/git-update-server-info.html')
-rw-r--r--devdocs/git/git-update-server-info.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/git/git-update-server-info.html b/devdocs/git/git-update-server-info.html
new file mode 100644
index 00000000..1584a29b
--- /dev/null
+++ b/devdocs/git/git-update-server-info.html
@@ -0,0 +1,6 @@
+<h1>git-update-server-info</h1> <h2 id="_name">Name</h2> <div class="sectionbody"> <p>git-update-server-info - Update auxiliary info file to help dumb servers</p> </div> <h2 id="_synopsis">Synopsis</h2> <div class="sectionbody"> <div class="verseblock"> <pre class="content" data-language="shell">git update-server-info [-f | --force]</pre> </div> </div> <h2 id="_description">Description</h2> <div class="sectionbody"> <p>A dumb server that does not do on-the-fly pack generations must have some auxiliary information files in $GIT_DIR/info and $GIT_OBJECT_DIRECTORY/info directories to help clients discover what references and packs the server has. This command generates such auxiliary files.</p> </div> <h2 id="_options">Options</h2> <div class="sectionbody"> <div class="dlist"> <dl> <dt class="hdlist1" id="Documentation/git-update-server-info.txt--f"> -f </dt> <dt class="hdlist1" id="Documentation/git-update-server-info.txt---force"> --force </dt> <dd> <p>Update the info files from scratch.</p> </dd> </dl> </div> </div> <h2 id="_output">Output</h2> <div class="sectionbody"> <p>Currently the command updates the following files. Please see <a href="gitrepository-layout">gitrepository-layout[5]</a> for a description of what they are for:</p> <div class="ulist"> <ul> <li> <p>objects/info/packs</p> </li> <li> <p>info/refs</p> </li> </ul> </div> </div><div class="_attribution">
+ <p class="_attribution-p">
+ &copy; 2012&ndash;2024 Scott Chacon and others<br>Licensed under the MIT License.<br>
+ <a href="https://git-scm.com/docs/git-update-server-info" class="_attribution-link">https://git-scm.com/docs/git-update-server-info</a>
+ </p>
+</div>