aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* Only increment mod count if packed-refs file changesKevin Sawicki2012-05-281-0/+32
* 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
* | Compare repository format version as parsed longKevin Sawicki2012-03-212-3/+49
* | Copy all branch configuration values when renamingKevin Sawicki2012-03-211-0/+172
|/
* LogCommand#setMaxCount affects all commitsTomasz Zarna2012-03-181-4/+32
* Revert "Quickfix for AutoCRLF handling"Shawn O. Pearce2012-03-151-30/+1
* Only unstash files changed when originally stashedKevin Sawicki2012-03-131-0/+110
* Move JGitText to an internal packageRobin Rosenberg2012-03-1210-10/+10
* Merge changes Ic0ee9c08,Ia3e82682,I8d8ab547,I8f2cd0a0,I45823b0c,Ie22ac47eShawn Pearce2012-03-121-10/+8
|\
| * cleanup: Remove unneeded parameter to private method in RefUpdateTestRobin Rosenberg2012-03-091-10/+8
* | Keep submodules in index that are missing in working directoryKevin Sawicki2012-03-101-0/+37
* | Merge "EolCanonicalizingInputStream: binary detection should be optional"Robin Rosenberg2012-03-091-8/+19
|\ \
| * | EolCanonicalizingInputStream: binary detection should be optionalMarc Strapetz2012-02-211-8/+19
* | | Fix rebase > continue when nothing left to commit.Markus Duft2012-03-091-2/+58
| |/ |/|
* | Remove ambiguous CheckoutConflictExceptionTomasz Zarna2012-03-062-4/+5
* | Reuse Git object created in setUpKevin Sawicki2012-03-051-9/+9
* | Set person and message on stash ref updateKevin Sawicki2012-03-051-0/+23
* | Support insteadOf and pushInsteadOf URL replacementKevin Sawicki2012-03-051-0/+63
* | Merge "Quickfix for AutoCRLF handling"Chris Aniszczyk2012-03-051-1/+30
|\ \
| * | Quickfix for AutoCRLF handlingRobin Rosenberg2012-03-031-1/+30
* | | RawText#getEOL() does the same thing as RawText#getLineDelimiter()Tomasz Zarna2012-03-051-1/+1
* | | Add ApplyCommand to JGit APITomasz Zarna2012-03-041-0/+191
* | | Allow to get end-of-line characters for a RawTextTomasz Zarna2012-03-021-0/+41
* | | Load .gitmodules config before adding values to itSascha Scholz2012-03-021-0/+41
* | | Modify refs in UploadPack/ReceivePack using a hook interfaceDave Borowitz2012-02-291-13/+14
* | | Add command support for applying a stashed commitKevin Sawicki2012-02-281-0/+346
* | | Add support for creating a stashed commitKevin Sawicki2012-02-281-0/+397
* | | Add all paths option to CheckoutCommandKevin Sawicki2012-02-261-0/+10
* | | Add support for autosetuprebase to the CloneCommandStefan Lay2012-02-231-0/+53
| |/ |/|
* | Generate conflicts and index updates on file mode changesChristian Halstrick2012-02-131-1/+202
* | Support gitdir references in working tree .git fileKevin Sawicki2012-02-081-4/+99