summaryrefslogtreecommitdiff
path: root/Documentation/git-clean.txt
Commit message (Expand)AuthorAgeFilesLines
* Documentation/git-clean.txt: document that -f may need to be given twicemr/doc-clean-f-fMikko Rapeli2015-02-261-2/+6
* Documentation/git-clean: fix description for rangeJiang Xin2013-07-241-1/+1
* git-clean: add documentation for interactive git-cleanJiang Xin2013-06-261-2/+63
* git-clean: add support for -i/--interactiveJiang Xin2013-06-261-2/+8
* Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann2013-02-011-4/+4
* Doc clean: add See Also linkPhilip Oakley2012-09-181-0/+4
* Documentation: clarify "git clean -e <pattern>"Junio C Hamano2011-08-281-4/+6
* doc: drop author/documentation sections from most pagesJeff King2011-03-111-6/+0
* Add -e/--exclude to git-clean.Jared Hance2010-07-201-1/+7
* git-clean: fix the description of the default behaviorMichael J Gruber2010-02-041-2/+2
* Documentation: spell 'git cmd' without dash throughoutThomas Rast2010-01-101-2/+2
* UI consistency: allow --force for where -f means forceRené Scharfe2009-08-291-0/+1
* clean: require double -f options to nuke nested git repository and work treeJunio C Hamano2009-07-291-0/+3
* git-clean doc: the command only affects paths under $(cwd)Junio C Hamano2009-05-061-2/+2
* Documentation: git-clean: make description more readableWesley J. Landaker2009-04-251-5/+8
* Documentation: git-clean: fix minor grammatical errorsWesley J. Landaker2009-04-251-3/+3
* Make the DESCRIPTION match <x>... items in the SYNOPSISAbhijit Menon-Sen2008-07-301-3/+3
* manpages: italicize git command names (which were in teletype font)Jonathan Nieder2008-07-051-2/+2
* Documentation formatting and cleanupJonathan Nieder2008-07-011-2/+2
* Documentation: be consistent about "git-" versus "git "Jonathan Nieder2008-07-011-1/+1
* Docs: add some long/short optionsStephan Beyer2008-06-081-0/+2
* documentation: move git(7) to git(1)Christian Couder2008-06-061-1/+1
* Documentation: rename gitlink macro to linkgitDan McGee2008-01-061-2/+2
* Fix minor documentation errorsMichael Spang2007-05-071-1/+1
* Add clean.requireForce option, and add -f option to git-clean to override itJosh Triplett2007-04-231-1/+5
* Teach git-clean optional <paths>... parameters.Junio C Hamano2006-05-081-1/+4
* Add git-clean commandPavel Roskin2006-04-051-0/+50