summaryrefslogtreecommitdiff
path: root/Documentation/git-rm.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2012-05-14 11:43:04 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-05-14 11:43:04 -0700
commitbadabc06f3f34a85a931dffa8e8d607d2ff016fc (patch)
treea18d3b797aac88c667b5fb5a5cf79c08274d8709 /Documentation/git-rm.txt
parentMerge branch 'ef/checkout-empty' into maint (diff)
parentdocs: stop using asciidoc no-inline-literal (diff)
downloadtgif-badabc06f3f34a85a931dffa8e8d607d2ff016fc.tar.xz
Merge branch 'jk/doc-asciidoc-inline-literal' into maint
By Jeff King * jk/doc-asciidoc-inline-literal: docs: stop using asciidoc no-inline-literal
Diffstat (limited to 'Documentation/git-rm.txt')
-rw-r--r--Documentation/git-rm.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/git-rm.txt b/Documentation/git-rm.txt
index 665ad4ddab..5d31860eb1 100644
--- a/Documentation/git-rm.txt
+++ b/Documentation/git-rm.txt
@@ -79,8 +79,7 @@ a file that you have not told git about does not remove that file.
File globbing matches across directory boundaries. Thus, given
two directories `d` and `d2`, there is a difference between
-using `git rm {apostrophe}d{asterisk}{apostrophe}` and
-`git rm {apostrophe}d/{asterisk}{apostrophe}`, as the former will
+using `git rm 'd*'` and `git rm 'd/*'`, as the former will
also remove all of directory `d2`.
REMOVING FILES THAT HAVE DISAPPEARED FROM THE FILESYSTEM