1. 0e49649 t/helper: merge test-chmtime into test-tool by Nguyễn Thái Ngọc Duy · 7 years ago
  2. 61f68f6 Merge branch 'sr/wrapper-quote-filenames' by Junio C Hamano · 7 years ago
  3. 728c573 Merge branch 'ex/deprecate-empty-pathspec-as-match-all' by Junio C Hamano · 7 years ago
  4. 0a288d1 wrapper.c: consistently quote filenames in error messages by Simon Ruderich · 7 years ago
  5. 9e4e8a6 pathspec: die on empty strings as pathspec by Emily Xie · 8 years ago
  6. 23739aa t3600: clean up permissions test properly by Michael Haggerty · 8 years ago
  7. c703555 Merge branch 'sb/submodule-short-status' by Junio C Hamano · 8 years ago
  8. 40069d6 submodule.c: correctly handle nested submodules in is_submodule_modified by Stefan Beller · 8 years ago
  9. dd6962d short status: improve reporting for submodule changes by Stefan Beller · 8 years ago
  10. 70471ed t3600: rename test to describe its functionality by Stefan Beller · 8 years ago
  11. 3ccd681 Merge branch 'sb/submodule-rm-absorb' by Junio C Hamano · 8 years ago
  12. 55856a3 rm: absorb a submodules git dir before deletion by Stefan Beller · 8 years ago
  13. 2d91cb7 Merge branch 'sb/t3600-cleanup' by Junio C Hamano · 8 years ago
  14. 9e189f1 t3600: slightly modernize style by Stefan Beller · 8 years ago
  15. 8954bd7 t3600: remove useless redirect by Stefan Beller · 8 years ago
  16. d426430 pathspec: warn on empty strings as pathspec by Emily Xie · 9 years ago
  17. 4b589e5 Merge branch 'js/mingw-tests' by Junio C Hamano · 9 years ago
  18. 4539a89 mingw: do not bother to test funny file names by Johannes Schindelin · 9 years ago
  19. e3ab3bc t/t3600-rm.sh: use the $( ... ) construct for command substitution by Elia Pinto · 9 years ago
  20. 27a6625 t3600: fix &&-chain breakage for setup commands by Jeff King · 10 years ago
  21. 99094a7 t: fix trivial &&-chain breakage by Jeff King · 10 years ago
  22. 8fb2687 t: fix severe &&-chain breakage by Jeff King · 10 years ago
  23. 11b5390 tests: don't rely on strerror text when testing rmdir failure by Charles Bailey · 11 years ago
  24. bbad9f9 rm: better document side effects when removing a submodule by Jens Lehmann · 11 years ago
  25. 504c194 Merge branch 'sg/t3600-nul-sha1-fix' by Junio C Hamano · 11 years ago
  26. 056f34b t3600: fix broken "choking git rm" test by SZEDER Gábor · 11 years ago
  27. 95c1641 rm: delete .gitmodules entry of submodules removed from the work tree by Jens Lehmann · 12 years ago
  28. 7e30944 rm: introduce advice.rmHints to shorten messages by Mathieu Lienard--Mayor · 12 years ago
  29. 914dc02 rm: better error message on failure for multiple files by Mathieu Lienard--Mayor · 12 years ago
  30. 03415ca t3600: document failure of rm across symbolic links by Jeff King · 12 years ago
  31. 96ec8ee t3600: test behavior of reverse-d/f conflict by Jeff King · 12 years ago
  32. 9a6728d rm: do not complain about d/f conflicts during deletion by Jeff King · 12 years ago
  33. 2d3ac9a t3600: Avoid "cp -a", which is a GNUism by Junio C Hamano · 12 years ago
  34. 53e4c5d Teach rm to remove submodules when given with a trailing '/' by Jens Lehmann · 12 years ago
  35. 293ab15 submodule: teach rm to remove submodules unless they contain a git directory by Jens Lehmann · 13 years ago
  36. 22dbeee Merge branch 'jc/fix-diff-files-unmerged' by Junio C Hamano · 14 years ago
  37. 3749fde test: use $_z40 from test-lib by Junio C Hamano · 14 years ago
  38. fbbfc8a t3600-rm.sh: Don't pass a non-existent prereq to test #15 by Ramsay Jones · 14 years ago
  39. c91cfd1 tests: A SANITY test prereq for testing if we're root by Ævar Arnfjörð Bjarmason · 15 years ago
  40. fadb515 tests: Skip tests in a way that makes sense under TAP by Ævar Arnfjörð Bjarmason · 15 years ago
  41. 3fc0d13 rm: fix bug in recursive subdirectory removal by Jeff King · 15 years ago
  42. 56e78bf t3600: Use test prerequisite tags by Johannes Sixt · 16 years ago
  43. 5b46a42 Call 'say' outside test_expect_success by Johannes Sixt · 16 years ago
  44. fae74a0 test suite: Use 'say' to say something instead of 'test_expect_success' by Johannes Sixt · 16 years ago
  45. 0693f9d Make sure lockfiles are unlocked when dying on SIGPIPE by Junio C Hamano · 16 years ago
  46. 388b2ac git add --intent-to-add: fix removal of cached emptiness by Junio C Hamano · 16 years ago
  47. f55527f rm: loosen safety valve for empty files by Jeff King · 16 years ago
  48. cced48a git rm: refresh index before up-to-date check by Johannes Schindelin · 16 years ago
  49. 3604e7c tests: use "git xyzzy" form (t3600 - t6999) by Nanako Shiraishi · 17 years ago
  50. 6796399 Merge branch 'maint' by Junio C Hamano · 17 years ago
  51. 4d26467 builtin-rm: fix index lock file path by Olivier Marin · 17 years ago
  52. d492b31 t/: Use "test_must_fail git" instead of "! git" by Stephan Beyer · 17 years ago
  53. 41ac414 Sane use of test_expect_failure by Junio C Hamano · 17 years ago
  54. 0feb4d1 t/t{3600,3800,5401}: do not use egrep when grep would do by Junio C Hamano · 17 years ago
  55. bdecd9d More permissive "git-rm --cached" behavior without -f. by Matthieu Moy · 18 years ago
  56. 5be6007 Rewrite "git-frotz" to "git frotz" by Junio C Hamano · 18 years ago
  57. bb1faf0 Add --ignore-unmatch option to exit with zero status when no files are removed. by Steven Grimm · 18 years ago
  58. b48caa2 Add --quiet option to suppress output of "rm" commands for removed files. by Steven Grimm · 18 years ago
  59. 467e1b5 t3600: update the test for updated git rm by Junio C Hamano · 18 years ago
  60. 22669a0 Remove unnecessary output from t3600-rm. by Shawn Pearce · 19 years ago
  61. 2283645 t3600-rm: skip failed-remove test when we cannot make an unremovable file. by Junio C Hamano · 19 years ago
  62. d51fac5 workaround fat/ntfs deficiencies for t3600-rm.sh (git-rm) by Alex Riesen · 19 years ago
  63. 3844cdc git-rm: Fix to properly handle files with spaces, tabs, newlines, etc. by Carl Worth · 19 years ago
  64. d4a1cab Add new git-rm command with documentation by Carl Worth · 19 years ago