summaryrefslogtreecommitdiffstats
path: root/gitrepository-layout.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /gitrepository-layout.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'gitrepository-layout.html')
-rw-r--r--gitrepository-layout.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/gitrepository-layout.html b/gitrepository-layout.html
index dc1718510..5e37a51a3 100644
--- a/gitrepository-layout.html
+++ b/gitrepository-layout.html
@@ -365,7 +365,7 @@ objects/info/packs
are available in this object store. Whenever a pack is
added or removed, <tt>git update-server-info</tt> should be run
to keep this file up-to-date if the repository is
- published for dumb transports. <tt>git repack</tt> does this
+ published for dumb transports. <tt>git-repack</tt> does this
by default.
</p>
</dd>
@@ -401,7 +401,7 @@ refs
<dd>
<p>
References are stored in subdirectories of this
- directory. The <tt>git prune</tt> command knows to keep
+ directory. The <tt>git-prune</tt> command knows to keep
objects reachable from refs found in this directory and
its subdirectories.
</p>
@@ -470,7 +470,7 @@ branches
<dd>
<p>
A slightly deprecated way to store shorthands to be used
- to specify URL to <tt>git fetch</tt>, <tt>git pull</tt> and <tt>git push</tt>
+ to specify URL to <tt>git-fetch</tt>, <tt>git-pull</tt> and <tt>git-push</tt>
commands is to store a file in <tt>branches/&lt;name&gt;</tt> and
give <em>name</em> to these commands in place of <em>repository</em>
argument.
@@ -483,9 +483,9 @@ hooks
<p>
Hooks are customization scripts used by various git
commands. A handful of sample hooks are installed when
- <tt>git init</tt> is run, but all of them are disabled by
+ <tt>git-init</tt> is run, but all of them are disabled by
default. To enable, they need to be made executable.
- Read <a href="githooks.html">githooks(5)</a>[hooks] for more details about
+ Read <a href="githooks.html">githooks(5)</a> for more details about
each hook.
</p>
</dd>
@@ -515,10 +515,10 @@ info/refs
This file helps dumb transports discover what refs are
available in this repository. If the repository is
published for dumb transports, this file should be
- regenerated by <tt>git update-server-info</tt> every time a tag
+ regenerated by <tt>git-update-server-info</tt> every time a tag
or branch is created or modified. This is normally done
from the <tt>hooks/update</tt> hook, which is run by the
- <tt>git-receive-pack</tt> command when you <tt>git push</tt> into the
+ <tt>git-receive-pack</tt> command when you <tt>git-push</tt> into the
repository.
</p>
</dd>
@@ -542,8 +542,8 @@ info/exclude
<p>
This file, by convention among Porcelains, stores the
exclude pattern list. <tt>.gitignore</tt> is the per-directory
- ignore file. <tt>git status</tt>, <tt>git add</tt>, <tt>git rm</tt> and <tt>git
- clean</tt> look at it but the core git commands do not look
+ ignore file. <tt>git-status</tt>, <tt>git-add</tt>, <tt>git-rm</tt> and
+ <tt>git-clean</tt> look at it but the core git commands do not look
at it. See also: <a href="gitignore.html">gitignore(5)</a>.
</p>
</dd>
@@ -553,8 +553,8 @@ remotes
<dd>
<p>
Stores shorthands to be used to give URL and default
- refnames to interact with remote repository to <tt>git
- fetch</tt>, <tt>git pull</tt> and <tt>git push</tt> commands.
+ refnames to interact with remote repository to
+ <tt>git-fetch</tt>, <tt>git-pull</tt> and <tt>git-push</tt> commands.
</p>
</dd>
<dt>
@@ -563,7 +563,7 @@ logs
<dd>
<p>
Records of changes made to refs are stored in this
- directory. See the documentation on git-update-ref
+ directory. See <a href="git-update-ref.html">git-update-ref(1)</a>
for more information.
</p>
</dd>
@@ -612,7 +612,7 @@ shallow
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 01:34:28 UTC
+Last updated 02-Jul-2008 03:02:10 UTC
</div>
</div>
</body>