mikofski / JGit4MATLAB

JGit wrapper for MATLAB
https://mikofski.github.io/JGit4MATLAB
BSD 2-Clause "Simplified" License
5 stars 3 forks source link

can't mark conflict as resolved using jgit commit --all #7

Open mikofski opened 11 years ago

mikofski commented 11 years ago

there is a fixme in the code

this needs to check the repository state and then change it to merge-resolved.

should be able to use

jgit ci --all

to commit resolved conflicts I think?