summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
* Create parent dir if necessary on checkoutRobin Stocker2012-07-081-0/+15
* Use the working tree's .gitmodules in SubmoduleWalk.forIndex()Dave Borowitz2012-06-251-3/+3
* Merge changes I6b2ce96b,I499f518fChristian Halstrick2012-06-252-0/+143
|\
| * Fix order of deletion for files/dirs in ResolveMergerRobin Stocker2012-06-231-0/+45
| * Don't return success on failing paths in ResolveMergerRobin Stocker2012-06-231-0/+98
* | Ignore empty lines when parsing git-rebase-todoRobin Stocker2012-06-231-2/+25
|/
* Merge "Fix boxing warnings in org.eclipse.jgit.lib.ConfigTest"Shawn Pearce2012-06-181-4/+4
|\
| * Fix boxing warnings in org.eclipse.jgit.lib.ConfigTestTomasz Zarna2012-06-181-4/+4
* | Merge "ReceivePack supports InputStream data after pack"Shawn Pearce2012-06-161-0/+148
|\ \
| * | ReceivePack supports InputStream data after packIan Wetherbee2012-06-151-0/+148
* | | Fix resource leaks due to unclosed repositoriesChristian Halstrick2012-06-167-21/+54
* | | Fix LockFileTest on WindowsChristian Halstrick2012-06-161-2/+3
|/ /
* / Read .gitmodules config from the tree in SubmoduleWalkDave Borowitz2012-06-151-0/+144
|/
* Add "--squash" option to MergeCommandTomasz Zarna2012-06-156-6/+430
* Fix UnionInputStream.read to be more Java-likeIan Wetherbee2012-06-141-0/+23
* Add missing license header to modification times test.Markus Duft2012-06-111-0/+37
* Merge branch 'stable-2.0'Shawn O. Pearce2012-06-072-0/+97
|\
| * Use working tree iterator to compare file modesKevin Sawicki2012-06-051-0/+40
| * Support gitdir: refs in BaseRepositoryBuilder.findGitDirKevin Sawicki2012-06-041-0/+57
* | Make DirCacheCheckout update timestamps in the index.Markus Duft2012-06-061-0/+90
* | Merge changes Iee9af8d5,I8e1674f0,If5a6fcc5,I3bb28e4dShawn O. Pearce2012-06-051-1/+2
|\ \
| * | Use BatchRefUpdate for tracking refs in FetchProcessShawn O. Pearce2012-05-221-1/+2
* | | fix PackWriter excluded objects handlingChristian Halstrick2012-06-041-0/+66
| |/ |/|
* | Merge "Only increment mod count if packed-refs file changes" into stable-2.0Shawn Pearce2012-06-041-0/+32
|\ \
| * | Only increment mod count if packed-refs file changesKevin Sawicki2012-05-281-0/+32
* | | Update ORIG_HEAD when resettingKevin Sawicki2012-05-312-1/+6
* | | Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-3019-165/+122
* | | Merge "Update smudged entries when writing index" into stable-2.0Robin Rosenberg2012-05-303-0/+188
|\ \ \
| * | | Update smudged entries when writing indexKevin Sawicki2012-05-283-0/+188
| |/ /
* / / Enable loading history until a given commitMatthias Sohn2012-05-301-0/+140
|/ /
* / Ensure resetting on commit idDariusz Luksza2012-05-231-0/+20
|/
* Move NLS test for HttpServerText to http.testShawn O. Pearce2012-05-221-6/+0
* Smudge index entries on first write (too), as well when readingRobin Rosenberg2012-05-211-0/+22
* Make output stream optional in DiffCommandKevin Sawicki2012-05-101-0/+19
* Validate paths during DirCheckoutRobin Rosenberg2012-04-231-0/+420
* Enable large file supportRobin Rosenberg2012-04-181-0/+236
* Allow to write tests with CLI syntaxTomasz Zarna2012-04-181-0/+102
* Enable DirCacheEntry's copyMetaData to not copy stage infoRobin Rosenberg2012-04-171-0/+50
* Merge "Fix broken TagCommand API"Robin Rosenberg2012-04-064-35/+40
|\
| * Fix broken TagCommand APIRobin Rosenberg2012-04-064-35/+40
* | Merge "Handle content length in WorkingTreeIterator"Robin Rosenberg2012-04-051-38/+30
|\ \
| * | Handle content length in WorkingTreeIteratorRobin Rosenberg2012-03-271-38/+30
| |/
* | Merge "Recurse into cloned submodules"Matthias Sohn2012-04-031-0/+87
|\ \
| * | Recurse into cloned submodulesKevin Sawicki2012-04-011-0/+87
| |/
* / Index config section and subsection names in one passShawn O. Pearce2012-04-021-1/+1
|/
* Revert "Allow to write tests with CLI syntax"Matthias Sohn2012-03-231-102/+0
* Merge "Allow to write tests with CLI syntax"Christian Halstrick2012-03-221-0/+102
|\
| * Allow to write tests with CLI syntaxTomasz Zarna2012-03-221-0/+102
* | Add command support for dropping a stashed commitKevin Sawicki2012-03-211-0/+298
* | Ignore trailing comments in transport SPI parsingKevin Sawicki2012-03-212-0/+114