summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge "Fix InterruptTimer leak in BasePackConnection"Shawn Pearce2015-12-161-1/+3
|\ \ \ \
| * | | | Fix InterruptTimer leak in BasePackConnectionMatthias Sohn2015-12-161-1/+3
| |/ / /
* | | | Merge "Fix NPE in HttpSupport"Shawn Pearce2015-12-161-13/+14
|\ \ \ \
| * | | | Fix NPE in HttpSupportMatthias Sohn2015-12-161-13/+14
| |/ / /
* | | | Merge "Refspec: loosen restrictions on wildcard "*""Shawn Pearce2015-12-152-19/+35
|\ \ \ \
| * | | | Refspec: loosen restrictions on wildcard "*"Marc Strapetz2015-10-212-19/+35
* | | | | Merge "BaseRepositoryBuilder should trim CR from .git symref"Shawn Pearce2015-12-151-1/+2
|\ \ \ \ \
| * | | | | BaseRepositoryBuilder should trim CR from .git symrefMarc Strapetz2015-11-031-1/+2
* | | | | | Merge "Fix possible arithmetic overflow when setting a timeout"Shawn Pearce2015-12-151-1/+2
|\ \ \ \ \ \
| * | | | | | Fix possible arithmetic overflow when setting a timeoutChristian Halstrick2015-12-151-1/+2
* | | | | | | Merge "Accept UTF8 BOM with BlobBasedConfig"Shawn Pearce2015-12-151-1/+9
|\ \ \ \ \ \ \
| * | | | | | | Accept UTF8 BOM with BlobBasedConfigDoug Kelly2015-12-091-1/+9
* | | | | | | | Merge "Bug 484342: Support @ in username in SSH url."Shawn Pearce2015-12-152-1/+43
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Bug 484342: Support @ in username in SSH url.Mike Gilbode2015-12-152-1/+43
* | | | | | | | Fix push with jgit pgm failing with "unauthorized"Matthias Sohn2015-12-155-2/+20
* | | | | | | | Enable retrieval of credentials from .netrc for AwtCredentialsProviderMatthias Sohn2015-12-151-1/+6
* | | | | | | | Merge "NetRCCredentialsProvider should return false if any item is missing"Christian Halstrick2015-12-153-9/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | NetRCCredentialsProvider should return false if any item is missingMatthias Sohn2015-12-083-9/+15
* | | | | | | | | Merge "Fix ChainingCredentialsProvider"Christian Halstrick2015-12-151-2/+8
|\| | | | | | | | | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Fix ChainingCredentialsProviderMatthias Sohn2015-12-081-2/+8
* | | | | | | | Null-annotated Ref class and fixed related compiler errorsAndrey Loskutov2015-12-1522-92/+244
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge "push: Do not blindly overwrite peer"Shawn Pearce2015-12-144-4/+156
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | push: Do not blindly overwrite peerShawn Pearce2015-12-144-4/+156
* | | | | | | Fix FileTreeIterator.idSubmodule(Entry)Christian Halstrick2015-12-132-6/+4
* | | | | | | URIish: fixed full uri pattern not expecting end of line after host nameAndrey Loskutov2015-12-122-4/+23
* | | | | | | Add remote command to JGit CLIKaloyan Raev2015-12-1116-2/+1307
| |_|/ / / / |/| | | | |
* | | | | | Merge "Fix NPE in HttpAuthMethod"Christian Halstrick2015-12-081-1/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fix NPE in HttpAuthMethodMatthias Sohn2015-12-071-1/+2
| |/ / / /
* / / / / Use runtime retention for Nullable annotationJonathan Nieder2015-12-071-4/+35
|/ / / /
* | | | Support atomic push in JGit clientShawn Pearce2015-12-029-34/+446
* | | | Fix wrong @since tag In ReceiveCommandMatthias Sohn2015-12-021-1/+1
* | | | ReceiveCommand.filter: Accept IterableShawn Pearce2015-12-011-7/+28
* | | | Merge changes If1490ca2,Ife950253Shawn Pearce2015-11-305-62/+167
|\ \ \ \
| * | | | DirCacheBuilder: Speed up reading from treesShawn Pearce2015-11-302-19/+53
| * | | | Delay locating .gitattributes until requestedShawn Pearce2015-11-293-43/+114
* | | | | DirCache: Add helper to read from a treeShawn Pearce2015-11-293-36/+27
|/ / / /
* | | | DirCache: Fix bad code formattingShawn Pearce2015-11-282-8/+9
* | | | DirCacheEntry: Speed up creation by avoiding string castShawn Pearce2015-11-284-26/+34
* | | | DirCache: Fix getEntriesWithin("") to not include null entriesShawn Pearce2015-11-271-2/+2
* | | | Fix performance regression in CanonicalTreeParserShawn Pearce2015-11-271-15/+12
* | | | Add support for smudge filtersChristian Halstrick2015-11-274-19/+234
* | | | Add support for clean filtersChristian Halstrick2015-11-2713-9/+546
* | | | Add the new class Attributes holding multiple Attribute(s)Ivan Motsch2015-11-2713-60/+306
* | | | Fix unit tests on WindowsChristian Halstrick2015-11-262-22/+21
* | | | Add missing @since tags and missing javadocMatthias Sohn2015-11-256-3/+35
* | | | Fix HookTest when running on Win32_CygwinChristian Halstrick2015-11-261-13/+8
* | | | Fix FS.runProcess() to close the InputStreamChristian Halstrick2015-11-261-6/+7
* | | | repo: Do not use search path to find refs/remotes/origin/<branch>Jonathan Nieder2015-11-251-1/+4
* | | | Repository: Introduce exactRef and findRef, deprecate getRefJonathan Nieder2015-11-2523-195/+246
* | | | Null-annotated RefDatabase classAndrey Loskutov2015-11-251-2/+17