summaryrefslogtreecommitdiffstats
path: root/builtin/rm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rm: support the --pathspec-from-file optionAlexandr Miloslavskiy2020-02-191-6/+22
* Merge branch 'jc/denoise-rm-to-resolve'Junio C Hamano2019-07-251-1/+1
|\
| * rm: resolving by removal is not a warning-worthy eventJunio C Hamano2019-07-181-1/+1
* | tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy2019-06-271-1/+1
* | submodule: drop unused prefix parameter from some functionsJeff King2019-05-131-3/+3
* | Use 'unsigned short' for mode, like diff_filespec doesElijah Newren2019-04-081-1/+1
* | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
|/
* convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-1/+1
* Merge branch 'nd/no-the-index'Junio C Hamano2018-08-201-1/+1
|\
| * dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-1/+1
* | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-1/+1
|/
* Merge branch 'ma/lockfile-cleanup'Junio C Hamano2018-05-301-2/+1
|\
| * lock_file: move static locks into functionsMartin Ågren2018-05-101-2/+1
* | Merge branch 'bc/object-id'Junio C Hamano2018-04-101-1/+1
|\ \ | |/ |/|
| * tree-walk: convert tree entry functions to object_idbrian m. carlson2018-03-141-1/+1
* | Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano2018-03-211-4/+3
|\ \
| * | write_locked_index(): add flag to avoid writing unchanged indexMartin Ågren2018-03-011-4/+3
| |/
* | completion: use __gitcomp_builtin in _git_rmNguyễn Thái Ngọc Duy2018-02-091-1/+1
* | parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy2018-02-091-1/+1
|/
* submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams2017-12-121-1/+1
* submodule: remove gitmodules_configBrandon Williams2017-08-031-1/+0
* submodule: check for unstaged .gitmodules outside of config parsingBrandon Williams2017-08-021-1/+1
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'jc/noent-notdir'Junio C Hamano2017-06-131-1/+1
|\ \
| * | treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedJunio C Hamano2017-05-301-1/+1
| |/
* / pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAPBrandon Williams2017-05-121-2/+1
|/
* rm: reuse strbuf for all remove_dir_recursively() calls, againRené Scharfe2017-02-131-3/+3
* Merge branch 'sb/submodule-rm-absorb'Junio C Hamano2017-01-191-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() callsRené Scharfe2016-07-131-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-071-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.cMichael Haggerty2014-10-011-1/+1
* grammofix in user-facing messagesAlex 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
|/