aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-clean.txt
AgeCommit message (Expand)AuthorFilesLines
2024-03-04clean: further clean-up of implementation around "--force"Junio C Hamano1-2/+4
2024-03-03clean: improve -n and -f implementation and documentationSergey Organov1-0/+2
2023-10-09documentation: fix verb tenseElijah Newren1-1/+1
2023-09-22Merge branch 'ch/clean-docfix'Junio C Hamano1-1/+1
2023-09-15git-clean doc: fix "without do cleaning" typoCaleb Hill1-1/+1
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano1-5/+5
2022-10-13doc txt & -h consistency: use "[<label>...]" for "zero or more"Ævar Arnfjörð Bjarmason1-1/+1
2022-10-13doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason1-5/+5
2022-09-07docs: add CONFIGURATION sections that map to a built-inÆvar Arnfjörð Bjarmason1-0/+7
2019-10-11Merge branch 'en/clean-nested-with-ignored'Junio C Hamano1-7/+9
2019-09-17clean: avoid removing untracked files in a nested git repositoryElijah Newren1-3/+3
2019-09-17clean: disambiguate the definition of -dElijah Newren1-4/+6
2019-09-17git-clean.txt: do not claim we will delete files with -n/--dry-runElijah Newren1-1/+1
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano1-1/+1
2019-05-07doc: promote "git restore"Nguyễn Thái Ngọc Duy1-1/+1
2019-03-08git-clean.txt: clarify ignore pattern filesDenton Liu1-6/+5
2016-06-28doc: typeset short command-line options as literalMatthieu Moy1-1/+1
2016-02-09Documentation/git-clean.txt: don't mention deletion of .git/modules/*Matt McCutchen1-3/+1
2015-03-06Merge branch 'mr/doc-clean-f-f'Junio C Hamano1-2/+6
2015-02-26Documentation/git-clean.txt: document that -f may need to be given twiceMikko Rapeli1-2/+6
2014-11-04Documentation: typofixesThomas Ackermann1-1/+1
2013-07-24Documentation/git-clean: fix description for rangeJiang Xin1-1/+1
2013-06-26git-clean: add documentation for interactive git-cleanJiang Xin1-2/+63
2013-06-26git-clean: add support for -i/--interactiveJiang Xin1-2/+8
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann1-4/+4
2012-09-18Doc clean: add See Also linkPhilip Oakley1-0/+4
2011-08-28Documentation: clarify "git clean -e <pattern>"Junio C Hamano1-4/+6
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-6/+0
2010-07-20Add -e/--exclude to git-clean.Jared Hance1-1/+7
2010-02-04git-clean: fix the description of the default behaviorMichael J Gruber1-2/+2
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-2/+2
2009-08-29UI consistency: allow --force for where -f means forceRené Scharfe1-0/+1
2009-07-29clean: require double -f options to nuke nested git repository and work treeJunio C Hamano1-0/+3
2009-05-06git-clean doc: the command only affects paths under $(cwd)Junio C Hamano1-2/+2
2009-04-25Documentation: git-clean: make description more readableWesley J. Landaker1-5/+8
2009-04-25Documentation: git-clean: fix minor grammatical errorsWesley J. Landaker1-3/+3
2008-07-30Make the DESCRIPTION match <x>... items in the SYNOPSISAbhijit Menon-Sen1-3/+3
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-2/+2
2008-07-01Documentation formatting and cleanupJonathan Nieder1-2/+2
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-1/+1
2008-06-08Docs: add some long/short optionsStephan Beyer1-0/+2
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-2/+2
2007-05-07Fix minor documentation errorsMichael Spang1-1/+1
2007-04-23Add clean.requireForce option, and add -f option to git-clean to override itJosh Triplett1-1/+5
2006-05-08Teach git-clean optional <paths>... parameters.Junio C Hamano1-1/+4
2006-04-05Add git-clean commandPavel Roskin1-0/+50