aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/AddCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+1
* Allow detection of case insensitive file systemsMatthias Sohn2012-08-061-0/+10
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-8/+11
* Handle content length in WorkingTreeIteratorRobin Rosenberg2012-03-271-38/+30
* Revert "Quickfix for AutoCRLF handling"Shawn O. Pearce2012-03-151-30/+1
* Keep submodules in index that are missing in working directoryKevin Sawicki2012-03-101-0/+37
* Quickfix for AutoCRLF handlingRobin Rosenberg2012-03-031-1/+30
* Support more of AutoCRLFRobin Rosenberg2012-01-101-0/+48
* Retain executable mode of existing files on WindowsKevin Sawicki2012-01-031-0/+98
* [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