A JRuby wrapper around the JGit library for manipulating Git repositories, the Ruby way.
Questions tagged [rjgit]
1 questions
0
votes
0 answers
JGit: MissingObjectException when diff'ing modified files
I made some changes to a file in a git repository but didn't git add it yet. Then I tried to view the diff using jgit (via rjgit).
Without asking for the patch, this works fine:
> repo = RJGit::Repo.new('/path/to/repo', git_dir:…

Isaac Betesh
- 2,935
- 28
- 37