Trying to implement git show
using libgit2
#6980
Unanswered
winksaville
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was unsuccessful in handling some merge commits. In particular merge commits that contain changes directly. For example, when a merge conflict occurs and the user decides to resolve conflict in the merge commit. Eventually I sprinkled
trace_printf
intogit
and found that there is a routine,diff_tree_combined
, that handles the magic of displaying changes that were done in a merge commit itself.Does anyone know if something like
diff_tree_combined
inlibgit2
?Beta Was this translation helpful? Give feedback.
All reactions