summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JGit v4.0.0.201503231230-m1v4.0.0.201503231230-m1Matthias Sohn2015-03-2346-49/+49
* Include slf4j and log4j in jgit command lineMatthias Sohn2015-03-233-0/+42
* Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgitMatthias Sohn2015-03-2379-3390/+580
* Add missing @since tag to DiffInterruptedExceptionMatthias Sohn2015-03-191-0/+1
* Revert "CommitBuilder should check for duplicate parents"Jonathan Nieder2015-03-185-147/+33
* Merge changes I51167503,I794eca3aDave Borowitz2015-03-182-11/+71
|\
| * TemporaryBuffer: Clear block pointer list instead of reallocatingDave Borowitz2015-03-181-6/+4
| * TemporaryBuffer: Allow presizing block pointer listDave Borowitz2015-03-182-5/+67
* | Merge "Make MyersDiff interruptible"Christian Halstrick2015-03-182-0/+57
|\ \ | |/ |/|
| * Make MyersDiff interruptibleHugo Arès2015-03-172-0/+57
* | InMemoryRepository: Use a real Builder classDave Borowitz2015-03-181-6/+13
* | TestRepository: Expose a Git instanceDave Borowitz2015-03-181-0/+12
* | Git: Don't close underlying repo if it came from from a callerDave Borowitz2015-03-171-22/+41
|/
* Fix string externalization warnings in BaseFormatMatthias Sohn2015-03-123-4/+8
* Add missing @since tags for new API methods in archive bundleMatthias Sohn2015-03-126-0/+17
* CommitBuilder should check for duplicate parentsChristian Halstrick2015-03-125-33/+147
* CLI status should support --untracked-filesKaloyan Raev2015-03-126-219/+568
* TestRepository: Allow setting explicit Change-IdDave Borowitz2015-03-122-9/+33
* TestRepository: Ignore existing Change-Id in messageDave Borowitz2015-03-122-0/+14
* 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