aboutsummaryrefslogtreecommitdiff
path: root/builtin/rm.c
Commit message (Expand)AuthorAge
* Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-04
|\
| * Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
* | rm: remove unneeded null pointer checkStefan Beller2013-08-09
* | Merge branch 'jc/rm-submodule-error-message'Junio C Hamano2013-08-01
|\ \ | |/ |/|
| * builtin/rm.c: consolidate error reporting for removing submodulesJunio C Hamano2013-07-25
* | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09
* | rm: introduce advice.rmHints to shorten messagesMathieu Lienard--Mayor2013-06-12
|/
* rm: better error message on failure for multiple filesMathieu Lienard--Mayor2013-06-12
* rm: do not complain about d/f conflicts during deletionJeff King2013-04-04
* Merge branch 'jl/submodule-rm'Junio C Hamano2012-11-29
|\
| * Teach rm to remove submodules when given with a trailing '/'Jens Lehmann2012-11-23
* | Merge branch 'jl/submodule-rm'Jeff King2012-10-29
|\ \ | |/
| * submodule: teach rm to remove submodules unless they contain a git directoryJens Lehmann2012-09-29
* | i18n: rm: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
|/
* i18n: git-rm basic messagesÆvar Arnfjörð Bjarmason2011-03-09
* builtin/rm.c: Use ALLOC_GROW instead of alloc_nr and xrealloc.Thiago Farina2010-12-19
* Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder2010-11-15
* add OPT__FORCERené Scharfe2010-11-15
* add description parameter to OPT__QUIETRené Scharfe2010-11-15
* add description parameter to OPT__DRY_RUNRené Scharfe2010-11-15
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-22