| Commit message (Expand) | Author | Age | Files | Lines |
* | rm: reuse strbuf for all remove_dir_recursively() calls, againrs/strbuf-cleanup-in-rmdir-recursively | René Scharfe | 2017-02-13 | 1 | -3/+3 |
* | Merge branch 'sb/submodule-rm-absorb' | Junio C Hamano | 2017-01-18 | 1 | -62/+22 |
|\ |
|
| * | rm: absorb a submodules git dir before deletion | Stefan Beller | 2016-12-27 | 1 | -61/+19 |
| * | submodule: rename and add flags to ok_to_remove_submodule | Stefan Beller | 2016-12-27 | 1 | -1/+3 |
* | | hold_locked_index(): align error handling with hold_lockfile_for_update() | Junio C Hamano | 2016-12-07 | 1 | -1/+1 |
|/ |
|
* | builtin/rm: convert to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -9/+9 |
* | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 2016-09-07 | 1 | -1/+1 |
* | Merge branch 'rs/rm-strbuf-optim' | Junio C Hamano | 2016-07-25 | 1 | -2/+3 |
|\ |
|
| * | rm: reuse strbuf for all remove_dir_recursively() callsrs/rm-strbuf-optim | René Scharfe | 2016-07-12 | 1 | -2/+3 |
| * | Merge branch 'nd/ita-cleanup' into maint | Junio C Hamano | 2016-02-22 | 1 | -1/+1 |
| |\ |
|
* | \ | Merge branch 'nd/error-errno' | Junio C Hamano | 2016-05-17 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | builtin/rm.c: use warning_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -1/+1 |
* | | | | i18n: builtin/rm.c: remove a comma ',' from string | Vasco Almeida | 2016-04-12 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge branch 'nd/ita-cleanup' | Junio C Hamano | 2016-01-20 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | add and use a convenience macro ce_intent_to_add() | Nguyễn Thái Ngọc Duy | 2015-09-06 | 1 | -1/+1 |
* | | use file_exists() to check if a file exists in the worktree | René Scharfe | 2015-05-20 | 1 | -2/+1 |
|/ |
|
* | standardize usage info string format | Alex Henrie | 2015-01-14 | 1 | -1/+1 |
* | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfile | Michael Haggerty | 2014-10-01 | 1 | -1/+1 |
* | grammofix in user-facing messagesah/grammofix | Alex Henrie | 2014-09-02 | 1 | -1/+1 |
* | read-cache: new API write_locked_index instead of write_index/write_cache | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -4/+3 |
* | Merge branch 'nd/submodule-pathspec-ending-with-slash' | Junio C Hamano | 2014-02-27 | 1 | -1/+1 |
|\ |
|
| * | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -1/+1 |
* | | read-cache.c: fix memory leaks caused by removed cache entries | Karsten Blees | 2013-11-18 | 1 | -1/+1 |
|/ |
|
* | rm: re-use parse_pathspec's trailing-slash removal | John Keeping | 2013-09-13 | 1 | -16/+4 |
* | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 | 1 | -26/+42 |
|\ |
|
| * | rm: delete .gitmodules entry of submodules removed from the work tree | Jens Lehmann | 2013-08-06 | 1 | -3/+16 |
| * | rm: do not set a variable twice without intermediate reading. | Stefan Beller | 2013-07-23 | 1 | -1/+0 |
| * | convert refresh_index to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+1 |
| * | rm: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -12/+12 |
* | | Merge branch 'sb/parseopt-boolean-removal' | Junio C Hamano | 2013-09-04 | 1 | -3/+3 |
|\ \ |
|
| * | | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 2013-08-05 | 1 | -3/+3 |
* | | | rm: remove unneeded null pointer checksb/misc-cleanup | Stefan Beller | 2013-08-09 | 1 | -21/+17 |
* | | | Merge branch 'jc/rm-submodule-error-message' | Junio C Hamano | 2013-08-01 | 1 | -21/+20 |
|\ \ \
| |/ /
|/| | |
|
| * | | builtin/rm.c: consolidate error reporting for removing submodulesjc/rm-submodule-error-message | Junio C Hamano | 2013-07-25 | 1 | -21/+20 |
* | | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entry | Nguyễn Thái Ngọc Duy | 2013-07-09 | 1 | -3/+3 |
| |/
|/| |
|
* | | rm: introduce advice.rmHints to shorten messages | Mathieu Lienard--Mayor | 2013-06-12 | 1 | -1/+2 |
|/ |
|
* | rm: better error message on failure for multiple files | Mathieu Lienard--Mayor | 2013-06-12 | 1 | -19/+81 |
* | rm: do not complain about d/f conflicts during deletion | Jeff King | 2013-04-04 | 1 | -1/+1 |
* | Merge branch 'jl/submodule-rm' | Junio C Hamano | 2012-11-29 | 1 | -0/+15 |
|\ |
|
| * | Teach rm to remove submodules when given with a trailing '/' | Jens Lehmann | 2012-11-23 | 1 | -0/+15 |
* | | Merge branch 'jl/submodule-rm' | Jeff King | 2012-10-29 | 1 | -15/+110 |
|\ \
| |/ |
|
| * | submodule: teach rm to remove submodules unless they contain a git directory | Jens Lehmann | 2012-09-29 | 1 | -15/+110 |
* | | i18n: rm: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -7/+7 |
|/ |
|
* | i18n: git-rm basic messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -11/+11 |
* | builtin/rm.c: Use ALLOC_GROW instead of alloc_nr and xrealloc. | Thiago Farina | 2010-12-19 | 1 | -10/+2 |
* | Describe various forms of "be quiet" using OPT__QUIET | Jonathan Nieder | 2010-11-15 | 1 | -1/+1 |
* | add OPT__FORCE | René Scharfe | 2010-11-15 | 1 | -1/+1 |
* | add description parameter to OPT__QUIET | René Scharfe | 2010-11-15 | 1 | -1/+1 |
* | add description parameter to OPT__DRY_RUN | René Scharfe | 2010-11-15 | 1 | -1/+1 |
* | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 2010-02-22 | 1 | -0/+272 |