How to get log\history\last-merge of file?

Viewed 27

My need: getting the date of last merge of some files in my repositories.

I tried to read the documentation of github3 and found nothing helpful.

What did work for me: subprocess.check_output(["git","log","--",file_path]) but I need this to work with rest-api because some technical restrictions (need to check for some different repositories).

0 Answers
Related