27 Commits (f70dda250e33dd17f6fdff17d15287391d8b0952)

Author SHA1 Message Date
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 17 years ago
Pierre Habouzit f09985c265 Make builtin-rm.c use parse_options. 17 years ago
Junio C Hamano 09d5dc32fb Simplify cache API 17 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
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Junio C Hamano 40aaae88ad Better error message when we are unable to lock the index file 18 years ago
Junio C Hamano cba05fa840 Further clean-up: usage() vs die() 19 years ago
Ramsay Allan Jones 8cdf33643d Replace some calls to die(usage_str) with usage(usage_str). 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Peter Eriksen 28f7581806 Substitute xmalloc()+memset(0) with xcalloc(). 19 years ago
Pavel Roskin 82e5a82fd7 Fix more typos, primarily in the code 19 years ago
Johannes Schindelin 6244b24906 Close the index file between writing and committing 19 years ago
Junio C Hamano 7612a1efdb git-rm: honor -n flag. 19 years ago
Junio C Hamano 021b6e4549 Make index file locking code reusable to others. 19 years ago
Junio C Hamano 3fb3cc69af builtin-rm: squelch compiler warnings. 19 years ago
Linus Torvalds d9b814cc97 Add builtin "git rm" command 19 years ago