summaryrefslogtreecommitdiffstats
path: root/gitrepository-layout.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
commit1aa40d2e3f5186afb805e7020577acb9f5f78b89 (patch)
tree72812d480799e16b94f9cfed423b8d7d45c7fb4f /gitrepository-layout.html
parenta9701f0184382d8de7380c56558718915905746a (diff)
downloadgit-htmldocs-1aa40d2e3f5186afb805e7020577acb9f5f78b89.tar.gz
Autogenerated HTML docs for v1.6.6.1-383-g5a9f
Diffstat (limited to 'gitrepository-layout.html')
-rw-r--r--gitrepository-layout.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/gitrepository-layout.html b/gitrepository-layout.html
index 4aaeeb2da..02b9b0292 100644
--- a/gitrepository-layout.html
+++ b/gitrepository-layout.html
@@ -413,7 +413,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. <em>git-repack</em> does this
+ published for dumb transports. <em>git repack</em> does this
by default.
</p>
</dd>
@@ -449,7 +449,7 @@ refs
<dd>
<p>
References are stored in subdirectories of this
- directory. The <em>git-prune</em> command knows to keep
+ directory. The <em>git prune</em> command knows to keep
objects reachable from refs found in this directory and
its subdirectories.
</p>
@@ -518,7 +518,7 @@ branches
<dd>
<p>
A slightly deprecated way to store shorthands to be used
- to specify URL to <em>git-fetch</em>, <em>git-pull</em> and <em>git-push</em>
+ to specify URL to <em>git fetch</em>, <em>git pull</em> and <em>git push</em>
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.
@@ -531,7 +531,7 @@ hooks
<p>
Hooks are customization scripts used by various git
commands. A handful of sample hooks are installed when
- <em>git-init</em> is run, but all of them are disabled by
+ <em>git init</em> is run, but all of them are disabled by
default. To enable, the <tt>.sample</tt> suffix has to be
removed from the filename by renaming.
Read <a href="githooks.html">githooks(5)</a> for more details about
@@ -564,10 +564,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 <em>git-update-server-info</em> every time a tag
+ regenerated by <em>git update-server-info</em> 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
- <em>git-receive-pack</em> command when you <em>git-push</em> into the
+ <em>git-receive-pack</em> command when you <em>git push</em> into the
repository.
</p>
</dd>
@@ -591,8 +591,8 @@ info/exclude
<p>
This file, by convention among Porcelains, stores the
exclude pattern list. <tt>.gitignore</tt> is the per-directory
- ignore file. <em>git-status</em>, <em>git-add</em>, <em>git-rm</em> and
- <em>git-clean</em> look at it but the core git commands do not look
+ ignore file. <em>git status</em>, <em>git add</em>, <em>git rm</em> and
+ <em>git clean</em> look at it but the core git commands do not look
at it. See also: <a href="gitignore.html">gitignore(5)</a>.
</p>
</dd>
@@ -603,7 +603,7 @@ remotes
<p>
Stores shorthands to be used to give URL and default
refnames to interact with remote repository to
- <em>git-fetch</em>, <em>git-pull</em> and <em>git-push</em> commands.
+ <em>git fetch</em>, <em>git pull</em> and <em>git push</em> commands.
</p>
</dd>
<dt>
@@ -661,7 +661,7 @@ shallow
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-12-03 09:12:54 UTC
+Last updated 2010-01-21 17:44:42 UTC
</div>
</div>
</body>