Git Extension Api Questions #2316
Answered
by
ZakaRehman
ZakaRehman
asked this question in
Extension Development QnA
-
I am trying to get all commits done by a user, I am using the log function on the repository interface and when I supply an author, I get no commits, with no author supplied I get the commits done all authors. I have tried supplying the user name, the user email and the user name and user email matching what is shown if I run git log in the terminal and still I get no commits from the log function. |
Beta Was this translation helpful? Give feedback.
Answered by
ZakaRehman
Dec 2, 2024
Replies: 1 comment 2 replies
-
What are you trying to achieve in your extension? Are you still facing this issue? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to build an extension that would fetch me a number of commits given an a author and then calculate the number of working days based on the days committed, I am a no longer facing this issue due to no longer using the git extension api and instead using simple-git, which is providing the necessary functionality to do what is needed