summaryrefslogtreecommitdiffstats
path: root/git-rm.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-02 15:02:46 -0700
committerJunio C Hamano <gitster@pobox.com>2012-05-02 15:02:46 -0700
commitb76a68630eaab75c4eb1c41f0fc091811854ff43 (patch)
tree5be60264e80970f60d9c56b410c8828693be8588 /git-rm.html
parent0aadbc37c068365a09926cd895863c4a725b45d6 (diff)
downloadgit-htmldocs-b76a68630eaab75c4eb1c41f0fc091811854ff43.tar.gz
Autogenerated HTML docs for v1.7.10.1-433-g34875
Diffstat (limited to 'git-rm.html')
-rw-r--r--git-rm.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/git-rm.html b/git-rm.html
index 20d96976c..19cbbf5c4 100644
--- a/git-rm.html
+++ b/git-rm.html
@@ -701,8 +701,7 @@ removes only the paths that are known to git. Giving the name of
a file that you have not told git about does not remove that file.</p></div>
<div class="paragraph"><p>File globbing matches across directory boundaries. Thus, given
two directories <tt>d</tt> and <tt>d2</tt>, there is a difference between
-using <tt>git rm &#39;d&#42;&#39;</tt> and
-<tt>git rm &#39;d/&#42;&#39;</tt>, as the former will
+using <tt>git rm 'd*'</tt> and <tt>git rm 'd/*'</tt>, as the former will
also remove all of directory <tt>d2</tt>.</p></div>
</div>
<h2 id="_removing_files_that_have_disappeared_from_the_filesystem">REMOVING FILES THAT HAVE DISAPPEARED FROM THE FILESYSTEM</h2>
@@ -786,7 +785,7 @@ of files and subdirectories under the <tt>Documentation/</tt> directory.</p></di
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-11-15 13:45:02 PDT
+Last updated 2012-05-02 15:00:44 PDT
</div>
</div>
</body>