Issue 3245: Is there a reasonable API to get commited file counts in gerrit?
Status:  New
Owner: ----
Reported by mkchan11...@gmail.com, Mar 12, 2015
Hi, I'm developing gerrit plugin associated with git.
I want to register some information when I push my files to remote repository with git.
So I implemented CommitValidationListener interface and I could get some information what I wanted. But I don't know how to get whole file count which are commited when push process has excuted.
Is there a suitable API or Plugin source for this work?