summaryrefslogtreecommitdiffstats
path: root/gitrepository-layout.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-06-08 11:40:53 -0700
committerJunio C Hamano <gitster@pobox.com>2012-06-08 11:40:53 -0700
commit719b8a3137af7aea177e42a98cdfbb5180a10f33 (patch)
tree0b0aceeacfdab20db87a431a8a95e1388f0d9e19 /gitrepository-layout.html
parent022bd341a82a08e16719ab8744973feed49e94d3 (diff)
downloadgit-htmldocs-719b8a3137af7aea177e42a98cdfbb5180a10f33.tar.gz
Autogenerated HTML docs for v1.7.11-rc2-2-g02101
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 85990ecf9..46c6ed087 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 <a href="git-clone.html">git-clone(1)</a>.
+by creating a shallow clone. See .
</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 <a href="git-checkout.html">git-checkout(1)</a>
+is often called <em>detached HEAD.</em> See
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
- <a href="git-fetch.html">git-fetch(1)</a> for details. This mechanism is legacy
+ 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 <a href="githooks.html">githooks(5)</a> for more details about
+ Read 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: <a href="gitignore.html">gitignore(5)</a>.
+ at it. See also: .
</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 <a href="git-fetch.html">git-fetch(1)</a> for details. This mechanism is legacy
+ in 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 <a href="git-update-ref.html">git-update-ref(1)</a>
+ directory. See
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 <a href="git-clone.html">git-clone(1)</a> and <a href="git-fetch.html">git-fetch(1)</a>.
+ option to and .
</p>
</dd>
</dl></div>
</div>
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
-<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>,
+<div class="paragraph"><p>,
+,
+,
+,
+,
+,
+,
<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 <a href="git.html">git(1)</a> suite.</p></div>
+<div class="paragraph"><p>Part of the suite.</p></div>
</div>
</div>
<div id="footnotes"><hr /></div>