1. e336afd Merge branch 'dg/filter-branch-filter-order-doc' by Junio C Hamano · 7 years ago
  2. 07c4984 doc: list filter-branch subdirectory-filter first by David Glasser · 7 years ago
  3. bd2c79f filter-branch: stash away ref map in a branch by Ian Campbell · 7 years ago
  4. 3b117f7 filter-branch: add `--setup` step by Andreas Heiduk · 8 years ago
  5. 5160b82 Merge branch 'ah/doc-filter-branch-export-env' by Junio C Hamano · 8 years ago
  6. ba746ff doc: filter-branch does not require re-export of vars by Andreas Heiduk · 8 years ago
  7. a582a82 filter-branch: fix --prune-empty on parentless commits by Devin J. Pohly · 8 years ago
  8. 04b125d doc: typeset '--' as literal by Matthieu Moy · 9 years ago
  9. bcf9626 doc: typeset long command-line options as literal by Matthieu Moy · 9 years ago
  10. 23f8239 doc: typeset short command-line options as literal by Matthieu Moy · 9 years ago
  11. 47d81b5 doc: more consistency in environment variables format by Tom Russello · 9 years ago
  12. 1cca17d Documentation: fix linkgit references by Junio C Hamano · 9 years ago
  13. f745acb Documentation: typofixes by Thomas Ackermann · 10 years ago
  14. 2df8566 Documentation: fix documentation AsciiDoc links for external urls by Roberto Tyley · 11 years ago
  15. 615b8f1 docs: add filter-branch notes on The BFG by Roberto Tyley · 11 years ago
  16. dbe71f9 Merge branch 'tk/doc-filter-branch' by Junio C Hamano · 12 years ago
  17. 21b6e4f Documentation: filter-branch env-filter example by Tadeusz Andrzej Kadłubowski · 12 years ago
  18. bee3eb0 git-filter-branch.txt: clarify ident variables usage by Tadeusz Andrzej Kadłubowski · 12 years ago
  19. 2de9b71 Documentation: the name of the system is 'Git', not 'git' by Thomas Ackermann · 12 years ago
  20. 8093ae8 Documentation/git-filter-branch: Move note about effect of removing commits by Andreas Schwab · 12 years ago
  21. 74b819a Merge branch 'jc/tag-doc' into maint-1.7.11 by Junio C Hamano · 13 years ago
  22. 831e61f Documentation: do not mention .git/refs/* directories by Junio C Hamano · 13 years ago
  23. 6cf378f docs: stop using asciidoc no-inline-literal by Jeff King · 13 years ago
  24. 0dc310e Documentation: git-filter-branch honors replacement refs by Peter Collingbourne · 14 years ago
  25. 142c945 Merge branch 'maint' by Junio C Hamano · 14 years ago
  26. 6cb0186 docs: fix filter-branch subdir example for exotic repo names by Jeff King · 14 years ago
  27. 48bb914 doc: drop author/documentation sections from most pages by Jeff King · 14 years ago
  28. 0adda93 Use parentheses and `...' where appropriate by Štěpán Němec · 14 years ago
  29. 831a8b8 Documentation: Refer to git-commit-tree in git-filter-branch help by Wesley J. Landaker · 15 years ago
  30. 7ec344d filter-branch: retire --remap-to-ancestor by Csaba Henk · 15 years ago
  31. d2d66f1 docs: fix filter-branch example for quoted paths by Jeff King · 15 years ago
  32. 0b444cd Documentation: spell 'git cmd' without dash throughout by Thomas Rast · 15 years ago
  33. ca76828 Documentation: format full commands in typewriter font by Thomas Rast · 15 years ago
  34. f2f3a6b filter-branch: nearest-ancestor rewriting outside subdir filter by Thomas Rast · 15 years ago
  35. e3679ab filter-branch: add --prune-empty to option summary by Adam Brewster · 15 years ago
  36. b8f4233 filter-branch: add an example how to add ACKs to a range of commits by Johannes Schindelin · 16 years ago
  37. a54c4ed Merge branch 'maint' by Junio C Hamano · 16 years ago
  38. 1966af8 Merge branch 'maint-1.6.1' into maint by Junio C Hamano · 16 years ago
  39. bc69776 Merge branch 'maint-1.6.0' into maint-1.6.1 by Junio C Hamano · 16 years ago
  40. c6d8f76 State the effect of filter-branch on graft explicitly by Daniel Cheng (aka SDiZ) · 16 years ago
  41. 3bc427e Documentation: filter-branch: show --ignore-unmatch in main index-filter example by Thomas Rast · 16 years ago
  42. d0268de Documentation: pruning recipe for destructive filter-branch by Thomas Rast · 16 years ago
  43. 49bde75 Add 'rm -f' equivalent to 'git rm' example of filter-branch --index-filter by Jacob Helwig · 16 years ago
  44. d3240d9 filter-branch: add git_commit_non_empty_tree and --prune-empty. by Pierre Habouzit · 16 years ago
  45. 97c33c6 Documentation: Refer to git-rebase(1) to warn against rewriting by Thomas Rast · 17 years ago
  46. 8afa421 Documentation: filter-branch: document how to filter all refs by Thomas Rast · 17 years ago
  47. f448e24 Make the DESCRIPTION match <x>... items in the SYNOPSIS by Abhijit Menon-Sen · 17 years ago
  48. eb72a51 Documentation/git-filter-branch: teach "rm" instead of "update-index --remove" by Petr Baudis · 17 years ago
  49. ba020ef manpages: italicize git command names (which were in teletype font) by Jonathan Nieder · 17 years ago
  50. 467c019 Documentation: more "git-" versus "git " changes by Jonathan Nieder · 17 years ago
  51. 483bc4f Documentation formatting and cleanup by Jonathan Nieder · 17 years ago
  52. b1889c3 Documentation: be consistent about "git-" versus "git " by Jonathan Nieder · 17 years ago
  53. 3240240 Docs: Use "-l::\n--long\n" format in OPTIONS sections by Stephan Beyer · 17 years ago
  54. 9e1f0a8 documentation: move git(7) to git(1) by Christian Couder · 17 years ago
  55. c5833f6 Documentation/git-filter-branch.txt: Fix description of --commit-filter by Kevin Ballard · 17 years ago
  56. 6d2c1c2 Merge branch 'maint' by Junio C Hamano · 17 years ago
  57. e4d594c git-filter-branch: Clarify file removal example. by Jon Loeliger · 17 years ago
  58. e9dd751 Merge branch 'bc/filter-branch' by Junio C Hamano · 17 years ago
  59. 6233a52 Merge branch 'maint-1.5.4' into maint by Junio C Hamano · 17 years ago
  60. a174889 filter-branch: Documentation fix. by Florian Ragwitz · 17 years ago
  61. 1bf6551 filter-branch.sh: support nearly proper tag name filtering by Brandon Casey · 17 years ago
  62. bf7c902 Improve description of git filter-branch. by Ralf Wildenhues · 17 years ago
  63. 41e86a3 filter-branch documentation: non-zero exit status in command abort the filter by Caio Marcelo de Oliveira Filho · 17 years ago
  64. ed10d9a Documentation/git-filter-branch: add a new msg-filter example by Miklos Vajna · 17 years ago
  65. bb8eebb Revert "filter-branch docs: remove brackets so not to imply revision arg is optional" by Junio C Hamano · 17 years ago
  66. c41b439 filter-branch docs: remove brackets so not to imply revision arg is optional by Brandon Casey · 17 years ago
  67. 5162e69 Documentation: rename gitlink macro to linkgit by Dan McGee · 17 years ago
  68. 7b55eee Remove escaping of '|' in manpage option sections by Jonas Fonseca · 17 years ago
  69. 8451c56 git-filter-branch.txt: fix a typo. by Sergei Organov · 17 years ago
  70. 8ef4451 fix filter-branch documentation by Johannes Schindelin · 17 years ago
  71. f5de799 Remove duplicate note about removing commits with git-filter-branch by Ulrik Sverdrup · 18 years ago
  72. f95eef1 filter-branch: introduce convenience function "skip_commit" by Johannes Schindelin · 18 years ago
  73. 7e0f170 filter-branch: provide the convenience functions also for commit filters by Johannes Schindelin · 18 years ago
  74. 0820366 filter-branch: fix remnants of old syntax in documentation by Johannes Schindelin · 18 years ago
  75. 5433235 git-filter-branch: document --original option by Giuseppe Bilotta · 18 years ago
  76. 5876b8e Minor clarifications to git-filter-branch usage and doc by Brian Gernhardt · 18 years ago
  77. dfd05e3 filter-branch: Big syntax change; support rewriting multiple refs by Johannes Schindelin · 18 years ago
  78. 6cb93bf filter-branch documentation: clarify which filters are eval'ed by Johannes Schindelin · 18 years ago
  79. 32c37c1 filter-branch documentation: some more touch-ups. by Johannes Sixt · 18 years ago
  80. 73616fd filter-branch: a few more touch ups to the man page by Johannes Schindelin · 18 years ago
  81. c401b33 Document git-filter-branch by Johannes Schindelin · 18 years ago