summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
...
| * Introduce ParseExceptions for GitDateParserChristian Halstrick2012-09-172-24/+100
* | Merge "Fix resolving expression with ~ and ^ than extends beyond history"Robin Rosenberg2012-09-182-1/+386
|\ \
| * | Fix resolving expression with ~ and ^ than extends beyond historyDave Borowitz2012-09-181-0/+23
| |/
| * Additional unit tests for the GCSasa Zivkov2012-09-161-1/+363
* | Use assertEquals instead of == for literal primitivesRobin Rosenberg2012-09-167-14/+13
* | Use assertTrue/False instead of equals with boolean literalsRobin Rosenberg2012-09-164-62/+67
|/
* cleanup: use assertArrayEquals for assertion on arraysRobin Rosenberg2012-09-0310-45/+43
* cleanup: Prefer assertEquals over assertTrue(....equals(...))Robin Rosenberg2012-09-0313-44/+43
* Merge "Support branches with name 'config'"Christian Halstrick2012-09-031-0/+13
|\
| * Support branches with name 'config'Christian Halstrick2012-08-211-0/+13
* | Merge "Add tests for more coverage of CheckoutCommand"Matthias Sohn2012-09-031-0/+65
|\ \
| * | Add tests for more coverage of CheckoutCommandRobin Stocker2012-09-031-0/+65
* | | DirCacheCheckout: Fix handling of files not in indexRobin Stocker2012-09-012-9/+38
|/ /
* | Create an input stream that transforms LF to CRLFRobin Rosenberg2012-09-011-0/+122
* | Implement a parser for datesChristian Halstrick2012-08-281-0/+228
* | Merge changes I98df46ce,Ifb815a12,I051a1724Robin Rosenberg2012-08-212-5/+91
|\ \
| * | Support [<ref>]@{upstream} revision syntaxRobin Rosenberg2012-07-201-0/+23
| * | Support parsing previous checkout as a revision expresion.Robin Rosenberg2012-07-202-5/+36
| * | Allow a @ without branch in revision syntaxRobin Rosenberg2012-07-161-0/+32
* | | Merge changes I4f73487b,I1d1ed122Matthias Sohn2012-08-212-1/+3
|\ \ \ | |_|/ |/| |
| * | The Git API's only likes /, not \ in pathsRobin Rosenberg2012-08-211-1/+1
| * | Skip a test that cannot be verified on WindowsRobin Rosenberg2012-08-211-0/+2
* | | Teach BranchTrackingStatus to handle tracking of local branchesMatthias Sohn2012-08-181-0/+40
* | | Improve ours/theirs conflict markers for rebase, cherry-pickRobin Stocker2012-08-183-5/+44
|/ /
* | Fix idOffset when the working tree iterator matches a dircache entryRobin Rosenberg2012-08-151-0/+25
* | Merge "Allow JGit to read C Git rebase state"Christian Halstrick2012-08-131-2/+2
|\ \
| * | Allow JGit to read C Git rebase stateRobin Rosenberg2012-08-071-2/+2
* | | Allow detection of case insensitive file systemsMatthias Sohn2012-08-062-0/+20
* | | Ensure a directory exists before trying to create/merge a file into it.Jevgeni Zelenkov2012-08-062-0/+38
* | | Merge "Fix PlotCommit for commits with duplicate parents"Robin Rosenberg2012-08-051-0/+34
|\ \ \ | |/ / |/| |
| * | Fix PlotCommit for commits with duplicate parentsRobin Rosenberg2012-08-051-0/+34
* | | Merge "Fix resolving of relative file URIs in TransportLocal"Robin Rosenberg2012-07-291-0/+13
|\ \ \
| * | | Fix resolving of relative file URIs in TransportLocalRobin Stocker2012-07-271-0/+13
* | | | Merge "Garbage collector for FileRepositories"Robin Rosenberg2012-07-292-2/+401
|\ \ \ \ | |/ / / |/| | |
| * | | Garbage collector for FileRepositoriesChristian Halstrick2012-07-292-2/+401
* | | | Again teach ResolveMerger to create more correct DirCacheEntry'sChristian Halstrick2012-07-262-0/+468
* | | | Revert "Teach ResolveMerger to create more correct DirCacheEntry's"Shawn Pearce2012-07-242-206/+1
|/ / /
* | | Teach ResolveMerger to create more correct DirCacheEntry'sMarkus Duft2012-07-192-1/+206
* | | Make ApplyCommand create missing parent directories for new filesMarkus Duft2012-07-162-0/+17
| |/ |/|
* | 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