1. 4ed7cd3 Improve use of lockfile API by Brandon Casey · 17 years ago
  2. 271bb08 Don't always require working tree for git-rm by Mike Hommey · 17 years ago
  3. f09985c Make builtin-rm.c use parse_options. by Pierre Habouzit · 17 years ago
  4. 09d5dc3 Simplify cache API by Junio C Hamano · 18 years ago
  5. bdecd9d More permissive "git-rm --cached" behavior without -f. by Matthieu Moy · 18 years ago
  6. bb1faf0 Add --ignore-unmatch option to exit with zero status when no files are removed. by Steven Grimm · 18 years ago
  7. 9474eda git-rm: Trivial fix for a comment typo. by Steven Grimm · 18 years ago
  8. b48caa2 Add --quiet option to suppress output of "rm" commands for removed files. by Steven Grimm · 18 years ago
  9. 30ca07a _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. by Junio C Hamano · 18 years ago
  10. e4d9516 git-rm: don't remove newly added file without -f by Jeff King · 18 years ago
  11. a9877f8 git-rm documentation: remove broken behaviour from the example. by Junio C Hamano · 18 years ago
  12. 646ac22 git-rm: do not fail on already removed file. by Junio C Hamano · 18 years ago
  13. 9f95069 git-rm: update to saner semantics by Junio C Hamano · 18 years ago
  14. 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 19 years ago
  15. 40aaae8 Better error message when we are unable to lock the index file by Junio C Hamano · 19 years ago
  16. cba05fa Further clean-up: usage() vs die() by Junio C Hamano · 19 years ago
  17. 8cdf336 Replace some calls to die(usage_str) with usage(usage_str). by Ramsay Allan Jones · 19 years ago
  18. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
  19. 28f7581 Substitute xmalloc()+memset(0) with xcalloc(). by Peter Eriksen · 19 years ago
  20. 82e5a82 Fix more typos, primarily in the code by Pavel Roskin · 19 years ago
  21. 6244b24 Close the index file between writing and committing by Johannes Schindelin · 19 years ago
  22. 7612a1e git-rm: honor -n flag. by Junio C Hamano · 19 years ago
  23. 021b6e4 Make index file locking code reusable to others. by Junio C Hamano · 19 years ago
  24. 3fb3cc6 builtin-rm: squelch compiler warnings. by Junio C Hamano · 19 years ago
  25. 93872e0 Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-tree by Junio C Hamano · 19 years ago
  26. d9b814c Add builtin "git rm" command by Linus Torvalds · 19 years ago