Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-06-04JGit v3.0.0.201306040240-rc3v3.0.0.201306040240-rc3Matthias Sohn46-58/+58
2013-05-29Prepare post 3.0.0-rc2 buildsMatthias Sohn46-58/+58
2013-05-28JGit v3.0.0.201305281830-rc2v3.0.0.201305281830-rc2Matthias Sohn46-58/+58
2013-05-28Support refspecs with wildcard in middle (not only at end)Robin Stocker4-19/+214
2013-05-27Fix multiple bugs in RawSubStringPattern used by MessageRevFilterRobin Stocker2-5/+109
2013-05-25Handle short branch/tag name for setBranch in CloneCommandRobin Stocker2-10/+48
2013-05-25Add missing Bundle-Localization headerMatthias Sohn1-0/+1
2013-05-24Apply tree filter marks when pairing DiffEntry for renamesRobin Stocker1-0/+2
2013-05-21Improve feature names to become understandable by end usersMatthias Sohn6-6/+6
2013-05-19Update kepler orbit version to R20130517111416Matthias Sohn1-1/+1
2013-05-19Fix BatchRefUpdate progress-monitoring so it doesn't count twiceRoberto Tyley2-10/+32
2013-05-16Merge "Fix DiffFormatter NPEs for DiffEntry without content change" into stab...Matthias Sohn2-2/+36
2013-05-16Fix AnyObjectId's generic type declaration of ComparableRoberto Tyley1-5/+1
2013-05-15Fix DiffFormatter NPEs for DiffEntry without content changeRobin Stocker2-2/+36
2013-05-11Fix CommitCommand not to destroy repoChristian Halstrick2-60/+98
2013-05-10Fix the parameters to an exceptionRobin Rosenberg1-20/+18
2013-05-08Prepare post 3.0.0 M7 buildsMatthias Sohn46-58/+58
2013-05-08JGit v3.0.0.201305080800-m7v3.0.0.201305080800-m7Matthias Sohn46-58/+58
2013-05-06Add missing @since tagsMatthias Sohn5-1/+12
2013-05-06Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn50-35/+50
2013-05-05Merge "URIish: Allow multiple slashes in paths"Shawn Pearce2-4/+21
2013-05-05Remove unused repository field from RevWalkDave Borowitz2-10/+2
2013-05-05Merge "Require a DiffConfig when creating a FollowFilter"Shawn Pearce6-28/+47
2013-05-05Require a DiffConfig when creating a FollowFilterDave Borowitz6-28/+47
2013-05-04Add optional feature to install Java 7 supportMatthias Sohn15-19/+481
2013-05-04Extend the FS class for Java7Robin Rosenberg65-61/+3024
2013-05-03Fix line endingsMatthias Sohn5-335/+335
2013-05-03TagCommand should be able to create unannotated tags tooRobin Rosenberg4-45/+95
2013-05-03Add test for RefUpdate delete without HEADRobin Stocker1-1/+16
2013-05-02Merge "Fix warnings about assigning paramter in util.io"Robin Rosenberg5-40/+43
2013-05-01Fix warnings about assigning paramter in util.ioRobin Stocker5-40/+43
2013-05-01Update tags on fetch if --tags or tag refspec specifiedRobin Stocker2-1/+26
2013-05-01Only fetch tags that do not exist locally with auto-followRobin Stocker2-27/+94
2013-04-30ArchiveCommand: Add missing @since tagJonathan Nieder1-0/+2
2013-04-28Abort before delete in FileUtils.delete EMPTY_DIRECTORIES_ONLY|RECURSIVERobin Stocker2-2/+131
2013-04-27Merge "Cleanup imports and javadocs in ArchiveCommand"Robin Rosenberg1-3/+6
2013-04-27Cleanup imports and javadocs in ArchiveCommandRobin Rosenberg1-3/+6
2013-04-27Delete CLIText strings previously used in iplog generatorJonathan Nieder2-6/+0
2013-04-27Merge "Make the Reflog a public API again"Robin Rosenberg24-103/+273
2013-04-27Merge "Remove unused logger from RecursiveMerger"Robin Rosenberg1-3/+0
2013-04-27URIish: Allow multiple slashes in pathsRobin Stocker2-4/+21
2013-04-27Refer to getEntryPathLength in docs of getEntryPathBufferRobin Stocker1-1/+8
2013-04-27Allow deletions to occur when there is no HEADAlex Blewitt1-1/+1
2013-04-26ArchiveCommand: Do not warn for unsupported file modeJonathan Nieder3-13/+7
2013-04-26Add internal porcelain-style API for ArchiveCommandJonathan Nieder4-124/+288
2013-04-26Merge "archive: Release resources before returning"Shawn Pearce1-18/+22
2013-04-26archive: Release resources before returningJonathan Nieder1-18/+22
2013-04-26Remove unused logger from RecursiveMergerJonathan Nieder1-3/+0
2013-04-25Make the Reflog a public API againRobin Rosenberg24-103/+273
2013-04-25Merge "status: Print conflict description for unmerged paths"Robin Rosenberg5-9/+77

Back to the top