Skip to content
New issue

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

Concatenate results of multiple commands #62

Open
amit1911 opened this issue Aug 2, 2016 · 3 comments
Open

Concatenate results of multiple commands #62

amit1911 opened this issue Aug 2, 2016 · 3 comments

Comments

@amit1911
Copy link

amit1911 commented Aug 2, 2016

Is it possible to concatenate the results of multiple commands?

@oleander
Copy link
Owner

oleander commented Sep 6, 2016

Hi,

That's not currently possible. Could you provide an example of how such an API would look?

@amit1911
Copy link
Author

amit1911 commented Sep 8, 2016

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.

@oleander
Copy link
Owner

This could be achieved using the --format=cvs option, but I'm open for ideas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants