I don't get all the commits #1589
Unanswered
nricciardi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I recommend setting up debug logging to see which commands GitPython executes. These can then be executed by hand to see if it truly is GitPython that not listing some commits, or if it is |
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 have a test repo where there is master branch. From master I have created branch2 and branch3, then from branch2 I have created branch2-2. Then I have merged branch3 into branch2.
I have created a function to create a recursive dataclasses to represent repository, so then I can display it using GitGraphJS, BUT I don't get all the commits when I use
iter_commits
function in a master branch, why?In addition, I would have the branch name of each commit, but when I use
rev_name
on commit it display stranger name with~
.Beta Was this translation helpful? Give feedback.
All reactions