author | Jacob Helwig <jacob.helwig@gmail.com> | |
Fri, 12 Feb 2010 02:46:22 +0000 (18:46 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 12 Feb 2010 06:12:36 +0000 (22:12 -0800) | ||
commit | 5da81713703583e795a4faa6a79074b53edb5a9a | |
tree | 41f8beba04dd1eeae46aa3d75116a0f5c0640db5 | tree | snapshot |
parent | 4133fd25525022f99d2c7ba339618433bdd919fe | commit | diff |
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>
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 | diff | blob | history |