Given that hexsha
, directory
and file
are known, how can I get the diff between 2 specific files, for example the following will return the diff between 2 revisions:
irepo.git.diff("93ba8ae12f79e7f90e5ec5217e44ce28624a66d8..d144da4b5f0dff89b918bc88629cb7902150d77c")
But, how can I produce the diff of <directory>/<file>
included in both revisions above?