summaryrefslogtreecommitdiffstats
path: root/git.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-06-27 11:05:05 -0700
committerJunio C Hamano <gitster@pobox.com>2016-06-27 11:05:05 -0700
commit042f2148898f2f73342c586887b252715dd8af8a (patch)
tree186d91f728919ef22f36d69ad4f555e3cb5277ff /git.html
parentfedb1b428f68e8626c38f0aef57a8379e58f3241 (diff)
downloadgit-htmldocs-042f2148898f2f73342c586887b252715dd8af8a.tar.gz
Autogenerated HTML docs for v2.9.0-137-gcf4c2
Diffstat (limited to 'git.html')
-rw-r--r--git.html126
1 files changed, 63 insertions, 63 deletions
diff --git a/git.html b/git.html
index fd11f7ae7..ca58e30f5 100644
--- a/git.html
+++ b/git.html
@@ -903,7 +903,7 @@ foo.bar= ...</code>) sets <code>foo.bar</code> to the empty string.</p></div>
<dd>
<p>
Set the path to the repository. This can also be controlled by
- setting the GIT_DIR environment variable. It can be an absolute
+ setting the <code>GIT_DIR</code> environment variable. It can be an absolute
path or relative path to current working directory.
</p>
</dd>
@@ -2366,7 +2366,7 @@ is worth noting that they may be used/overridden by SCMS sitting above
Git so take care if using a foreign front-end.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
-<em>GIT_INDEX_FILE</em>
+<code>GIT_INDEX_FILE</code>
</dt>
<dd>
<p>
@@ -2376,7 +2376,7 @@ Git so take care if using a foreign front-end.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_INDEX_VERSION</em>
+<code>GIT_INDEX_VERSION</code>
</dt>
<dd>
<p>
@@ -2387,7 +2387,7 @@ Git so take care if using a foreign front-end.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_OBJECT_DIRECTORY</em>
+<code>GIT_OBJECT_DIRECTORY</code>
</dt>
<dd>
<p>
@@ -2398,7 +2398,7 @@ Git so take care if using a foreign front-end.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_ALTERNATE_OBJECT_DIRECTORIES</em>
+<code>GIT_ALTERNATE_OBJECT_DIRECTORIES</code>
</dt>
<dd>
<p>
@@ -2410,18 +2410,18 @@ Git so take care if using a foreign front-end.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_DIR</em>
+<code>GIT_DIR</code>
</dt>
<dd>
<p>
- If the <em>GIT_DIR</em> environment variable is set then it
+ If the <code>GIT_DIR</code> environment variable is set then it
specifies a path to use instead of the default <code>.git</code>
for the base of the repository.
The <em>--git-dir</em> command-line option also sets this value.
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_WORK_TREE</em>
+<code>GIT_WORK_TREE</code>
</dt>
<dd>
<p>
@@ -2431,7 +2431,7 @@ Git so take care if using a foreign front-end.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_NAMESPACE</em>
+<code>GIT_NAMESPACE</code>
</dt>
<dd>
<p>
@@ -2440,7 +2440,7 @@ Git so take care if using a foreign front-end.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_CEILING_DIRECTORIES</em>
+<code>GIT_CEILING_DIRECTORIES</code>
</dt>
<dd>
<p>
@@ -2456,11 +2456,11 @@ Git so take care if using a foreign front-end.</p></div>
can add an empty entry to the list to tell Git that the
subsequent entries are not symlinks and needn&#8217;t be resolved;
e.g.,
- <em>GIT_CEILING_DIRECTORIES=/maybe/symlink::/very/slow/non/symlink</em>.
+ <code>GIT_CEILING_DIRECTORIES=/maybe/symlink::/very/slow/non/symlink</code>.
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_DISCOVERY_ACROSS_FILESYSTEM</em>
+<code>GIT_DISCOVERY_ACROSS_FILESYSTEM</code>
</dt>
<dd>
<p>
@@ -2469,13 +2469,13 @@ Git so take care if using a foreign front-end.</p></div>
directories to find the top of the working tree, but by default it
does not cross filesystem boundaries. This environment variable
can be set to true to tell Git not to stop at filesystem
- boundaries. Like <em>GIT_CEILING_DIRECTORIES</em>, this will not affect
- an explicit repository directory set via <em>GIT_DIR</em> or on the
+ boundaries. Like <code>GIT_CEILING_DIRECTORIES</code>, this will not affect
+ an explicit repository directory set via <code>GIT_DIR</code> or on the
command line.
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_COMMON_DIR</em>
+<code>GIT_COMMON_DIR</code>
</dt>
<dd>
<p>
@@ -2494,22 +2494,22 @@ Git so take care if using a foreign front-end.</p></div>
<h3 id="_git_commits">Git Commits</h3>
<div class="dlist"><dl>
<dt class="hdlist1">
-<em>GIT_AUTHOR_NAME</em>
+<code>GIT_AUTHOR_NAME</code>
</dt>
<dt class="hdlist1">
-<em>GIT_AUTHOR_EMAIL</em>
+<code>GIT_AUTHOR_EMAIL</code>
</dt>
<dt class="hdlist1">
-<em>GIT_AUTHOR_DATE</em>
+<code>GIT_AUTHOR_DATE</code>
</dt>
<dt class="hdlist1">
-<em>GIT_COMMITTER_NAME</em>
+<code>GIT_COMMITTER_NAME</code>
</dt>
<dt class="hdlist1">
-<em>GIT_COMMITTER_EMAIL</em>
+<code>GIT_COMMITTER_EMAIL</code>
</dt>
<dt class="hdlist1">
-<em>GIT_COMMITTER_DATE</em>
+<code>GIT_COMMITTER_DATE</code>
</dt>
<dt class="hdlist1">
<em>EMAIL</em>
@@ -2525,7 +2525,7 @@ Git so take care if using a foreign front-end.</p></div>
<h3 id="_git_diffs">Git Diffs</h3>
<div class="dlist"><dl>
<dt class="hdlist1">
-<em>GIT_DIFF_OPTS</em>
+<code>GIT_DIFF_OPTS</code>
</dt>
<dd>
<p>
@@ -2536,14 +2536,14 @@ Git so take care if using a foreign front-end.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_EXTERNAL_DIFF</em>
+<code>GIT_EXTERNAL_DIFF</code>
</dt>
<dd>
<p>
- When the environment variable <em>GIT_EXTERNAL_DIFF</em> is set, the
+ When the environment variable <code>GIT_EXTERNAL_DIFF</code> is set, the
program named by it is called, instead of the diff invocation
described above. For a path that is added, removed, or modified,
- <em>GIT_EXTERNAL_DIFF</em> is called with 7 parameters:
+ <code>GIT_EXTERNAL_DIFF</code> is called with 7 parameters:
</p>
<div class="literalblock">
<div class="content">
@@ -2578,15 +2578,15 @@ are the octal representation of the file modes.
<div class="paragraph"><p>The file parameters can point at the user&#8217;s working file
(e.g. <code>new-file</code> in "git-diff-files"), <code>/dev/null</code> (e.g. <code>old-file</code>
when a new file is added), or a temporary file (e.g. <code>old-file</code> in the
-index). <em>GIT_EXTERNAL_DIFF</em> should not worry about unlinking the
-temporary file --- it is removed when <em>GIT_EXTERNAL_DIFF</em> exits.</p></div>
-<div class="paragraph"><p>For a path that is unmerged, <em>GIT_EXTERNAL_DIFF</em> is called with 1
+index). <code>GIT_EXTERNAL_DIFF</code> should not worry about unlinking the
+temporary file --- it is removed when <code>GIT_EXTERNAL_DIFF</code> exits.</p></div>
+<div class="paragraph"><p>For a path that is unmerged, <code>GIT_EXTERNAL_DIFF</code> is called with 1
parameter, &lt;path&gt;.</p></div>
-<div class="paragraph"><p>For each path <em>GIT_EXTERNAL_DIFF</em> is called, two environment variables,
-<em>GIT_DIFF_PATH_COUNTER</em> and <em>GIT_DIFF_PATH_TOTAL</em> are set.</p></div>
+<div class="paragraph"><p>For each path <code>GIT_EXTERNAL_DIFF</code> is called, two environment variables,
+<code>GIT_DIFF_PATH_COUNTER</code> and <code>GIT_DIFF_PATH_TOTAL</code> are set.</p></div>
</dd>
<dt class="hdlist1">
-<em>GIT_DIFF_PATH_COUNTER</em>
+<code>GIT_DIFF_PATH_COUNTER</code>
</dt>
<dd>
<p>
@@ -2594,7 +2594,7 @@ parameter, &lt;path&gt;.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_DIFF_PATH_TOTAL</em>
+<code>GIT_DIFF_PATH_TOTAL</code>
</dt>
<dd>
<p>
@@ -2607,7 +2607,7 @@ parameter, &lt;path&gt;.</p></div>
<h3 id="_other">other</h3>
<div class="dlist"><dl>
<dt class="hdlist1">
-<em>GIT_MERGE_VERBOSITY</em>
+<code>GIT_MERGE_VERBOSITY</code>
</dt>
<dd>
<p>
@@ -2617,7 +2617,7 @@ parameter, &lt;path&gt;.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_PAGER</em>
+<code>GIT_PAGER</code>
</dt>
<dd>
<p>
@@ -2628,7 +2628,7 @@ parameter, &lt;path&gt;.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_EDITOR</em>
+<code>GIT_EDITOR</code>
</dt>
<dd>
<p>
@@ -2639,10 +2639,10 @@ parameter, &lt;path&gt;.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_SSH</em>
+<code>GIT_SSH</code>
</dt>
<dt class="hdlist1">
-<em>GIT_SSH_COMMAND</em>
+<code>GIT_SSH_COMMAND</code>
</dt>
<dd>
<p>
@@ -2665,19 +2665,19 @@ personal <code>.ssh/config</code> file. Please consult your ssh documentation
for further details.</p></div>
</dd>
<dt class="hdlist1">
-<em>GIT_ASKPASS</em>
+<code>GIT_ASKPASS</code>
</dt>
<dd>
<p>
If this environment variable is set, then Git commands which need to
acquire passwords or passphrases (e.g. for HTTP or IMAP authentication)
will call this program with a suitable prompt as command-line argument
- and read the password from its STDOUT. See also the <em>core.askPass</em>
+ and read the password from its STDOUT. See also the <code>core.askPass</code>
option in <a href="git-config.html">git-config(1)</a>.
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_TERMINAL_PROMPT</em>
+<code>GIT_TERMINAL_PROMPT</code>
</dt>
<dd>
<p>
@@ -2686,7 +2686,7 @@ for further details.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_CONFIG_NOSYSTEM</em>
+<code>GIT_CONFIG_NOSYSTEM</code>
</dt>
<dd>
<p>
@@ -2699,7 +2699,7 @@ for further details.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_FLUSH</em>
+<code>GIT_FLUSH</code>
</dt>
<dd>
<p>
@@ -2715,7 +2715,7 @@ for further details.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_TRACE</em>
+<code>GIT_TRACE</code>
</dt>
<dd>
<p>
@@ -2737,7 +2737,7 @@ into it.</p></div>
"false" (case insensitive) disables trace messages.</p></div>
</dd>
<dt class="hdlist1">
-<em>GIT_TRACE_PACK_ACCESS</em>
+<code>GIT_TRACE_PACK_ACCESS</code>
</dt>
<dd>
<p>
@@ -2745,23 +2745,23 @@ into it.</p></div>
access, the pack file name and an offset in the pack is
recorded. This may be helpful for troubleshooting some
pack-related performance problems.
- See <em>GIT_TRACE</em> for available trace output options.
+ See <code>GIT_TRACE</code> for available trace output options.
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_TRACE_PACKET</em>
+<code>GIT_TRACE_PACKET</code>
</dt>
<dd>
<p>
Enables trace messages for all packets coming in or out of a
given program. This can help with debugging object negotiation
or other protocol issues. Tracing is turned off at a packet
- starting with "PACK" (but see <em>GIT_TRACE_PACKFILE</em> below).
- See <em>GIT_TRACE</em> for available trace output options.
+ starting with "PACK" (but see <code>GIT_TRACE_PACKFILE</code> below).
+ See <code>GIT_TRACE</code> for available trace output options.
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_TRACE_PACKFILE</em>
+<code>GIT_TRACE_PACKFILE</code>
</dt>
<dd>
<p>
@@ -2776,37 +2776,37 @@ into it.</p></div>
of clones and fetches.</p></div>
</dd>
<dt class="hdlist1">
-<em>GIT_TRACE_PERFORMANCE</em>
+<code>GIT_TRACE_PERFORMANCE</code>
</dt>
<dd>
<p>
Enables performance related trace messages, e.g. total execution
time of each Git command.
- See <em>GIT_TRACE</em> for available trace output options.
+ See <code>GIT_TRACE</code> for available trace output options.
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_TRACE_SETUP</em>
+<code>GIT_TRACE_SETUP</code>
</dt>
<dd>
<p>
Enables trace messages printing the .git, working tree and current
working directory after Git has completed its setup phase.
- See <em>GIT_TRACE</em> for available trace output options.
+ See <code>GIT_TRACE</code> for available trace output options.
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_TRACE_SHALLOW</em>
+<code>GIT_TRACE_SHALLOW</code>
</dt>
<dd>
<p>
Enables trace messages that can help debugging fetching /
cloning of shallow repositories.
- See <em>GIT_TRACE</em> for available trace output options.
+ See <code>GIT_TRACE</code> for available trace output options.
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_LITERAL_PATHSPECS</em>
+<code>GIT_LITERAL_PATHSPECS</code>
</dt>
<dd>
<p>
@@ -2820,7 +2820,7 @@ of clones and fetches.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_GLOB_PATHSPECS</em>
+<code>GIT_GLOB_PATHSPECS</code>
</dt>
<dd>
<p>
@@ -2829,7 +2829,7 @@ of clones and fetches.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_NOGLOB_PATHSPECS</em>
+<code>GIT_NOGLOB_PATHSPECS</code>
</dt>
<dd>
<p>
@@ -2838,7 +2838,7 @@ of clones and fetches.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_ICASE_PATHSPECS</em>
+<code>GIT_ICASE_PATHSPECS</code>
</dt>
<dd>
<p>
@@ -2847,7 +2847,7 @@ of clones and fetches.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_REFLOG_ACTION</em>
+<code>GIT_REFLOG_ACTION</code>
</dt>
<dd>
<p>
@@ -2862,7 +2862,7 @@ of clones and fetches.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_REF_PARANOIA</em>
+<code>GIT_REF_PARANOIA</code>
</dt>
<dd>
<p>
@@ -2878,7 +2878,7 @@ of clones and fetches.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>GIT_ALLOW_PROTOCOL</em>
+<code>GIT_ALLOW_PROTOCOL</code>
</dt>
<dd>
<p>
@@ -3032,7 +3032,7 @@ subscribed to the list to send a message there.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-06-13 12:26:03 PDT
+Last updated 2016-06-27 11:04:05 PDT
</div>
</div>
</body>