mikofski / JGit4MATLAB

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

files in JGit.add should not be required, blocks -u update all option #17

Open mikofski opened 10 years ago

mikofski commented 10 years ago

the options -u|--update can't actually be called unless there is at least one pathspec argument, because file is a required input argument see issue #16 for another reason why this is a bad idea.