summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TestRepository: Support committing to unborn symrefDave Borowitz2015-03-122-2/+11
* TestRepository: Expose some getters for CommitBuilderDave Borowitz2015-03-121-0/+16
* TestRepository: Add methods to amend commits or refsDave Borowitz2015-03-122-13/+192
* TestRepository: Add a reset method to move HEAD aroundDave Borowitz2015-03-123-15/+180
* TestRepository: Optionally insert Change-Id in commit messageDave Borowitz2015-03-122-1/+113
* Merge topic 'testrepo'Shawn Pearce2015-03-121-83/+90
|\
| * TestRepository: Allow custom author/committer per-commitDave Borowitz2015-03-111-9/+32
| * TestRepository: Use try-with-resources where appropriateDave Borowitz2015-03-111-74/+58
* | Fix compile error due to missing dependencies and since tagsMarkus Duft2015-03-123-0/+3
|/
* Merge "ArchiveCommand: Allow to pass options to underlying stream"Shawn Pearce2015-03-119-17/+232
|\
| * ArchiveCommand: Allow to pass options to underlying streamDavid Ostrovsky2015-02-209-17/+232
* | Merge changes I627681be,I334034a2Shawn Pearce2015-03-101-8/+17
|\ \
| * | TreeWalk: Do not close reader passed explicitly to constructorDave Borowitz2015-03-101-4/+16
| * | TreeWalk: Stop using deprecated ObjectReader#release()Dave Borowitz2015-03-101-4/+1
* | | Make s3 domain dynamic to support different s3 regionsMatthew Spurrier2015-03-101-4/+10
|/ /
* | RevWalk: Do not close reader passed explicitly to constructorDave Borowitz2015-03-101-7/+18
* | RevWalk: Stop using deprecated ObjectReader#release()Dave Borowitz2015-03-101-2/+2
* | Update all standard maven plugins to latest versionsDave Borowitz2015-03-101-9/+9
* | Merge "Add "--long" option to JGit describe"Christian Halstrick2015-03-105-6/+81
|\ \
| * | Add "--long" option to JGit describeChristian Halstrick2015-03-095-6/+81
* | | Remove AutoCloseable from internal PackFile and friendsShawn Pearce2015-03-094-5/+4
* | | PushCertificateParser: Fix check for blank line after headerShawn Pearce2015-03-091-1/+1
* | | Cleanup some push certificate related javadocShawn Pearce2015-03-092-45/+22
* | | Fix an invalid format stringDavid Pletcher2015-03-091-3/+12
|/ /
* | Merge "Support for the commit-msg hook."Matthias Sohn2015-03-026-0/+262
|\ \
| * | Support for the commit-msg hook.Laurent Delaigue2015-03-026-0/+262
* | | Merge "Allow public access to PackIndex"Shawn Pearce2015-03-021-1/+11
|\ \ \ | |/ / |/| |
| * | Allow public access to PackIndexDavid Pletcher2015-03-021-1/+11
* | | Refactored pre-commit hook to make it less invasive.Laurent Delaigue2015-03-0217-238/+435
|/ /
* | Add an in-process pack transport for use in testsDave Borowitz2015-02-275-0/+445
* | Extract classes for transport within a JGit processDave Borowitz2015-02-273-174/+305
* | Add missing since tags for new APIMatthias Sohn2015-02-272-0/+4
* | Merge branch 'stable-3.7'Matthias Sohn2015-02-2711-23/+52
|\ \
| * | Prepare 3.7.1-SNAPSHOT buildsMatthias Sohn2015-02-2755-269/+269
| * | JGit v3.7.0.201502260915-rv3.7.0.201502260915-rMatthias Sohn2015-02-2655-59/+59
| * | Merge "Read user.name and email from environment first" into stable-3.7Christian Halstrick2015-02-252-8/+26
| |\ \
| | * | Read user.name and email from environment firstMatthias Sohn2015-02-242-8/+26
| * | | Provide more details in exceptions thrown when packfile is invalidMatthias Sohn2015-02-178-14/+25
| |/ /
* | | Add/fix since tags for new API for push certificatesMatthias Sohn2015-02-253-3/+6
* | | Merge branch 'stable-3.7'Matthias Sohn2015-02-2415-85/+249
|\| |
| * | Add log4j and slf4j-log4j bridge to jgit featureMatthias Sohn2015-02-177-3/+42
| * | Use slf4j to log instead of printing to System.errMatthias Sohn2015-02-1711-30/+62
| * | Use Target Platform Definition DSL to generate target platformsMatthias Sohn2015-02-179-58/+151
* | | Port push certificatesStefan Beller2015-02-238-0/+620
| |/ |/|
* | Move console classes to pgm bundleMatthias Sohn2015-02-1033-1208/+44
* | Implement AutoClosable interface on classes that used release()Matthias Sohn2015-02-098-22/+131
* | Implement AutoClosable interface to support try-with-resources blockMatthias Sohn2015-02-096-6/+7
* | Set minimum required Java version to Java 7Matthias Sohn2015-02-0949-119/+81
* | Merge branch 'stable-3.7'Matthias Sohn2015-02-0422-11/+1117
|\|
| * Add option --orphan for checkoutRĂ¼diger Herrmann2015-02-043-3/+19