aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use try-with-resource to close resources in DirCacheMatthias Sohn2015-04-031-4/+1
* Use try-with-resources to close walks in ArchiveCommandMatthias Sohn2015-04-021-6/+2
* Buffer overflow output streamShawn Pearce2015-04-011-1/+2
* Fix overflow stream leak during merge conflictsShawn Pearce2015-04-011-2/+3
* Use local GIT_DIR for overflow during merge conflictsShawn Pearce2015-04-011-1/+2
* Use try-with-resources and BufferedOutputStream for local merge conflictsShawn Pearce2015-04-011-5/+5
* Optimize EolAwareOutputStream for bulk outputShawn Pearce2015-04-011-0/+8
* ResolveMerge only needs to visit differing TreeEntriesMatthias Sohn2015-03-311-0/+2
* Do not add a newline at the end if neither merged side had oneAndré de Oliveira2015-03-275-54/+288
* Make RepositoryState.REBASING_MERGE reachable again.Laurent Delaigue2015-03-273-8/+10
* Fix RecursiveMerger in case of multiple, independent base commitsChristian Halstrick2015-03-252-4/+71
* TestRepository: Add a cherryPick methodDave Borowitz2015-03-233-1/+142
* 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