summaryrefslogtreecommitdiff
path: root/Documentation/git-clean.txt
AgeCommit message (Expand)Author
2016-06-28doc: typeset short command-line options as literalMatthieu Moy
2016-02-09Documentation/git-clean.txt: don't mention deletion of .git/modules/*Matt McCutchen
2015-03-06Merge branch 'mr/doc-clean-f-f'Junio C Hamano
2015-02-26Documentation/git-clean.txt: document that -f may need to be given twiceMikko Rapeli
2014-11-04Documentation: typofixesThomas Ackermann
2013-07-25Documentation/git-clean: fix description for rangeJiang Xin
2013-06-26git-clean: add documentation for interactive git-cleanJiang Xin
2013-06-26git-clean: add support for -i/--interactiveJiang Xin
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann
2012-09-19Doc clean: add See Also linkPhilip Oakley
2011-08-29Documentation: clarify "git clean -e <pattern>"Junio C Hamano
2011-03-11doc: drop author/documentation sections from most pagesJeff King
2010-07-20Add -e/--exclude to git-clean.Jared Hance
2010-02-04git-clean: fix the description of the default behaviorMichael J Gruber
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast
2009-08-29UI consistency: allow --force for where -f means forceRené Scharfe
2009-07-29clean: require double -f options to nuke nested git repository and work treeJunio C Hamano
2009-05-06git-clean doc: the command only affects paths under $(cwd)Junio C Hamano
2009-04-25Documentation: git-clean: make description more readableWesley J. Landaker
2009-04-25Documentation: git-clean: fix minor grammatical errorsWesley J. Landaker
2008-07-31Make the DESCRIPTION match <x>... items in the SYNOPSISAbhijit Menon-Sen
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: add some long/short optionsStephan Beyer
2008-06-06documentation: move git(7) to git(1)Christian Couder
2008-01-07Documentation: rename gitlink macro to linkgitDan McGee
2007-05-07Fix minor documentation errorsMichael Spang
2007-04-24Add clean.requireForce option, and add -f option to git-clean to override itJosh Triplett
2006-05-08Teach git-clean optional <paths>... parameters.Junio C Hamano
2006-04-05Add git-clean commandPavel Roskin