summaryrefslogtreecommitdiffstats
path: root/gitrepository-layout.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-21 00:08:23 -0700
commita28a920b817789e9535e30d163d1cfeda9803b99 (patch)
tree0276dc9699fe17f0b3daa7ad772b8f34f11463b7 /gitrepository-layout.html
parent010705ace148110d091fef2fb78d70223306d9e0 (diff)
downloadgit-htmldocs-a28a920b817789e9535e30d163d1cfeda9803b99.tar.gz
Autogenerated HTML docs for v1.7.11-3-g60475
Diffstat (limited to 'gitrepository-layout.html')
-rw-r--r--gitrepository-layout.html34
1 files changed, 17 insertions, 17 deletions
diff --git a/gitrepository-layout.html b/gitrepository-layout.html
index 46c6ed087..85990ecf9 100644
--- a/gitrepository-layout.html
+++ b/gitrepository-layout.html
@@ -607,7 +607,7 @@ objects
<li>
<p>
You could have an incomplete but locally usable repository
-by creating a shallow clone. See .
+by creating a shallow clone. See <a href="git-clone.html">git-clone(1)</a>.
</p>
</li>
<li>
@@ -738,7 +738,7 @@ packed-refs
<p>
records the same information as refs/heads/, refs/tags/,
and friends record in a more efficient way. See
- .
+ <a href="git-pack-refs.html">git-pack-refs(1)</a>.
</p>
</dd>
<dt class="hdlist1">
@@ -759,7 +759,7 @@ HEAD
</p>
<div class="paragraph"><p>HEAD can also record a specific commit directly, instead of
being a symref to point at the current branch. Such a state
-is often called <em>detached HEAD.</em> See
+is often called <em>detached HEAD.</em> See <a href="git-checkout.html">git-checkout(1)</a>
for details.</p></div>
</dd>
<dt class="hdlist1">
@@ -772,7 +772,7 @@ branches
A file can be stored as <tt>branches/&lt;name&gt;</tt> and then
<em>name</em> can be given to these commands in place of
<em>repository</em> argument. See the REMOTES section in
- for details. This mechanism is legacy
+ <a href="git-fetch.html">git-fetch(1)</a> for details. This mechanism is legacy
and not likely to be found in modern repositories.
</p>
</dd>
@@ -786,7 +786,7 @@ hooks
<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 for more details about
+ Read <a href="githooks.html">githooks(5)</a> for more details about
each hook.
</p>
</dd>
@@ -845,7 +845,7 @@ info/exclude
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
- at it. See also: .
+ at it. See also: <a href="gitignore.html">gitignore(5)</a>.
</p>
</dd>
<dt class="hdlist1">
@@ -856,7 +856,7 @@ remotes
Stores shorthands for URL and default refnames for use
when interacting with remote repositories via <em>git fetch</em>,
<em>git pull</em> and <em>git push</em> commands. See the REMOTES section
- in for details. This mechanism is legacy
+ in <a href="git-fetch.html">git-fetch(1)</a> for details. This mechanism is legacy
and not likely to be found in modern repositories.
</p>
</dd>
@@ -866,7 +866,7 @@ logs
<dd>
<p>
Records of changes made to refs are stored in this
- directory. See
+ directory. See <a href="git-update-ref.html">git-update-ref(1)</a>
for more information.
</p>
</dd>
@@ -893,25 +893,25 @@ shallow
<p>
This is similar to <tt>info/grafts</tt> but is internally used
and maintained by shallow clone mechanism. See <tt>--depth</tt>
- option to and .
+ option to <a href="git-clone.html">git-clone(1)</a> and <a href="git-fetch.html">git-fetch(1)</a>.
</p>
</dd>
</dl></div>
</div>
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
-<div class="paragraph"><p>,
-,
-,
-,
-,
-,
-,
+<div class="paragraph"><p><a href="git-init.html">git-init(1)</a>,
+<a href="git-clone.html">git-clone(1)</a>,
+<a href="git-fetch.html">git-fetch(1)</a>,
+<a href="git-pack-refs.html">git-pack-refs(1)</a>,
+<a href="git-gc.html">git-gc(1)</a>,
+<a href="git-checkout.html">git-checkout(1)</a>,
+<a href="gitglossary.html">gitglossary(7)</a>,
<a href="user-manual.html">The Git User&#8217;s Manual</a></p></div>
</div>
<h2 id="_git">GIT</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Part of the suite.</p></div>
+<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite.</p></div>
</div>
</div>
<div id="footnotes"><hr /></div>