summaryrefslogtreecommitdiff
path: root/Documentation/git-rm.txt
Commit message (Expand)AuthorAgeFilesLines
* rm: add --sparse optionDerrick Stolee2021-09-281-0/+6
* rm: honor sparse checkout patternsMatheus Tavares2021-04-081-1/+3
* rm: support the --pathspec-from-file optionAlexandr Miloslavskiy2020-02-191-1/+16
* doc: rm: synchronize <pathspec> descriptionAlexandr Miloslavskiy2020-01-211-29/+21
* treewide: correct several "up-to-date" to "up to date"ma/up-to-dateMartin Ågren2017-08-231-1/+1
* Merge branch 'sb/submodule-doc'Junio C Hamano2017-07-121-2/+2
|\
| * submodules: overhaul documentationsb/submodule-docStefan Beller2017-06-221-2/+2
* | Documentation/git-rm: correct submodule descriptionsb/submodule-rm-absorbStefan Beller2017-06-041-4/+5
|/
* rm: better document side effects when removing a submodulejl/submodule-mv-checkout-caveatJens Lehmann2014-01-071-0/+9
* rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann2013-08-061-3/+5
* Merge branch 'jl/submodule-deinit'Junio C Hamano2013-03-251-0/+4
|\
| * submodule: add 'deinit' commandJens Lehmann2013-03-041-0/+4
* | Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann2013-02-011-5/+5
|/
* docs: move submodule sectionMatt Kraai2012-11-141-15/+15
* submodule: teach rm to remove submodules unless they contain a git directoryJens Lehmann2012-09-291-0/+15
* docs: stop using asciidoc no-inline-literalJeff King2012-04-261-2/+1
* docs: put listed example commands in backticksJeff King2011-08-041-2/+2
* Documentation: use [verse] for SYNOPSIS sectionsMartin von Zweigbergk2011-07-061-0/+1
* doc: drop author/documentation sections from most pagesJeff King2011-03-111-8/+0
* git-rm.txt: Fix quotingMichael J Gruber2010-12-071-6/+6
* Documentation: clarify quoting in "git rm" exampleJonathan Nieder2010-08-201-3/+3
* Documentation: quoting trouble in "git rm" discussionJonathan Nieder2010-08-201-1/+2
* git-rm doc: Describe how to sync index & work treeBjörn Gustavsson2010-01-071-1/+53
* git-add/rm doc: Consistently back-quoteBjörn Gustavsson2009-12-071-3/+3
* builtin-rm: Add a --force flagPieter de Bie2008-08-081-1/+2
* manpages: italicize git command names (which were in teletype font)Jonathan Nieder2008-07-051-2/+2
* Documentation formatting and cleanupJonathan Nieder2008-07-011-1/+1
* Documentation: be consistent about "git-" versus "git "Jonathan Nieder2008-07-011-4/+4
* Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer2008-06-081-4/+6
* documentation: move git(7) to git(1)Christian Couder2008-06-061-1/+1
* Manual subsection to refer to other pages is SEE ALSOJunio C Hamano2008-05-281-1/+1
* Clarify and fix English in "git-rm" documentationJon Loeliger2008-04-161-20/+32
* Documentation: rename gitlink macro to linkgitDan McGee2008-01-061-2/+2
* Update manpages to reflect new short and long option aliasesJonas Fonseca2007-10-291-2/+2
* More permissive "git-rm --cached" behavior without -f.Matthieu Moy2007-07-131-1/+2
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* Add --ignore-unmatch option to exit with zero status when no files are removed.Steven Grimm2007-04-171-1/+4
* Add --quiet option to suppress output of "rm" commands for removed files.Steven Grimm2007-04-161-0/+4
* git-rm documentation: remove broken behaviour from the example.Junio C Hamano2007-01-161-8/+4
* git-rm: DocumentationJunio C Hamano2006-12-251-24/+27
* Fix up docs where "--" isn't displayed correctly.sean2006-05-051-1/+1
* Remove trailing dot after short descriptionFredrik Kuivinen2006-03-091-1/+1
* documentation: add 'see also' sections to git-rm and git-addJeff Muizelaar2006-03-051-0/+3
* Add new git-rm command with documentationCarl Worth2006-02-221-0/+89