summaryrefslogtreecommitdiff
path: root/builtin/rm.c
AgeCommit message (Expand)Author
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-09-02grammofix in user-facing messagesAlex Henrie
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy
2014-02-27Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy
2013-11-18read-cache.c: fix memory leaks caused by removed cache entriesKarsten Blees
2013-09-13rm: re-use parse_pathspec's trailing-slash removalJohn Keeping
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-09-04Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano
2013-08-09rm: remove unneeded null pointer checkStefan Beller
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-08-01Merge branch 'jc/rm-submodule-error-message'Junio C Hamano
2013-07-26builtin/rm.c: consolidate error reporting for removing submodulesJunio C Hamano
2013-07-23rm: do not set a variable twice without intermediate reading.Stefan Beller
2013-07-15convert refresh_index to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-15rm: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy
2013-06-12rm: introduce advice.rmHints to shorten messagesMathieu Lienard--Mayor
2013-06-12rm: better error message on failure for multiple filesMathieu Lienard--Mayor
2013-04-04rm: do not complain about d/f conflicts during deletionJeff King
2012-11-29Merge branch 'jl/submodule-rm'Junio C Hamano
2012-11-24Teach rm to remove submodules when given with a trailing '/'Jens Lehmann
2012-10-29Merge branch 'jl/submodule-rm'Jeff King
2012-09-29submodule: teach rm to remove submodules unless they contain a git directoryJens Lehmann
2012-08-20i18n: rm: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-03-10i18n: git-rm basic messagesÆvar Arnfjörð Bjarmason
2010-12-19builtin/rm.c: Use ALLOC_GROW instead of alloc_nr and xrealloc.Thiago Farina
2010-11-15Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder
2010-11-15add OPT__FORCERené Scharfe
2010-11-15add description parameter to OPT__QUIETRené Scharfe
2010-11-15add description parameter to OPT__DRY_RUNRené Scharfe
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds