summaryrefslogtreecommitdiffstats
path: root/git-commit.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 /git-commit.html
parent022bd341a82a08e16719ab8744973feed49e94d3 (diff)
downloadgit-htmldocs-719b8a3137af7aea177e42a98cdfbb5180a10f33.tar.gz
Autogenerated HTML docs for v1.7.11-rc2-2-g02101
Diffstat (limited to 'git-commit.html')
-rw-r--r--git-commit.html39
1 files changed, 19 insertions, 20 deletions
diff --git a/git-commit.html b/git-commit.html
index 3d26cd993..aa477af3b 100644
--- a/git-commit.html
+++ b/git-commit.html
@@ -633,7 +633,7 @@ by using the -a switch with the <em>commit</em> command to automatically
by using the --interactive or --patch switches with the <em>commit</em> command
to decide one by one which files or hunks should be part of the commit,
before finalizing the operation. See the &#8220;Interactive Mode&#8221; section of
- <a href="git-add.html">git-add(1)</a> to learn how to operate these modes.
+ to learn how to operate these modes.
</p>
</li>
</ol></div>
@@ -668,7 +668,7 @@ that, you can recover from it with <em>git reset</em>.</p></div>
<dd>
<p>
Use the interactive patch selection interface to chose
- which changes to commit. See <a href="git-add.html">git-add(1)</a> for
+ which changes to commit. See for
details.
</p>
</dd>
@@ -704,7 +704,7 @@ that, you can recover from it with <em>git reset</em>.</p></div>
<p>
Construct a commit message for use with <tt>rebase --autosquash</tt>.
The commit message will be the subject line from the specified
- commit with a prefix of "fixup! ". See <a href="git-rebase.html">git-rebase(1)</a>
+ commit with a prefix of "fixup! ". See
for details.
</p>
</dd>
@@ -717,7 +717,7 @@ that, you can recover from it with <em>git reset</em>.</p></div>
The commit message subject line is taken from the specified
commit with a prefix of "squash! ". Can be used with additional
commit message options (<tt>-m</tt>/<tt>-c</tt>/<tt>-C</tt>/<tt>-F</tt>). See
- <a href="git-rebase.html">git-rebase(1)</a> for details.
+ for details.
</p>
</dd>
<dt class="hdlist1">
@@ -737,7 +737,7 @@ that, you can recover from it with <em>git reset</em>.</p></div>
<dd>
<p>
When doing a dry-run, give the output in the short-format. See
- <a href="git-status.html">git-status(1)</a> for details. Implies <tt>--dry-run</tt>.
+ for details. Implies <tt>--dry-run</tt>.
</p>
</dd>
<dt class="hdlist1">
@@ -746,7 +746,7 @@ that, you can recover from it with <em>git reset</em>.</p></div>
<dd>
<p>
When doing a dry-run, give the output in a porcelain-ready
- format. See <a href="git-status.html">git-status(1)</a> for details. Implies
+ format. See for details. Implies
<tt>--dry-run</tt>.
</p>
</dd>
@@ -842,7 +842,7 @@ that, you can recover from it with <em>git reset</em>.</p></div>
<dd>
<p>
This option bypasses the pre-commit and commit-msg hooks.
- See also <a href="githooks.html">githooks(5)</a>.
+ See also .
</p>
</dd>
<dt class="hdlist1">
@@ -864,7 +864,7 @@ that, you can recover from it with <em>git reset</em>.</p></div>
Like --allow-empty this command is primarily for use by foreign
SCM interface scripts. It allows you to create a commit with an
empty commit message without using plumbing commands like
- <a href="git-commit-tree.html">git-commit-tree(1)</a>.
+ .
</p>
</dd>
<dt class="hdlist1">
@@ -920,7 +920,7 @@ that, you can recover from it with <em>git reset</em>.</p></div>
<div class="paragraph"><p>but can be used to amend a merge commit.</p></div>
<div class="paragraph"><p>You should understand the implications of rewriting history if you
amend a commit that has already been published. (See the "RECOVERING
-FROM UPSTREAM REBASE" section in <a href="git-rebase.html">git-rebase(1)</a>.)</p></div>
+FROM UPSTREAM REBASE" section in .)</p></div>
</dd>
<dt class="hdlist1">
-i
@@ -985,7 +985,7 @@ default is <em>normal</em>, i.e. show untracked files and directories.</p></div>
<em>all</em> - Also shows individual files in untracked directories.
</p>
<div class="paragraph"><p>The default can be changed using the status.showUntrackedFiles
-configuration variable documented in <a href="git-config.html">git-config(1)</a>.</p></div>
+configuration variable documented in .</p></div>
</li>
</ul></div>
</dd>
@@ -1029,7 +1029,7 @@ configuration variable documented in <a href="git-config.html">git-config(1)</a>
</dt>
<dd>
<p>
- Include the output of <a href="git-status.html">git-status(1)</a> in the commit
+ Include the output of in the commit
message template when using an editor to prepare the commit
message. Defaults to on, but can be used to override
configuration variable commit.status.
@@ -1040,7 +1040,7 @@ configuration variable documented in <a href="git-config.html">git-config(1)</a>
</dt>
<dd>
<p>
- Do not include the output of <a href="git-status.html">git-status(1)</a> in the
+ Do not include the output of in the
commit message template when using an editor to prepare the
default commit message.
</p>
@@ -1283,25 +1283,24 @@ reversible operation.</p></div>
<div class="paragraph"><p>The editor used to edit the commit log message will be chosen from the
GIT_EDITOR environment variable, the core.editor configuration variable, the
VISUAL environment variable, or the EDITOR environment variable (in that
-order). See <a href="git-var.html">git-var(1)</a> for details.</p></div>
+order). See for details.</p></div>
</div>
<h2 id="_hooks">HOOKS</h2>
<div class="sectionbody">
<div class="paragraph"><p>This command can run <tt>commit-msg</tt>, <tt>prepare-commit-msg</tt>, <tt>pre-commit</tt>,
-and <tt>post-commit</tt> hooks. See <a href="githooks.html">githooks(5)</a> for more
+and <tt>post-commit</tt> hooks. See for more
information.</p></div>
</div>
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
-<div class="paragraph"><p><a href="git-add.html">git-add(1)</a>,
-<a href="git-rm.html">git-rm(1)</a>,
-<a href="git-mv.html">git-mv(1)</a>,
-<a href="git-merge.html">git-merge(1)</a>,
-<a href="git-commit-tree.html">git-commit-tree(1)</a></p></div>
+<div class="paragraph"><p>,
+,
+,
+,</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>