aboutsummaryrefslogtreecommitdiff
path: root/builtin/rm.c
Commit message (Expand)AuthorAge
* submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams2017-12-12
* submodule: remove gitmodules_configBrandon Williams2017-08-03
* submodule: check for unstaged .gitmodules outside of config parsingBrandon Williams2017-08-02
* Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-15
* | Merge branch 'jc/noent-notdir'Junio C Hamano2017-06-13
|\ \
| * | treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedJunio C Hamano2017-05-30
| |/
* | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAPBrandon Williams2017-05-12
|/
* rm: reuse strbuf for all remove_dir_recursively() calls, againRené Scharfe2017-02-13
* Merge branch 'sb/submodule-rm-absorb'Junio C Hamano2017-01-18
|\
| * rm: absorb a submodules git dir before deletionStefan Beller2016-12-27
| * submodule: rename and add flags to ok_to_remove_submoduleStefan Beller2016-12-27
* | hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-07
|/
* builtin/rm: convert to use struct object_idbrian m. carlson2016-09-07
* cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-07
* Merge branch 'rs/rm-strbuf-optim'Junio C Hamano2016-07-25
|\
| * rm: reuse strbuf for all remove_dir_recursively() callsRené Scharfe2016-07-12
| * Merge branch 'nd/ita-cleanup' into maintJunio C Hamano2016-02-22
| |\
* | \ Merge branch 'nd/error-errno'Junio C Hamano2016-05-17
|\ \ \
| * | | builtin/rm.c: use warning_errno()Nguyễn Thái Ngọc Duy2016-05-09
* | | | i18n: builtin/rm.c: remove a comma ',' from stringVasco Almeida2016-04-12
|/ / /
* | | Merge branch 'nd/ita-cleanup'Junio C Hamano2016-01-20
|\ \ \ | |/ / |/| / | |/
| * add and use a convenience macro ce_intent_to_add()Nguyễn Thái Ngọc Duy2015-09-06
* | use file_exists() to check if a file exists in the worktreeRené Scharfe2015-05-20
|/
* standardize usage info string formatAlex Henrie2015-01-14
* lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-01
* grammofix in user-facing messagesAlex Henrie2014-09-02
* read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-13
* Merge branch 'nd/submodule-pathspec-ending-with-slash'Junio C Hamano2014-02-27
|\
| * pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-24
* | read-cache.c: fix memory leaks caused by removed cache entriesKarsten Blees2013-11-18
|/
* rm: re-use parse_pathspec's trailing-slash removalJohn Keeping2013-09-13
* Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\
| * rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann2013-08-06
| * rm: do not set a variable twice without intermediate reading.Stefan Beller2013-07-23
| * convert refresh_index to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * rm: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
* | Merge branch 'sb/parseopt-boolean-removal'Junio C Hamano2013-09-04
|\ \
| * | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
* | | rm: remove unneeded null pointer checkStefan Beller2013-08-09
* | | Merge branch 'jc/rm-submodule-error-message'Junio C Hamano2013-08-01
|\ \ \ | |/ / |/| |
| * | builtin/rm.c: consolidate error reporting for removing submodulesJunio C Hamano2013-07-25
* | | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09
| |/ |/|
* | rm: introduce advice.rmHints to shorten messagesMathieu Lienard--Mayor2013-06-12
|/
* rm: better error message on failure for multiple filesMathieu Lienard--Mayor2013-06-12
* rm: do not complain about d/f conflicts during deletionJeff King2013-04-04
* Merge branch 'jl/submodule-rm'Junio C Hamano2012-11-29
|\
| * Teach rm to remove submodules when given with a trailing '/'Jens Lehmann2012-11-23
* | Merge branch 'jl/submodule-rm'Jeff King2012-10-29
|\ \ | |/
| * submodule: teach rm to remove submodules unless they contain a git directoryJens Lehmann2012-09-29