summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use fileAttributes to get more attributes in one goRobin Rosenberg2014-02-121-1/+1
* | Fix RevWalkUtils.findBranchesReachableFrom not finding some branchesRobin Stocker2014-02-111-0/+128
* | Add symlink support to JGitRobin Rosenberg2014-02-101-1/+4
* | Failing to delete a directory with untracked content is actually okRobin Rosenberg2014-02-101-5/+4
* | Ban dangerous ref names in WindowsRobin Rosenberg2014-02-051-0/+23
* | Reset internal state canonical length in WorkingTreeIterator when movingRobin Rosenberg2014-02-031-1/+14
* | Fix for core.autocrlf=input resulting in modified fileRobin Rosenberg2014-02-022-3/+40
* | Do not report ignored directories as untrackedMatthias Sohn2014-01-191-0/+47
* | Add git checkout --orphan implementationSATO taichi2014-01-171-0/+96
* | Fix fast forward rebase with rebase.autostash=trueStefan Lay2014-01-151-0/+39
|/
* Upgrade javaewah to version 0.7.9Colby Ranger2014-01-133-3/+3
* Merge branch 'stable-3.2'Matthias Sohn2013-12-132-37/+232
|\
| * Don't use API exception in RebaseTodoLineChristian Halstrick2013-12-111-36/+114
| * Merge "Fix aborting rebase with detached head" into stable-3.2Robin Rosenberg2013-12-101-0/+63
| |\
| | * Fix aborting rebase with detached headStefan Lay2013-12-101-0/+63
| * | Add recursive variant of Config.getNames() methodsMatthias Sohn2013-12-061-1/+55
| |/
* / Prepare 3.3.0-SNAPSHOT buildsMatthias Sohn2013-12-052-36/+36
|/
* Implement rebase.autostashStefan Lay2013-12-041-0/+137
* Merge "More helpful InvalidPathException messages (include reason)"Christian Halstrick2013-12-041-1/+1
|\
| * More helpful InvalidPathException messages (include reason)Robin Stocker2013-12-031-1/+1