summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Prepare 3.4.0-SNAPSHOT buildsMatthias Sohn2014-05-062-2/+2
* JGit v3.4.0.201405051725-m7v3.4.0.201405051725-m7Matthias Sohn2014-05-052-2/+2
* blame: Fix merges, where merge result differs only by whitespaceKonrad Kügler2014-05-031-0/+31
* Fix push to repo with non-fetched refsJean-Jacques Lafay2014-04-301-1/+70
* Add methods to Repository to handle remote namesRobin Rosenberg2014-04-271-0/+46
* Merge changes Ia4df9808,I83e8a321,Id0e7663b,Ib809b00c,I88a6ee07Shawn Pearce2014-04-252-0/+241
|\
| * Added implementation of copyfile rule.Yuxuan 'fishy' Wang2014-04-231-0/+35
| * Added groups support to repo subcommand.Yuxuan 'fishy' Wang2014-04-231-6/+118
| * Implemented first part of the repo sub-command.Yuxuan 'fishy' Wang2014-04-232-0/+94
* | Remove streaming delta support from JGitDoug Kelly2014-04-242-372/+66
|/
* Blame correctly in the presence of conflicting mergesKonrad Kügler2014-04-171-0/+70
* Merge changes Id9a641dd,If2ee1f42Robin Rosenberg2014-04-091-0/+80
|\
| * Added TestCase for 7d5e1f Fixed RevWalk.isMergedInto()Sven Selberg2014-04-091-0/+80
* | Fix ValidRefNameTest on WindowsRobin Rosenberg2014-04-061-23/+55
* | Fix FileTreeIteratorTest#testIsModifiedFileSmudged() on WindowsRobin Rosenberg2014-04-061-0/+5
* | Fix ObjectChecker when normalization is enabledShawn Pearce2014-04-031-2/+11
* | Add launchers for running tests with Java 8Robin Rosenberg2014-03-291-0/+29
* | Make sure we include the Java 7 module in tests when using JDK 8Robin Rosenberg2014-03-291-1/+1
* | Interactive rebase: Fix order of commit messages on squashStefan Lay2014-03-271-5/+5
* | Fix GarbageCollection not to pack HEADChristian Halstrick2014-03-261-0/+68
* | Fix NameRevCommand when repo has no annotated tagsDave Borowitz2014-03-251-0/+14
|/
* Fix text alignment in history plot rendererRüdiger Herrmann2014-03-131-0/+153
* Merge changes I1a225c1b,Ie4d5f082,I41f24363,I9440dd25,I170b6f64,I02e964d1,Iec...Shawn Pearce2014-03-121-0/+210
|\
| * Check for duplicate names after folding case in ObjectCheckerShawn Pearce2014-03-121-0/+56
| * Change DirCacheCheckout to verify path using ObjectCheckerShawn Pearce2014-03-121-0/+10
| * Reject mixed case .git on Mac OS in ObjectCheckerShawn Pearce2014-03-121-1/+15
| * Reject special Windows device names in ObjectCheckerShawn Pearce2014-03-121-0/+24
| * Allow an ObjectChecker to reject special characters for WindowsShawn Pearce2014-03-121-0/+85
| * Reject '.git' as a tree name in ObjectCheckerShawn Pearce2014-03-121-0/+13
| * Permit ObjectChecker to optionally accept leading '0' in treesShawn Pearce2014-03-121-0/+8
* | Rename test class so it is also executed during maven test phaseChristian Halstrick2014-03-121-1/+1
|/
* Take core.autocrlf into account for blame annotationsKonrad Kügler2014-03-101-0/+61
* Prepare 3.4.0-SNAPSHOT buildsMatthias Sohn2014-03-052-37/+37
* Merge branch 'stable-3.3'Matthias Sohn2014-03-053-37/+69
|\
| * Prepare 3.3.1-SNAPSHOT buildsMatthias Sohn2014-03-052-37/+37
| * JGit v3.3.0.201403021825-rv3.3.0.201403021825-rMatthias Sohn2014-03-032-2/+2
| * Fix merge/cherry-picking in CRLF modeRobin Rosenberg2014-03-021-0/+32
* | Merge "Add setContains to ListBranchCommand (branch --contains)"Robin Rosenberg2014-03-031-0/+14
|\ \ | |/ |/|
| * Add setContains to ListBranchCommand (branch --contains)Robin Stocker2014-01-141-0/+14
* | Prepare post 3.3.0RC1 buildsMatthias Sohn2014-02-202-2/+2
* | JGit v3.3.0.201402191814-rc1v3.3.0.201402191814-rc1Matthias Sohn2014-02-202-2/+2
* | [findBugs] Don't ignore exceptional return value of File.mkdir()Matthias Sohn2014-02-181-1/+2
* | [findBugs] Don't rely on default encodingMatthias Sohn2014-02-181-1/+1
* | [findBugs] Don't call toString() on a stringMatthias Sohn2014-02-181-1/+1
* | Fix diff header on renamed or copied filesShawn Pearce2014-02-181-0/+23
* | Introduce an abstraction for HTTP connectionsChristian Halstrick2014-02-182-12/+13
* | Allow programmatic remote configuration for PullCommandMatthias Sohn2014-02-141-0/+65
* | Use branch.<x>.mergeoptions and merge.ff as defaults for mergingKonrad Kügler2014-02-141-0/+47
* | Non-Fast-Forward Ref-Updates: Omit isMergedInto() callsRoberto Tyley2014-02-132-1/+21
* | Initialise ReceiveCommand status to NOT_ATTEMPTED for all constructorsRoberto Tyley2014-02-131-3/+1