summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Un-ignored existing CLI tests which run just fine on Java 7+Andrey Loskutov2015-12-292-13/+2
* Don't treat command termination due '-h' option as a fatal errorAndrey Loskutov2015-12-296-20/+208
* Provide a root cause for aborted commandsAndrey Loskutov2015-12-292-1/+29
* Simplify development of commands: added main() to CLIGitCommandAndrey Loskutov2015-12-284-2/+44
* DirCacheEditor: Cleanup DeleteTree constructorShawn Pearce2015-12-281-4/+5
* DirCacheEditor: Fix formatting to avoid , at start of lineShawn Pearce2015-12-281-3/+5
* Merge "AddCommand: Avoid unnecessary string conversions"Shawn Pearce2015-12-281-11/+17
|\
| * AddCommand: Avoid unnecessary string conversionsShawn Pearce2015-12-231-11/+17
* | Merge "AddCommand: Cleanup conditional logic"Christian Halstrick2015-12-281-49/+54
|\|
| * AddCommand: Cleanup conditional logicShawn Pearce2015-12-231-49/+54
* | Allow checkout paths without specifying branch nameAndrey Loskutov2015-12-283-4/+53
* | Close copy threads in case of errorsDmitry Neverov2015-12-241-1/+14
|/
* Skip nested copyfiles in RepoCommand.Yuxuan 'fishy' Wang2015-12-223-2/+60
* Remove unused import 'org.apache.commons.codec.binary'RĂ¼diger Herrmann2015-12-181-2/+1
* Checkout should be able to override modified symbolic linksAndrey Loskutov2015-12-173-9/+86
* Merge "ProgressSpinner: Simple busy wait entertainment"Shawn Pearce2015-12-161-0/+149
|\
| * ProgressSpinner: Simple busy wait entertainmentShawn Pearce2015-12-161-0/+149
* | Included cached deltas in delta packStatistics.James Kolb2015-12-162-0/+36
* | Merge changes Ib4d53bdd,I55bd512cJonathan Nieder2015-12-163-38/+125
|\ \
| * | Do not let PathFilter.create("a/b") match 'a' unless 'a' is a subtreeJonathan Nieder2015-12-153-11/+45
| * | Add tests for PathFilterGroup.SingleJonathan Nieder2015-12-151-33/+86
* | | 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
|/ / /