summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
* 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-251-0/+240
|\
| * 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-231-0/+93
* | 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
* | 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
* Merge branch 'stable-3.3'Matthias Sohn2014-03-051-0/+32
|\
| * 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
* | [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-181-12/+12
* | 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