Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-23Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgitMatthias Sohn8-260/+824
2015-03-19Add missing @since tag to DiffInterruptedExceptionMatthias Sohn1-0/+1
2015-03-18Revert "CommitBuilder should check for duplicate parents"Jonathan Nieder3-39/+7
2015-03-18Merge changes I51167503,I794eca3aDave Borowitz1-11/+46
2015-03-18TemporaryBuffer: Clear block pointer list instead of reallocatingDave Borowitz1-6/+4
2015-03-18TemporaryBuffer: Allow presizing block pointer listDave Borowitz1-5/+42
2015-03-18Merge "Make MyersDiff interruptible"Christian Halstrick2-0/+57
2015-03-18InMemoryRepository: Use a real Builder classDave Borowitz1-6/+13
2015-03-18Git: Don't close underlying repo if it came from from a callerDave Borowitz1-22/+41
2015-03-17Make MyersDiff interruptibleHugo Arès2-0/+57
2015-03-13CommitBuilder should check for duplicate parentsChristian Halstrick3-7/+39
2015-03-12TestRepository: Add a reset method to move HEAD aroundDave Borowitz1-15/+42
2015-03-12Fix compile error due to missing dependencies and since tagsMarkus Duft2-0/+2
2015-03-11Merge "ArchiveCommand: Allow to pass options to underlying stream"Shawn Pearce2-1/+58
2015-03-10Merge changes I627681be,I334034a2Shawn Pearce1-8/+17
2015-03-10TreeWalk: Do not close reader passed explicitly to constructorDave Borowitz1-4/+16
2015-03-10TreeWalk: Stop using deprecated ObjectReader#release()Dave Borowitz1-4/+1
2015-03-10Make s3 domain dynamic to support different s3 regionsMatthew Spurrier1-4/+10
2015-03-10RevWalk: Do not close reader passed explicitly to constructorDave Borowitz1-7/+18
2015-03-10RevWalk: Stop using deprecated ObjectReader#release()Dave Borowitz1-2/+2
2015-03-10Merge "Add "--long" option to JGit describe"Christian Halstrick1-4/+37
2015-03-10Remove AutoCloseable from internal PackFile and friendsShawn Pearce4-5/+4
2015-03-10PushCertificateParser: Fix check for blank line after headerShawn Pearce1-1/+1
2015-03-10Cleanup some push certificate related javadocShawn Pearce2-45/+22
2015-03-09Fix an invalid format stringDavid Pletcher1-3/+12
2015-03-09Add "--long" option to JGit describeChristian Halstrick1-4/+37
2015-03-02Merge "Support for the commit-msg hook."Matthias Sohn5-0/+204
2015-03-02Merge "Allow public access to PackIndex"Shawn Pearce1-1/+11
2015-03-02Allow public access to PackIndexDavid Pletcher1-1/+11
2015-03-02Support for the commit-msg hook.Laurent Delaigue5-0/+204
2015-03-02Refactored pre-commit hook to make it less invasive.Laurent Delaigue13-217/+415
2015-02-28Add an in-process pack transport for use in testsDave Borowitz3-0/+196
2015-02-27Extract classes for transport within a JGit processDave Borowitz3-174/+305
2015-02-27Add missing since tags for new APIMatthias Sohn2-0/+4
2015-02-27Merge branch 'stable-3.7'Matthias Sohn8-21/+33
2015-02-27Prepare 3.7.1-SNAPSHOT buildsMatthias Sohn3-39/+39
2015-02-26JGit v3.7.0.201502260915-rv3.7.0.201502260915-rMatthias Sohn3-4/+4
2015-02-25Merge "Read user.name and email from environment first" into stable-3.7Christian Halstrick1-8/+9
2015-02-25Add/fix since tags for new API for push certificatesMatthias Sohn3-3/+6
2015-02-24Merge branch 'stable-3.7'Matthias Sohn4-27/+36
2015-02-24Read user.name and email from environment firstMatthias Sohn1-8/+9
2015-02-24Port push certificatesStefan Beller8-0/+620
2015-02-20ArchiveCommand: Allow to pass options to underlying streamDavid Ostrovsky2-1/+58
2015-02-17Provide more details in exceptions thrown when packfile is invalidMatthias Sohn7-13/+24
2015-02-17Use slf4j to log instead of printing to System.errMatthias Sohn4-27/+36
2015-02-09Implement AutoClosable interface on classes that used release()Matthias Sohn8-22/+131
2015-02-09Implement AutoClosable interface to support try-with-resources blockMatthias Sohn6-6/+7
2015-02-09Set minimum required Java version to Java 7Matthias Sohn3-5/+5
2015-02-04Merge branch 'stable-3.7'Matthias Sohn14-8/+859
2015-02-04Prepare post 3.7.0.201502031740-rc1 buildsMatthias Sohn3-4/+4

Back to the top