aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* Merge "ArchiveCommand: Allow to pass options to underlying stream"Shawn Pearce2015-03-112-1/+58
|\
| * ArchiveCommand: Allow to pass options to underlying streamDavid Ostrovsky2015-02-202-1/+58
* | 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
* | Merge "Add "--long" option to JGit describe"Christian Halstrick2015-03-101-4/+37
|\ \
| * | Add "--long" option to JGit describeChristian Halstrick2015-03-091-4/+37
* | | 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-025-0/+204
|\ \
| * | Support for the commit-msg hook.Laurent Delaigue2015-03-025-0/+204
* | | 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-0211-216/+413
|/ /
* | Add an in-process pack transport for use in testsDave Borowitz2015-02-272-0/+195
* | 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-277-18/+29
|\ \
| * \ Merge "Read user.name and email from environment first" into stable-3.7Christian Halstrick2015-02-251-8/+9
| |\ \
| | * | Read user.name and email from environment firstMatthias Sohn2015-02-241-8/+9
| * | | Provide more details in exceptions thrown when packfile is invalidMatthias Sohn2015-02-176-10/+20
| |/ /
* | | Add/fix since tags for new API for push certificatesMatthias Sohn2015-02-253-3/+6
* | | Merge branch 'stable-3.7'Matthias Sohn2015-02-242-27/+30
|\| |
| * | Use slf4j to log instead of printing to System.errMatthias Sohn2015-02-172-27/+30
* | | Port push certificatesStefan Beller2015-02-237-0/+619
| |/ |/|
* | 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
* | Merge branch 'stable-3.7'Matthias Sohn2015-02-0413-8/+855
|\|
| * Support for the pre-commit hookLaurent Goubet2015-02-025-8/+137
| * Introduce hook support into the FS implementationsLaurent Goubet2015-02-028-0/+714
| * If a pack isn't found on disk remove it from pack listMatthias Sohn2015-01-272-0/+4
* | Add BatchRefUpdate#toString()Dave Borowitz2015-01-271-0/+16
|/
* Merge "Fix integer overflow in DiffFormatter when context is set to large int"Shawn Pearce2015-01-271-4/+4
|\
| * Fix integer overflow in DiffFormatter when context is set to large intIlmars Poikans2014-12-011-4/+4
* | Merge "Handle invalid tree extensions"Shawn Pearce2015-01-271-1/+1
|\ \
| * | Handle invalid tree extensionsChristian Halstrick2015-01-261-1/+1
* | | InMemoryRepository: Ensure new ref targets exist in the repoDave Borowitz2015-01-261-0/+13
|/ /
* | Merge "Ensure GitCommand's "callable" guard is thread-safe"Christian Halstrick2015-01-231-3/+4
|\ \
| * | Ensure GitCommand's "callable" guard is thread-safeMatthias Sohn2015-01-211-3/+4
* | | Merge changes I05be0a5b,Ieee334f4Christian Halstrick2015-01-232-0/+17
|\ \ \
| * | | Document that repo returned by SubmoduleAddCommand needs to be closedMatthias Sohn2015-01-221-0/+11
| * | | Document that Git instance returned by CloneCommand needs to be closedMatthias Sohn2015-01-221-0/+6
| |/ /
* / / Silence non-externalized string warnings in RepoCommandMatthias Sohn2015-01-221-4/+4
|/ /
* | Merge remote-tracking branch 'origin/stable-3.6'Matthias Sohn2015-01-212-10/+32
|\ \
| * | Don't remove pack from pack list for problems which could be transientMatthias Sohn2015-01-212-15/+20