aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* 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-0411-0/+290
* | 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
* | Prepare 2.0.0-SNAPSHOT buildsMatthias Sohn2012-02-162-34/+34
* | Prepare post 1.3.0.201202151440-r buildstable-1.3Matthias Sohn2012-02-162-2/+2
* | JGit 1.3.0.201202151440-rv1.3.0.201202151440-rMatthias Sohn2012-02-152-2/+2
* | Generate conflicts and index updates on file mode changesChristian Halstrick2012-02-131-1/+202
* | Prepare post 1.3.0.201202121842-rc4 buildsMatthias Sohn2012-02-132-2/+2
* | JGit 1.3.0.201202121842-rc4v1.3.0.201202121842-rc4Matthias Sohn2012-02-132-2/+2
* | Support gitdir references in working tree .git fileKevin Sawicki2012-02-081-4/+99
* | Support committing submodule updatesKevin Sawicki2012-01-301-0/+106
|/
* Move writeTrashFile and deleteFile into JGitTestUtilDariusz Luksza2012-01-251-5/+3
* Add command support for listing stashed commitsKevin Sawicki2012-01-201-0/+136
* Merge "Support relative submodule URLs on init/add/sync"Matthias Sohn2012-01-183-13/+331
|\
| * Support relative submodule URLs on init/add/syncKevin Sawicki2012-01-173-13/+331
* | Add BranchTrackingStatus for getting remote tracking statusRobin Stocker2012-01-161-0/+104
* | Add BranchConfig helper for access to branch config sectionRobin Stocker2012-01-161-0/+116
* | Add RevWalkUtils with count(start, end) methodRobin Stocker2012-01-161-0/+103
|/
* Merge "Support more of AutoCRLF"Christian Halstrick2012-01-165-3/+248
|\
| * Support more of AutoCRLFRobin Rosenberg2012-01-105-3/+248
* | Fix resolution of tree when path is emptyRobin Rosenberg2012-01-151-0/+4
* | Make sure all bytes are written to files on close, or get an error.Robin Rosenberg2012-01-153-7/+7
* | Resolve ~ with no trailing number as the first parent commitKevin Sawicki2012-01-141-0/+5
* | Cannot commit -o file with only file permission changeRobin Rosenberg2012-01-131-0/+31
|/
* Merge "Provide helper for unlocking a file"Matthias Sohn2012-01-101-0/+83
|\
| * Provide helper for unlocking a fileKevin Sawicki2012-01-091-0/+83
* | Add options for setting context lines and prefixes to DiffCommandTomasz Zarna2012-01-091-0/+44
|/
* Retain executable mode of existing files on WindowsKevin Sawicki2012-01-032-0/+253
* Add support for cloning submodules to CloneCommandKevin Sawicki2012-01-021-0/+47
* Skip a number commits before starting to show the commit outputTomasz Zarna2012-01-022-9/+130
* Add constant for default name for the Git repo configurationTomasz Zarna2012-01-023-4/+5
* Add comand support for git-submoduleKevin Sawicki2011-12-287-0/+1162
* Merge branch 'stable-1.2'Matthias Sohn2011-12-262-0/+100
|\
| * JGit v1.2.0.201112221803-rv1.2.0.201112221803-rstable-1.2Matthias Sohn2011-12-232-2/+2
| * Enforce the use of Java5 API:s only (with a few exceptions)Robin Rosenberg2011-12-162-0/+100
* | Merge "Limit the number of commits in LogCommand output"Robin Rosenberg2011-12-232-0/+110
|\ \
| * | Limit the number of commits in LogCommand outputTomasz Zarna2011-12-232-0/+110