summaryrefslogtreecommitdiff
path: root/builtin/rm.c
AgeCommit message (Expand)Author
2020-02-19rm: support the --pathspec-from-file optionAlexandr Miloslavskiy
2019-07-25Merge branch 'jc/denoise-rm-to-resolve'Junio C Hamano
2019-07-18rm: resolving by removal is not a warning-worthy eventJunio C Hamano
2019-06-27tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy
2019-05-13submodule: drop unused prefix parameter from some functionsJeff King
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano
2018-05-10lock_file: move static locks into functionsMartin Ågren
2018-04-09Merge branch 'bc/object-id'Junio C Hamano
2018-03-21Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano
2018-03-14tree-walk: convert tree entry functions to object_idbrian m. carlson
2018-03-01write_locked_index(): add flag to avoid writing unchanged indexMartin Ågren
2018-02-09completion: use __gitcomp_builtin in _git_rmNguyễn Thái Ngọc Duy
2018-02-09parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy
2017-12-12submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams
2017-08-03submodule: remove gitmodules_configBrandon Williams
2017-08-02submodule: check for unstaged .gitmodules outside of config parsingBrandon Williams
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'jc/noent-notdir'Junio C Hamano
2017-05-30treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedJunio C Hamano
2017-05-12pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAPBrandon Williams
2017-02-13rm: reuse strbuf for all remove_dir_recursively() calls, againRené Scharfe
2017-01-18Merge branch 'sb/submodule-rm-absorb'Junio C Hamano
2016-12-27rm: absorb a submodules git dir before deletionStefan Beller
2016-12-27submodule: rename and add flags to ok_to_remove_submoduleStefan Beller
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-09-07builtin/rm: convert to use struct object_idbrian m. carlson
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-07-25Merge branch 'rs/rm-strbuf-optim'Junio C Hamano
2016-07-12rm: reuse strbuf for all remove_dir_recursively() callsRené Scharfe
2016-05-17Merge branch 'nd/error-errno'Junio C Hamano
2016-05-09builtin/rm.c: use warning_errno()Nguyễn Thái Ngọc Duy
2016-04-12i18n: builtin/rm.c: remove a comma ',' from stringVasco Almeida
2016-02-22Merge branch 'nd/ita-cleanup' into maintJunio C Hamano
2016-01-20Merge branch 'nd/ita-cleanup'Junio C Hamano
2015-09-07add and use a convenience macro ce_intent_to_add()Nguyễn Thái Ngọc Duy
2015-05-20use file_exists() to check if a file exists in the worktreeRené Scharfe
2015-01-14standardize usage info string formatAlex Henrie
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