aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/AddCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-29/+29
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+20
* [findbugs] Do not ignore exceptional return valueMatthias Sohn2010-12-071-4/+5
* Check assume unchanged flag in Add commandStefan Lay2010-11-291-0/+42
* Refactor Git API exceptions to a new packageChris Aniszczyk2010-09-011-0/+1
* Add blob-data to utility method indexState()Christian Halstrick2010-08-181-43/+43
* Add the parameter "update" to the Add commandStefan Lay2010-08-041-72/+172
* Merge branch 'delta'Shawn O. Pearce2010-07-221-22/+22
* Allow for filepattern "." in AddCommandStefan Lay2010-07-221-0/+20
* Do not add ignored files in Add commandStefan Lay2010-07-221-0/+28
* Git Porcelain API: Add CommandStefan Lay2010-07-141-0/+327