We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example:
incremental-git-filterbranch src "--commit-filter 'git commit-tree "$@"'" dst
Invalid syntax in filter (unknown option: commit-tree)
commit-filter for example requires passing $@ down
The text was updated successfully, but these errors were encountered:
It may be a good idea to rearrange arguments like this:
<sourcerepository> <destinationrepository> <filter> [<filter args>]
and pass filter and filter args directly to git filter-branch
Sorry, something went wrong.
No branches or pull requests
Example:
incremental-git-filterbranch src "--commit-filter 'git commit-tree "$@"'" dst
Invalid syntax in filter (unknown option: commit-tree)
commit-filter for example requires passing $@ down
The text was updated successfully, but these errors were encountered: