summaryrefslogtreecommitdiff
path: root/Documentation/git-rm.txt
AgeCommit message (Expand)AuthorFilesLines
2021-09-28rm: add --sparse optionLibravatar Derrick Stolee1-0/+6
2021-04-08rm: honor sparse checkout patternsLibravatar Matheus Tavares1-1/+3
2020-02-19rm: support the --pathspec-from-file optionLibravatar Alexandr Miloslavskiy1-1/+16
2020-01-21doc: rm: synchronize <pathspec> descriptionLibravatar Alexandr Miloslavskiy1-29/+21
2017-08-23treewide: correct several "up-to-date" to "up to date"Libravatar Martin Ågren1-1/+1
2017-07-12Merge branch 'sb/submodule-doc'Libravatar Junio C Hamano1-2/+2
2017-06-22submodules: overhaul documentationLibravatar Stefan Beller1-2/+2
2017-06-04Documentation/git-rm: correct submodule descriptionLibravatar Stefan Beller1-4/+5
2014-01-07rm: better document side effects when removing a submoduleLibravatar Jens Lehmann1-0/+9
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeLibravatar Jens Lehmann1-3/+5
2013-03-25Merge branch 'jl/submodule-deinit'Libravatar Junio C Hamano1-0/+4
2013-03-04submodule: add 'deinit' commandLibravatar Jens Lehmann1-0/+4
2013-02-01Documentation: the name of the system is 'Git', not 'git'Libravatar Thomas Ackermann1-5/+5
2012-11-14docs: move submodule sectionLibravatar Matt Kraai1-15/+15
2012-09-29submodule: teach rm to remove submodules unless they contain a git directoryLibravatar Jens Lehmann1-0/+15
2012-04-26docs: stop using asciidoc no-inline-literalLibravatar Jeff King1-2/+1
2011-08-04docs: put listed example commands in backticksLibravatar Jeff King1-2/+2
2011-07-06Documentation: use [verse] for SYNOPSIS sectionsLibravatar Martin von Zweigbergk1-0/+1
2011-03-11doc: drop author/documentation sections from most pagesLibravatar Jeff King1-8/+0
2010-12-07git-rm.txt: Fix quotingLibravatar Michael J Gruber1-6/+6
2010-08-20Documentation: clarify quoting in "git rm" exampleLibravatar Jonathan Nieder1-3/+3
2010-08-20Documentation: quoting trouble in "git rm" discussionLibravatar Jonathan Nieder1-1/+2
2010-01-07git-rm doc: Describe how to sync index & work treeLibravatar Björn Gustavsson1-1/+53
2009-12-07git-add/rm doc: Consistently back-quoteLibravatar Björn Gustavsson1-3/+3
2008-08-08builtin-rm: Add a --force flagLibravatar Pieter de Bie1-1/+2
2008-07-05manpages: italicize git command names (which were in teletype font)Libravatar Jonathan Nieder1-2/+2
2008-07-01Documentation formatting and cleanupLibravatar Jonathan Nieder1-1/+1
2008-07-01Documentation: be consistent about "git-" versus "git "Libravatar Jonathan Nieder1-4/+4
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsLibravatar Stephan Beyer1-4/+6
2008-06-06documentation: move git(7) to git(1)Libravatar Christian Couder1-1/+1
2008-05-28Manual subsection to refer to other pages is SEE ALSOLibravatar Junio C Hamano1-1/+1
2008-04-16Clarify and fix English in "git-rm" documentationLibravatar Jon Loeliger1-20/+32
2008-01-06Documentation: rename gitlink macro to linkgitLibravatar Dan McGee1-2/+2
2007-10-29Update manpages to reflect new short and long option aliasesLibravatar Jonas Fonseca1-2/+2
2007-07-13More permissive "git-rm --cached" behavior without -f.Libravatar Matthieu Moy1-1/+2
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+0
2007-04-17Add --ignore-unmatch option to exit with zero status when no files are removed.Libravatar Steven Grimm1-1/+4
2007-04-16Add --quiet option to suppress output of "rm" commands for removed files.Libravatar Steven Grimm1-0/+4
2007-01-16git-rm documentation: remove broken behaviour from the example.Libravatar Junio C Hamano1-8/+4
2006-12-25git-rm: DocumentationLibravatar Junio C Hamano1-24/+27
2006-05-05Fix up docs where "--" isn't displayed correctly.Libravatar sean1-1/+1
2006-03-09Remove trailing dot after short descriptionLibravatar Fredrik Kuivinen1-1/+1
2006-03-05documentation: add 'see also' sections to git-rm and git-addLibravatar Jeff Muizelaar1-0/+3
2006-02-22Add new git-rm command with documentationLibravatar Carl Worth1-0/+89