summaryrefslogtreecommitdiff
path: root/builtin/rm.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-13rm: reuse strbuf for all remove_dir_recursively() calls, againLibravatar René Scharfe1-3/+3
2017-01-18Merge branch 'sb/submodule-rm-absorb'Libravatar Junio C Hamano1-62/+22
2016-12-27rm: absorb a submodules git dir before deletionLibravatar Stefan Beller1-61/+19
2016-12-27submodule: rename and add flags to ok_to_remove_submoduleLibravatar Stefan Beller1-1/+3
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Libravatar Junio C Hamano1-1/+1
2016-09-07builtin/rm: convert to use struct object_idLibravatar brian m. carlson1-9/+9
2016-09-07cache: convert struct cache_entry to use struct object_idLibravatar brian m. carlson1-1/+1
2016-07-25Merge branch 'rs/rm-strbuf-optim'Libravatar Junio C Hamano1-2/+3
2016-07-12rm: reuse strbuf for all remove_dir_recursively() callsLibravatar René Scharfe1-2/+3
2016-05-17Merge branch 'nd/error-errno'Libravatar Junio C Hamano1-1/+1
2016-05-09builtin/rm.c: use warning_errno()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-04-12i18n: builtin/rm.c: remove a comma ',' from stringLibravatar Vasco Almeida1-1/+1
2016-02-22Merge branch 'nd/ita-cleanup' into maintLibravatar Junio C Hamano1-1/+1
2016-01-20Merge branch 'nd/ita-cleanup'Libravatar Junio C Hamano1-1/+1
2015-09-06add and use a convenience macro ce_intent_to_add()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2015-05-20use file_exists() to check if a file exists in the worktreeLibravatar René Scharfe1-2/+1
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-1/+1
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cLibravatar Michael Haggerty1-1/+1
2014-09-02grammofix in user-facing messagesLibravatar Alex Henrie1-1/+1
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheLibravatar Nguyễn Thái Ngọc Duy1-4/+3
2014-02-27Merge branch 'nd/submodule-pathspec-ending-with-slash'Libravatar Junio C Hamano1-1/+1
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-11-18read-cache.c: fix memory leaks caused by removed cache entriesLibravatar Karsten Blees1-1/+1
2013-09-13rm: re-use parse_pathspec's trailing-slash removalLibravatar John Keeping1-16/+4
2013-09-09Merge branch 'jl/submodule-mv'Libravatar Junio C Hamano1-26/+42
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Libravatar Junio C Hamano1-3/+3
2013-08-09rm: remove unneeded null pointer checkLibravatar Stefan Beller1-21/+17
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeLibravatar Jens Lehmann1-3/+16
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLLibravatar Stefan Beller1-3/+3
2013-08-01Merge branch 'jc/rm-submodule-error-message'Libravatar Junio C Hamano1-21/+20
2013-07-25builtin/rm.c: consolidate error reporting for removing submodulesLibravatar Junio C Hamano1-21/+20
2013-07-23rm: do not set a variable twice without intermediate reading.Libravatar Stefan Beller1-1/+0
2013-07-15convert refresh_index to take struct pathspecLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-07-15rm: convert to use parse_pathspecLibravatar Nguyễn Thái Ngọc Duy1-12/+12
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2013-06-12rm: introduce advice.rmHints to shorten messagesLibravatar Mathieu Lienard--Mayor1-1/+2
2013-06-12rm: better error message on failure for multiple filesLibravatar Mathieu Lienard--Mayor1-19/+81
2013-04-04rm: do not complain about d/f conflicts during deletionLibravatar Jeff King1-1/+1
2012-11-29Merge branch 'jl/submodule-rm'Libravatar Junio C Hamano1-0/+15
2012-11-23Teach rm to remove submodules when given with a trailing '/'Libravatar Jens Lehmann1-0/+15
2012-10-29Merge branch 'jl/submodule-rm'Libravatar Jeff King1-15/+110
2012-09-29submodule: teach rm to remove submodules unless they contain a git directoryLibravatar Jens Lehmann1-15/+110
2012-08-20i18n: rm: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-7/+7
2011-03-09i18n: git-rm basic messagesLibravatar Ævar Arnfjörð Bjarmason1-11/+11
2010-12-19builtin/rm.c: Use ALLOC_GROW instead of alloc_nr and xrealloc.Libravatar Thiago Farina1-10/+2
2010-11-15Describe various forms of "be quiet" using OPT__QUIETLibravatar Jonathan Nieder1-1/+1
2010-11-15add OPT__FORCELibravatar René Scharfe1-1/+1
2010-11-15add description parameter to OPT__QUIETLibravatar René Scharfe1-1/+1
2010-11-15add description parameter to OPT__DRY_RUNLibravatar René Scharfe1-1/+1
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+272