27 Commits (14a9c5f261bcc436b80700076257f02af0beec68)

Author SHA1 Message Date
John Keeping f8bc2ac3bf rm: re-use parse_pathspec's trailing-slash removal 12 years ago
Stefan Beller f8aae0b517 rm: remove unneeded null pointer check 12 years ago
Jens Lehmann 95c16418f0 rm: delete .gitmodules entry of submodules removed from the work tree 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Junio C Hamano 658ff473cf builtin/rm.c: consolidate error reporting for removing submodules 12 years ago
Stefan Beller 4838c81fab rm: do not set a variable twice without intermediate reading. 12 years ago
Nguyễn Thái Ngọc Duy 9b2d61499b convert refresh_index to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 29211a93c1 rm: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Mathieu Lienard--Mayor 7e30944622 rm: introduce advice.rmHints to shorten messages 12 years ago
Mathieu Lienard--Mayor 914dc0289d rm: better error message on failure for multiple files 12 years ago
Jeff King 9a6728d4d1 rm: do not complain about d/f conflicts during deletion 12 years ago
Jens Lehmann 53e4c5dcab Teach rm to remove submodules when given with a trailing '/' 12 years ago
Jens Lehmann 293ab15eea submodule: teach rm to remove submodules unless they contain a git directory 13 years ago
Nguyễn Thái Ngọc Duy 72bba2a6bf i18n: rm: mark parseopt strings for translation 13 years ago
Ævar Arnfjörð Bjarmason b9b537f7dc i18n: git-rm basic messages 14 years ago
Thiago Farina 834d9eb6b7 builtin/rm.c: Use ALLOC_GROW instead of alloc_nr and xrealloc. 14 years ago
Jonathan Nieder 8c83968385 Describe various forms of "be quiet" using OPT__QUIET 14 years ago
René Scharfe 76946b76fe add OPT__FORCE 14 years ago
René Scharfe d52ee6e613 add description parameter to OPT__QUIET 14 years ago
René Scharfe e21adb8c10 add description parameter to OPT__DRY_RUN 14 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Nguyễn Thái Ngọc Duy 4e1a7baa2e rm: only refresh entries that we may touch 15 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Miklos Vajna c36d785da0 builtin-rm: use warning() instead of fprintf(stderr, "warning: ") 16 years ago
Junio C Hamano 388b2acd6e git add --intent-to-add: fix removal of cached emptiness 16 years ago
Junio C Hamano 69530cb0c0 builtin-rm.c: explain and clarify the "local change" logic 16 years ago
Jeff King f55527f802 rm: loosen safety valve for empty files 17 years ago
Johannes Schindelin cced48a808 git rm: refresh index before up-to-date check 17 years ago
Alex Riesen 175a494823 Use remove_path from dir.c instead of own implementation 17 years ago
Heikki Orsila f18d244a63 Start conforming code to "git subcmd" style part 3 17 years ago
Junio C Hamano 7e44c93558 'git foo' program identifies itself without dash in die() messages 17 years ago
Pieter de Bie 01144f2095 builtin-rm: Add a --force flag 17 years ago
Olivier Marin 4d26467279 builtin-rm: fix index lock file path 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Brandon Casey 4ed7cd3ab0 Improve use of lockfile API 17 years ago
Mike Hommey 271bb08735 Don't always require working tree for git-rm 18 years ago
Pierre Habouzit f09985c265 Make builtin-rm.c use parse_options. 18 years ago
Junio C Hamano 09d5dc32fb Simplify cache API 18 years ago
Matthieu Moy bdecd9d41b More permissive "git-rm --cached" behavior without -f. 18 years ago
Steven Grimm bb1faf0d5b Add --ignore-unmatch option to exit with zero status when no files are removed. 18 years ago
Steven Grimm 9474eda6c2 git-rm: Trivial fix for a comment typo. 18 years ago
Steven Grimm b48caa20de Add --quiet option to suppress output of "rm" commands for removed files. 18 years ago
Junio C Hamano 30ca07a249 _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. 18 years ago
Jeff King e4d9516b21 git-rm: don't remove newly added file without -f 18 years ago
Junio C Hamano a9877f83e0 git-rm documentation: remove broken behaviour from the example. 18 years ago
Junio C Hamano 646ac22bdf git-rm: do not fail on already removed file. 18 years ago
Junio C Hamano 9f95069beb git-rm: update to saner semantics 18 years ago