summaryrefslogtreecommitdiff
path: root/builtin/rm.c
AgeCommit message (Expand)AuthorFilesLines
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