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