summaryrefslogtreecommitdiffstats
path: root/git-notes.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-05-30 08:13:52 +0000
committerJunio C Hamano <junio@kernel.org>2011-05-30 08:13:52 +0000
commit084228c6c49d30cf3c49994c8de0b192b364ac0d (patch)
tree5422907670581ca193454a0e8855145699d2dd88 /git-notes.html
parent90b56531113c979bc874f0c44469d79aea6cd1cf (diff)
downloadgit-htmldocs-084228c6c49d30cf3c49994c8de0b192b364ac0d.tar.gz
Autogenerated HTML docs for v1.7.5.3-401-gfb674
Diffstat (limited to 'git-notes.html')
-rw-r--r--git-notes.html28
1 files changed, 24 insertions, 4 deletions
diff --git a/git-notes.html b/git-notes.html
index dca881b26..0eff85ea2 100644
--- a/git-notes.html
+++ b/git-notes.html
@@ -424,7 +424,7 @@ git-notes(1) Manual Page
<em>git notes</em> merge [-v | -q] [-s &lt;strategy&gt; ] &lt;notes_ref&gt;
<em>git notes</em> merge --commit [-v | -q]
<em>git notes</em> merge --abort [-v | -q]
-<em>git notes</em> remove [&lt;object&gt;]
+<em>git notes</em> remove [--ignore-missing] [--stdin] [&lt;object&gt;&#8230;]
<em>git notes</em> prune [-n | -v]
<em>git notes</em> get-ref</div>
<div class="verseblock-attribution">
@@ -545,8 +545,9 @@ remove
</dt>
<dd>
<p>
- Remove the notes for a given object (defaults to HEAD).
- This is equivalent to specifying an empty note message to
+ Remove the notes for given objects (defaults to HEAD). When
+ giving zero or one object from the command line, this is
+ equivalent to specifying an empty note message to
the <tt>edit</tt> subcommand.
</p>
</dd>
@@ -648,6 +649,25 @@ get-ref
</p>
</dd>
<dt class="hdlist1">
+--ignore-missing
+</dt>
+<dd>
+<p>
+ Do not consider it an error to request removing notes from an
+ object that does not have notes attached to it.
+</p>
+</dd>
+<dt class="hdlist1">
+--stdin
+</dt>
+<dd>
+<p>
+ Also read the object names to remove notes from from the standard
+ input (there is no reason you cannot combine this with object
+ names from the command line).
+</p>
+</dd>
+<dt class="hdlist1">
-n
</dt>
<dt class="hdlist1">
@@ -933,7 +953,7 @@ Johan Herland &lt;<a href="mailto:johan@herland.net">johan@herland.net</a>&gt;</
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-05-03 00:48:04 UTC
+Last updated 2011-05-30 08:13:19 UTC
</div>
</div>
</body>