summaryrefslogtreecommitdiff
path: root/Documentation/git-rm.txt
AgeCommit message (Expand)Author
2020-02-19rm: support the --pathspec-from-file optionAlexandr Miloslavskiy
2020-01-21doc: rm: synchronize <pathspec> descriptionAlexandr Miloslavskiy
2017-08-23treewide: correct several "up-to-date" to "up to date"Martin Ågren
2017-07-12Merge branch 'sb/submodule-doc'Junio C Hamano
2017-06-22submodules: overhaul documentationStefan Beller
2017-06-04Documentation/git-rm: correct submodule descriptionStefan Beller
2014-01-07rm: better document side effects when removing a submoduleJens Lehmann
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann
2013-03-25Merge branch 'jl/submodule-deinit'Junio C Hamano
2013-03-04submodule: add 'deinit' commandJens Lehmann
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann
2012-11-14docs: move submodule sectionMatt Kraai
2012-09-29submodule: teach rm to remove submodules unless they contain a git directoryJens Lehmann
2012-04-26docs: stop using asciidoc no-inline-literalJeff King
2011-08-04docs: put listed example commands in backticksJeff King
2011-07-06Documentation: use [verse] for SYNOPSIS sectionsMartin von Zweigbergk
2011-03-11doc: drop author/documentation sections from most pagesJeff King
2010-12-07git-rm.txt: Fix quotingMichael J Gruber
2010-08-20Documentation: clarify quoting in "git rm" exampleJonathan Nieder
2010-08-20Documentation: quoting trouble in "git rm" discussionJonathan Nieder
2010-01-07git-rm doc: Describe how to sync index & work treeBjörn Gustavsson
2009-12-07git-add/rm doc: Consistently back-quoteBjörn Gustavsson
2008-08-09builtin-rm: Add a --force flagPieter de Bie
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder
2008-07-02Documentation formatting and cleanupJonathan Nieder
2008-07-02Documentation: be consistent about "git-" versus "git "Jonathan Nieder
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer
2008-06-06documentation: move git(7) to git(1)Christian Couder
2008-05-28Manual subsection to refer to other pages is SEE ALSOJunio C Hamano
2008-04-16Clarify and fix English in "git-rm" documentationJon Loeliger
2008-01-07Documentation: rename gitlink macro to linkgitDan McGee
2007-10-30Update manpages to reflect new short and long option aliasesJonas Fonseca
2007-07-14More permissive "git-rm --cached" behavior without -f.Matthieu Moy
2007-06-07War on whitespaceJunio C Hamano
2007-04-17Add --ignore-unmatch option to exit with zero status when no files are removed.Steven Grimm
2007-04-16Add --quiet option to suppress output of "rm" commands for removed files.Steven Grimm
2007-01-16git-rm documentation: remove broken behaviour from the example.Junio C Hamano
2006-12-25git-rm: DocumentationJunio C Hamano
2006-05-05Fix up docs where "--" isn't displayed correctly.sean
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen
2006-03-05documentation: add 'see also' sections to git-rm and git-addJeff Muizelaar
2006-02-23Add new git-rm command with documentationCarl Worth