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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Hi, is there an easy way to make getIndexBlob / getLineDiffs work with others commits instead of just HEAD?
I'm working on a basic feature for my app that is really difficult to do: amend commit!
I managed to get the list of commited files but now I need the same info returned by those methods to show diff information with pretty line numbers.
Thanks again!
The text was updated successfully, but these errors were encountered:
Finally. I'm pretty sure getLineDiffs() would be great.
With that implementation I could build a nicer gitk to browse and view previous commit changes.
Is it very difficult to code or libgit2 already provides a half cooked method for that?
Hi, is there an easy way to make getIndexBlob / getLineDiffs work with others commits instead of just HEAD?
I'm working on a basic feature for my app that is really difficult to do: amend commit!
I managed to get the list of commited files but now I need the same info returned by those methods to show diff information with pretty line numbers.
Thanks again!
The text was updated successfully, but these errors were encountered: