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
Is it possible to concatenate the results of multiple commands?
The text was updated successfully, but these errors were encountered:
Hi,
That's not currently possible. Could you provide an example of how such an API would look?
Sorry, something went wrong.
Would something like the following work?
git fame --concat 'git fame --branch=develop --repository=repo1' 'git fame --branch=develop --repository=repo2' 'git fame --branch=develop --repository=repo3'
The above command should then print the combined statistics from the 3 individual commands above.
This could be achieved using the --format=cvs option, but I'm open for ideas.
--format=cvs
No branches or pull requests
Is it possible to concatenate the results of multiple commands?
The text was updated successfully, but these errors were encountered: