1. 3c730fa filter-branch: use git-sh-setup's ident parsing functions by Jeff King · 12 years ago
  2. 9a0231b Merge branch 'jc/maint-filter-branch-epoch-date' by Junio C Hamano · 13 years ago
  3. cb102b0 filter-branch: do not forget the '@' prefix to force git-timestamp by Junio C Hamano · 13 years ago
  4. 9c14001 Merge branch 'jk/filter-branch-require-clean-work-tree' by Junio C Hamano · 13 years ago
  5. 5347a50 filter-branch: use require_clean_work_tree by Jeff King · 14 years ago
  6. 1461205 Merge branch 'js/sh-style' by Junio C Hamano · 14 years ago
  7. 0906f6e filter-branch: Export variable `workdir' for --commit-filter by Michael Witten · 14 years ago
  8. 9dcca58 filter-branch.sh: de-dent usage string by Junio C Hamano · 14 years ago
  9. 285c6cb misc-sh: fix up whitespace in some other .sh files. by Jon Seymour · 14 years ago
  10. 7ec344d filter-branch: retire --remap-to-ancestor by Csaba Henk · 15 years ago
  11. 618d18b Merge branch 'maint' by Junio C Hamano · 15 years ago
  12. 5da8171 filter-branch: Fix error message for --prune-empty --commit-filter by Jacob Helwig · 15 years ago
  13. 4b7acc1 Merge branch 'ms/filter-branch-submodule' by Junio C Hamano · 15 years ago
  14. 03ca839 filter-branch: Fix to allow replacing submodules with another content by Michal Sojka · 15 years ago
  15. 9524cf2 fix portability issues with $ in double quotes by Stephen Boyd · 15 years ago
  16. f012d27 Merge branch 'js/filter-branch-prime' by Junio C Hamano · 15 years ago
  17. 7ee6376 filter-branch: remove an unnecessary use of 'git read-tree' by Johannes Sixt · 15 years ago
  18. ad7ace7 Merge branch 'rs/work-around-grep-opt-insanity' by Junio C Hamano · 15 years ago
  19. e1622bf Protect scripted Porcelains from GREP_OPTIONS insanity by Junio C Hamano · 15 years ago
  20. f2f3a6b filter-branch: nearest-ancestor rewriting outside subdir filter by Thomas Rast · 15 years ago
  21. 2c1d2d8 filter-branch: stop special-casing $filter_subdir argument by Thomas Rast · 15 years ago
  22. 83e355a filter-branch: make the usage string fit on 80 chars terminals. by Matthieu Moy · 16 years ago
  23. 7bd93c1 Convert to use quiet option when available by Dan Loewenherz · 16 years ago
  24. d5b0c97 git-filter-branch: avoid collisions with variables in eval'ed commands by Elijah Newren · 16 years ago
  25. 734cd57 Improve error message for git-filter-branch by John Tapsell · 16 years ago
  26. 88e3880 filter-branch -d: Export GIT_DIR earlier by Lars Noschinski · 16 years ago
  27. 0ea29cc filter-branch: Add more error-handling by Eric Kidd · 16 years ago
  28. df4364a Merge branch 'js/filter-branch-submodule' by Junio C Hamano · 16 years ago
  29. 26be15f filter-branch: do not consider diverging submodules a 'dirty worktree' by Johannes Schindelin · 16 years ago
  30. 9273b56 filter-branch: Fix fatal error on bare repositories by Eric Kidd · 16 years ago
  31. d3240d9 filter-branch: add git_commit_non_empty_tree and --prune-empty. by Pierre Habouzit · 16 years ago
  32. d69da76 filter-branch: use git rev-parse -q by Miklos Vajna · 16 years ago
  33. 0191457 Merge branch 'tr/filter-branch' by Junio C Hamano · 17 years ago
  34. a9da166 filter-branch: Grok special characters in tag names by Johannes Sixt · 17 years ago
  35. f34a941 filter-branch: use --simplify-merges by Thomas Rast · 17 years ago
  36. a0e4639 filter-branch: fix ref rewriting with --subdirectory-filter by Thomas Rast · 17 years ago
  37. 261044e filter-branch: be more helpful when an annotated tag changes by Thomas Rast · 17 years ago
  38. a4661b0 git-filter-branch.sh: Allow running in bare repositories by Petr Baudis · 17 years ago
  39. b71ce7f Merge 1.5.5.3 in by Junio C Hamano · 17 years ago
  40. a17171b Revert "filter-branch: subdirectory filter needs --full-history" by Johannes Sixt · 17 years ago
  41. 0bdf93c filter-branch: fix variable export logic by Jeff King · 17 years ago
  42. e9dd751 Merge branch 'bc/filter-branch' by Junio C Hamano · 17 years ago
  43. 6a589fd filter-branch: Fix renaming a directory in the tree-filter by veillette@yahoo.ca · 17 years ago
  44. 1bf6551 filter-branch.sh: support nearly proper tag name filtering by Brandon Casey · 17 years ago
  45. 4bf9f27 filter-branch: use $SHELL_PATH instead of 'sh' by Jeff King · 17 years ago
  46. d89c1df filter-branch: don't use xargs -0 by Jeff King · 17 years ago
  47. 40a7ce6 tr portability fixes by Jeff King · 17 years ago
  48. 5b044ac filter-branch: handle "disappearing tree" case correctly in subdir filter by Junio C Hamano · 17 years ago
  49. 1fe32cb filter-branch: handle filenames that need quoting by Junio C Hamano · 17 years ago
  50. bb8eebb Revert "filter-branch docs: remove brackets so not to imply revision arg is optional" by Junio C Hamano · 17 years ago
  51. 0f047f3 filter-branch: assume HEAD if no revision supplied by Brandon Casey · 17 years ago
  52. c41b439 filter-branch docs: remove brackets so not to imply revision arg is optional by Brandon Casey · 17 years ago
  53. def16e7 filter-branch.sh: remove temporary directory on failure by Brandon Casey · 17 years ago
  54. 418fa3a filter-branch: work correctly with ambiguous refnames by Junio C Hamano · 17 years ago
  55. e8a3f90 git-filter-branch.sh: more portable tr usage: use \012, not \n. by Jim Meyering · 17 years ago
  56. 91c3ace filter-branch: Remove broken and unnecessary summary of rewritten refs. by Johannes Sixt · 17 years ago
  57. 3175b0c the use of 'tr' in the test suite isn't really portable by H.Merijn Brand · 17 years ago
  58. 3addc94 Replace instances of export VAR=VAL with VAR=VAL; export VAR by Johannes Schindelin · 17 years ago
  59. d25430c Merge branch 'maint' by Junio C Hamano · 17 years ago
  60. 38762c4 scripts: do not get confused with HEAD in work tree by Junio C Hamano · 17 years ago
  61. 16ed34a filter-branch: fix dirty way to provide the helpers to commit filters by Johannes Schindelin · 17 years ago
  62. 8f321a3 scripts: Add placeholders for OPTIONS_SPEC by Junio C Hamano · 17 years ago
  63. 46eb449 filter-branch: update current branch when rewritten by Johannes Schindelin · 17 years ago
  64. 822f7c7 Supplant the "while case ... break ;; esac" idiom by David Kastrup · 17 years ago
  65. f95eef1 filter-branch: introduce convenience function "skip_commit" by Johannes Schindelin · 18 years ago
  66. 7e0f170 filter-branch: provide the convenience functions also for commit filters by Johannes Schindelin · 18 years ago
  67. 55ced83 filter-branch: make sure orig_namespace ends with a single slash. by Junio C Hamano · 18 years ago
  68. 26a65de git-filter-branch: more detailed USAGE by Giuseppe Bilotta · 18 years ago
  69. 5876b8e Minor clarifications to git-filter-branch usage and doc by Brian Gernhardt · 18 years ago
  70. b2bc9a3 git-sh-setup.sh: make GIT_DIR absolute by David Kastrup · 18 years ago
  71. 24d0063 filter-branch: fix dash complaining about "Missing '))'" by René Scharfe · 18 years ago
  72. dfd05e3 filter-branch: Big syntax change; support rewriting multiple refs by Johannes Schindelin · 18 years ago
  73. af580e9 filter-branch: get rid of "set -e" by Johannes Schindelin · 18 years ago
  74. 9d6f220 Remove useless uses of cat, and replace with filename arguments by Josh Triplett · 18 years ago
  75. 8c1ce0f filter-branch: fail gracefully when a filter fails by Johannes Schindelin · 18 years ago
  76. b5669a0 filter-branch: added missing warn function by Steffen Prohaska · 18 years ago
  77. 5efb48b filter-branch: make output nicer by Johannes Schindelin · 18 years ago
  78. c57a349 filter-branch: Avoid an error message in the map function. by Johannes Sixt · 18 years ago
  79. c401b33 Document git-filter-branch by Johannes Schindelin · 18 years ago
  80. 5be6007 Rewrite "git-frotz" to "git frotz" by Junio C Hamano · 18 years ago
  81. 36e5e70 Start deprecating "git-command" in favor of "git command" by Linus Torvalds · 18 years ago
  82. 0305b63 Merge branch 'ei/worktree+filter' by Junio C Hamano · 18 years ago
  83. 55f22ff filter-branch: add example to move everything into a subdirectory by Johannes Schindelin · 18 years ago
  84. cfabd6e filter-branch: subdirectory filter needs --full-history by Johannes Sixt · 18 years ago
  85. 813b473 filter-branch: Simplify parent computation. by Johannes Sixt · 18 years ago
  86. 685ef54 Teach filter-branch about subdirectory filtering by Johannes Schindelin · 18 years ago
  87. 9489d0f filter-branch: always export GIT_DIR if it is set by Matthias Lederhofer · 18 years ago
  88. 3520e1e filter-branch: also don't fail in map() if a commit cannot be mapped by Johannes Sixt · 18 years ago
  89. 2766ce2 filter-branch: Use rev-list arguments to specify revision ranges. by Johannes Sixt · 18 years ago
  90. 9840906 filter-branch: fix behaviour of '-k' by Johannes Schindelin · 18 years ago
  91. c12764b filter-branch: use $(($i+1)) instead of $((i+1)) by Johannes Schindelin · 18 years ago
  92. d674ee4 chmod +x git-filter-branch.sh by Matthias Lederhofer · 18 years ago
  93. 350d857 filter-branch: prevent filters from reading from stdin by Matthias Lederhofer · 18 years ago
  94. 6f6826c Add git-filter-branch by Johannes Schindelin · 18 years ago