-
Notifications
You must be signed in to change notification settings - Fork 448
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
History of a single file #948
Comments
Hey @sambonfire. Thanks for checking our stuff out. |
It would be wonderful if we could just start integrating these into the client API. We're designing a workflow a bit different than what you guys have envisioned for the plugin, but we'd really like to share the same API layer. Hopefully we could just add these to the API without worrying about UX immediately? |
Hey @sambonfire that is a reasonable request. When I get some time I can give it a shot, but I'm working on quite a few different projects at the same time. If you don't mind getting it started. I will definitely help you get it done and . We have documentation on getting started with building the project. |
I'm totally not above bribery either! :) I wasn't able to get the code to build and pass tests on my mac; i'll give it a shot on my windows box. expect a PR. |
If you wanna set aside 30 minutes or so, I don't mind giving you a tour of the things you'd need to change to get what you want. I'm in EST. |
Implemented in #999 |
I'd like to be able to use the client to view the history of a single file; ie:
git log -- <file>
The text was updated successfully, but these errors were encountered: