]> git.ipfire.org Git - thirdparty/git.git/commit - git-filter-branch.sh
filter-branch: Fix error message for --prune-empty --commit-filter
authorJacob Helwig <jacob.helwig@gmail.com>
Fri, 12 Feb 2010 02:46:22 +0000 (18:46 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Feb 2010 06:12:36 +0000 (22:12 -0800)
commit5da81713703583e795a4faa6a79074b53edb5a9a
tree41f8beba04dd1eeae46aa3d75116a0f5c0640db5
parent4133fd25525022f99d2c7ba339618433bdd919fe
filter-branch: Fix error message for --prune-empty --commit-filter

Running filter-branch with --prune-empty and --commit-filter reports:

  "Cannot set --prune-empty and --filter-commit at the same time".

Change it to use the correct option name: --commit-filter

Signed-off-by: Jacob Helwig <jacob.helwig@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch.sh