summaryrefslogtreecommitdiff
path: root/Documentation/git-clean.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano2022-10-281-5/+5
|\
| * doc txt & -h consistency: use "[<label>...]" for "zero or more"Ævar Arnfjörð Bjarmason2022-10-131-1/+1
| * doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason2022-10-131-5/+5
* | docs: add CONFIGURATION sections that map to a built-inÆvar Arnfjörð Bjarmason2022-09-071-0/+7
|/
* Merge branch 'en/clean-nested-with-ignored'Junio C Hamano2019-10-111-7/+9
|\
| * clean: avoid removing untracked files in a nested git repositoryElijah Newren2019-09-171-3/+3
| * clean: disambiguate the definition of -dElijah Newren2019-09-171-4/+6
| * git-clean.txt: do not claim we will delete files with -n/--dry-runElijah Newren2019-09-171-1/+1
* | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-091-1/+1
|\ \ | |/ |/|
| * doc: promote "git restore"Nguyễn Thái Ngọc Duy2019-05-071-1/+1
* | git-clean.txt: clarify ignore pattern filesDenton Liu2019-03-081-6/+5
|/
* doc: typeset short command-line options as literalMatthieu Moy2016-06-281-1/+1
* Documentation/git-clean.txt: don't mention deletion of .git/modules/*mm/clean-doc-fixMatt McCutchen2016-02-091-3/+1
* Merge branch 'mr/doc-clean-f-f'Junio C Hamano2015-03-061-2/+6
|\
| * Documentation/git-clean.txt: document that -f may need to be given twicemr/doc-clean-f-fMikko Rapeli2015-02-261-2/+6
* | Documentation: typofixesThomas Ackermann2014-11-041-1/+1
|/
* 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