You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repository: get all values from git_merge_file_from_index
In Repository.merge_file_from_index, pygit2 is only returning
the resulting content out of the merge, however other values might be
relevant like the filemode.
Add an optional flag to make it possible to get all the values
coming out of git_merge_file_from_index instead of just
the file content.
0 commit comments