Browse Source

Merge branch 'maint'

* maint:
  git-filter-branch: Clarify file removal example.
maint
Junio C Hamano 17 years ago
parent
commit
6d2c1c2dc0
  1. 4
      Documentation/git-filter-branch.txt

4
Documentation/git-filter-branch.txt

@ -183,6 +183,10 @@ or copyright violation) from all commits: @@ -183,6 +183,10 @@ or copyright violation) from all commits:
git filter-branch --tree-filter 'rm filename' HEAD
-------------------------------------------------------

However, if the file is absent from the tree of some commit,
a simple `rm filename` will fail for that tree and commit.
Thus you may instead want to use `rm -f filename` as the script.

A significantly faster version:

--------------------------------------------------------------------------

Loading…
Cancel
Save