aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api
Commit message (Expand)AuthorAgeFilesLines
* Update smudged entries when writing indexKevin Sawicki2012-05-283-0/+188
* Ensure resetting on commit idDariusz Luksza2012-05-231-0/+20
* Make output stream optional in DiffCommandKevin Sawicki2012-05-101-0/+19
* Enable large file supportRobin Rosenberg2012-04-181-0/+236
* 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
| |/
* / Recurse into cloned submodulesKevin Sawicki2012-04-011-0/+87
|/
* Add command support for dropping a stashed commitKevin Sawicki2012-03-211-0/+298
* 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
* Keep submodules in index that are missing in working directoryKevin Sawicki2012-03-101-0/+37
* Fix rebase > continue when nothing left to commit.Markus Duft2012-03-091-2/+58
* Remove ambiguous CheckoutConflictExceptionTomasz Zarna2012-03-061-2/+4
* Reuse Git object created in setUpKevin Sawicki2012-03-051-9/+9
* Set person and message on stash ref updateKevin Sawicki2012-03-051-0/+23
* 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
* | 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
* | Support committing submodule updatesKevin Sawicki2012-01-301-0/+106
|/
* Add command support for listing stashed commitsKevin Sawicki2012-01-201-0/+136
* Merge "Support more of AutoCRLF"Christian Halstrick2012-01-162-0/+81
|\
| * Support more of AutoCRLFRobin Rosenberg2012-01-102-0/+81
* | Cannot commit -o file with only file permission changeRobin Rosenberg2012-01-131-0/+31
|/
* 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-021-9/+46
* Merge "Limit the number of commits in LogCommand output"Robin Rosenberg2011-12-231-0/+26
|\
| * Limit the number of commits in LogCommand outputTomasz Zarna2011-12-231-0/+26
* | DiffFormatter#format(List) fails unless #scan(ATI, ATI) is called firstTomasz Zarna2011-12-231-6/+104
|/
* Fix MergeCommandTest to pass if File.executable is not supportedRobin Rosenberg2011-12-151-4/+12
* Fix ResolveMerger not to add paths with FileMode 0Christian Halstrick2011-12-111-0/+75
* Always checkout master when it matches the advertised HEADKevin Sawicki2011-11-281-0/+16
* Guard against null branch in PullCommandKevin Sawicki2011-11-221-0/+12
* Support adding all refs to LogCommandKevin Sawicki2011-11-221-0/+91
* [blame] Fix blame following renames in non-toplevel directoriesCarsten Pfeiffer2011-11-102-11/+101
* Don't throw away the stack trace when tests failRobin Rosenberg2011-11-062-120/+82
* Close the repo in CloneCommandTestRobin Rosenberg2011-10-261-0/+1
* Add blame unit test for file that is renamed twice.Kevin Sawicki2011-09-301-0/+42
* Fix status in index entries after checkout of pathsChristian Halstrick2011-09-281-0/+52
* Test the reflog message for commit, cherry-pick, revert and mergeRobin Rosenberg2011-09-214-1/+61