summaryrefslogtreecommitdiff
path: root/builtin/rm.c
Commit message (Expand)AuthorAgeFilesLines
* rm: reuse strbuf for all remove_dir_recursively() calls, againrs/strbuf-cleanup-in-rmdir-recursivelyRené Scharfe2017-02-131-3/+3
* Merge branch 'sb/submodule-rm-absorb'Junio C Hamano2017-01-181-62/+22
|\
| * rm: absorb a submodules git dir before deletionStefan Beller2016-12-271-61/+19
| * submodule: rename and add flags to ok_to_remove_submoduleStefan Beller2016-12-271-1/+3
* | hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-071-1/+1
|/
* builtin/rm: convert to use struct object_idbrian m. carlson2016-09-071-9/+9
* cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-1/+1
* Merge branch 'rs/rm-strbuf-optim'Junio C Hamano2016-07-251-2/+3
|\
| * rm: reuse strbuf for all remove_dir_recursively() callsrs/rm-strbuf-optimRené Scharfe2016-07-121-2/+3
| * Merge branch 'nd/ita-cleanup' into maintJunio C Hamano2016-02-221-1/+1
| |\
* | \ Merge branch 'nd/error-errno'Junio C Hamano2016-05-171-1/+1
|\ \ \
| * | | builtin/rm.c: use warning_errno()Nguyễn Thái Ngọc Duy2016-05-091-1/+1
* | | | i18n: builtin/rm.c: remove a comma ',' from stringVasco Almeida2016-04-121-1/+1
|/ / /
* | | Merge branch 'nd/ita-cleanup'Junio C Hamano2016-01-201-1/+1
|\ \ \ | |/ / |/| / | |/
| * add and use a convenience macro ce_intent_to_add()Nguyễn Thái Ngọc Duy2015-09-061-1/+1
* | use file_exists() to check if a file exists in the worktreeRené Scharfe2015-05-201-2/+1
|/
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-1/+1
* grammofix in user-facing messagesah/grammofixAlex Henrie2014-09-021-1/+1
* read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-131-4/+3
* Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano2014-02-271-1/+1
|\
| * pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-241-1/+1
* | read-cache.c: fix memory leaks caused by removed cache entriesKarsten Blees2013-11-181-1/+1
|/
* rm: re-use parse_pathspec's trailing-slash removalJohn Keeping2013-09-131-16/+4
* Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-26/+42
|\
| * rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann2013-08-061-3/+16
| * rm: do not set a variable twice without intermediate reading.Stefan Beller2013-07-231-1/+0
| * convert refresh_index to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
| * rm: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-12/+12
* | Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-041-3/+3
|\ \
| * | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-3/+3
* | | rm: remove unneeded null pointer checksb/misc-cleanupStefan Beller2013-08-091-21/+17
* | | Merge branch 'jc/rm-submodule-error-message'Junio C Hamano2013-08-011-21/+20
|\ \ \ | |/ / |/| |
| * | builtin/rm.c: consolidate error reporting for removing submodulesjc/rm-submodule-error-messageJunio C Hamano2013-07-251-21/+20
* | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-3/+3
| |/ |/|
* | rm: introduce advice.rmHints to shorten messagesMathieu Lienard--Mayor2013-06-121-1/+2
|/
* rm: better error message on failure for multiple filesMathieu Lienard--Mayor2013-06-121-19/+81
* rm: do not complain about d/f conflicts during deletionJeff King2013-04-041-1/+1
* Merge branch 'jl/submodule-rm'Junio C Hamano2012-11-291-0/+15
|\
| * Teach rm to remove submodules when given with a trailing '/'Jens Lehmann2012-11-231-0/+15
* | Merge branch 'jl/submodule-rm'Jeff King2012-10-291-15/+110
|\ \ | |/
| * submodule: teach rm to remove submodules unless they contain a git directoryJens Lehmann2012-09-291-15/+110
* | i18n: rm: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-7/+7
|/
* i18n: git-rm basic messagesÆvar Arnfjörð Bjarmason2011-03-091-11/+11
* builtin/rm.c: Use ALLOC_GROW instead of alloc_nr and xrealloc.Thiago Farina2010-12-191-10/+2
* Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder2010-11-151-1/+1
* add OPT__FORCERené Scharfe2010-11-151-1/+1
* add description parameter to OPT__QUIETRené Scharfe2010-11-151-1/+1
* add description parameter to OPT__DRY_RUNRené Scharfe2010-11-151-1/+1
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+272