Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | AddCommand: Avoid unnecessary string conversions | Shawn Pearce | 2015-12-23 | 1 | -11/+17 | |
* | | | Merge "AddCommand: Cleanup conditional logic" | Christian Halstrick | 2015-12-28 | 1 | -49/+54 | |
|\| | | ||||||
| * | | AddCommand: Cleanup conditional logic | Shawn Pearce | 2015-12-23 | 1 | -49/+54 | |
* | | | Allow checkout paths without specifying branch name | Andrey Loskutov | 2015-12-28 | 3 | -4/+53 | |
* | | | Close copy threads in case of errors | Dmitry Neverov | 2015-12-24 | 1 | -1/+14 | |
|/ / | ||||||
* | | Skip nested copyfiles in RepoCommand. | Yuxuan 'fishy' Wang | 2015-12-22 | 3 | -2/+60 | |
* | | Remove unused import 'org.apache.commons.codec.binary' | RĂ¼diger Herrmann | 2015-12-18 | 1 | -2/+1 | |
* | | Checkout should be able to override modified symbolic links | Andrey Loskutov | 2015-12-17 | 3 | -9/+86 | |
* | | Merge "ProgressSpinner: Simple busy wait entertainment" | Shawn Pearce | 2015-12-16 | 1 | -0/+149 | |
|\ \ | ||||||
| * | | ProgressSpinner: Simple busy wait entertainment | Shawn Pearce | 2015-12-16 | 1 | -0/+149 | |
* | | | Included cached deltas in delta packStatistics. | James Kolb | 2015-12-16 | 2 | -0/+36 | |
* | | | Merge changes Ib4d53bdd,I55bd512c | Jonathan Nieder | 2015-12-16 | 3 | -38/+125 | |
|\ \ \ | ||||||
| * | | | Do not let PathFilter.create("a/b") match 'a' unless 'a' is a subtree | Jonathan Nieder | 2015-12-15 | 3 | -11/+45 | |
| * | | | Add tests for PathFilterGroup.Single | Jonathan Nieder | 2015-12-15 | 1 | -33/+86 | |
* | | | | Merge "Fix InterruptTimer leak in BasePackConnection" | Shawn Pearce | 2015-12-16 | 1 | -1/+3 | |
|\ \ \ \ | ||||||
| * | | | | Fix InterruptTimer leak in BasePackConnection | Matthias Sohn | 2015-12-16 | 1 | -1/+3 | |
| |/ / / | ||||||
* | | | | Merge "Fix NPE in HttpSupport" | Shawn Pearce | 2015-12-16 | 1 | -13/+14 | |
|\ \ \ \ | ||||||
| * | | | | Fix NPE in HttpSupport | Matthias Sohn | 2015-12-16 | 1 | -13/+14 | |
| |/ / / | ||||||
* | | | | Merge "Refspec: loosen restrictions on wildcard "*"" | Shawn Pearce | 2015-12-15 | 2 | -19/+35 | |
|\ \ \ \ | ||||||
| * | | | | Refspec: loosen restrictions on wildcard "*" | Marc Strapetz | 2015-10-21 | 2 | -19/+35 | |
* | | | | | Merge "BaseRepositoryBuilder should trim CR from .git symref" | Shawn Pearce | 2015-12-15 | 1 | -1/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | BaseRepositoryBuilder should trim CR from .git symref | Marc Strapetz | 2015-11-03 | 1 | -1/+2 | |
* | | | | | | Merge "Fix possible arithmetic overflow when setting a timeout" | Shawn Pearce | 2015-12-15 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix possible arithmetic overflow when setting a timeout | Christian Halstrick | 2015-12-15 | 1 | -1/+2 | |
* | | | | | | | Merge "Accept UTF8 BOM with BlobBasedConfig" | Shawn Pearce | 2015-12-15 | 1 | -1/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Accept UTF8 BOM with BlobBasedConfig | Doug Kelly | 2015-12-09 | 1 | -1/+9 | |
* | | | | | | | | Merge "Bug 484342: Support @ in username in SSH url." | Shawn Pearce | 2015-12-15 | 2 | -1/+43 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Bug 484342: Support @ in username in SSH url. | Mike Gilbode | 2015-12-15 | 2 | -1/+43 | |
* | | | | | | | | Fix push with jgit pgm failing with "unauthorized" | Matthias Sohn | 2015-12-15 | 5 | -2/+20 | |
* | | | | | | | | Enable retrieval of credentials from .netrc for AwtCredentialsProvider | Matthias Sohn | 2015-12-15 | 1 | -1/+6 | |
* | | | | | | | | Merge "NetRCCredentialsProvider should return false if any item is missing" | Christian Halstrick | 2015-12-15 | 3 | -9/+15 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | NetRCCredentialsProvider should return false if any item is missing | Matthias Sohn | 2015-12-08 | 3 | -9/+15 | |
* | | | | | | | | | Merge "Fix ChainingCredentialsProvider" | Christian Halstrick | 2015-12-15 | 1 | -2/+8 | |
|\| | | | | | | | | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix ChainingCredentialsProvider | Matthias Sohn | 2015-12-08 | 1 | -2/+8 | |
* | | | | | | | | Null-annotated Ref class and fixed related compiler errors | Andrey Loskutov | 2015-12-15 | 22 | -92/+244 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Merge "push: Do not blindly overwrite peer" | Shawn Pearce | 2015-12-14 | 4 | -4/+156 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | push: Do not blindly overwrite peer | Shawn Pearce | 2015-12-14 | 4 | -4/+156 | |
* | | | | | | | Fix FileTreeIterator.idSubmodule(Entry) | Christian Halstrick | 2015-12-13 | 2 | -6/+4 | |
* | | | | | | | URIish: fixed full uri pattern not expecting end of line after host name | Andrey Loskutov | 2015-12-12 | 2 | -4/+23 | |
* | | | | | | | Add remote command to JGit CLI | Kaloyan Raev | 2015-12-11 | 16 | -2/+1307 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Merge "Fix NPE in HttpAuthMethod" | Christian Halstrick | 2015-12-08 | 1 | -1/+2 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Fix NPE in HttpAuthMethod | Matthias Sohn | 2015-12-07 | 1 | -1/+2 | |
| |/ / / / | ||||||
* / / / / | Use runtime retention for Nullable annotation | Jonathan Nieder | 2015-12-07 | 1 | -4/+35 | |
|/ / / / | ||||||
* | | | | Support atomic push in JGit client | Shawn Pearce | 2015-12-02 | 9 | -34/+446 | |
* | | | | Fix wrong @since tag In ReceiveCommand | Matthias Sohn | 2015-12-02 | 1 | -1/+1 | |
* | | | | ReceiveCommand.filter: Accept Iterable | Shawn Pearce | 2015-12-01 | 1 | -7/+28 | |
* | | | | Merge changes If1490ca2,Ife950253 | Shawn Pearce | 2015-11-30 | 5 | -62/+167 | |
|\ \ \ \ | ||||||
| * | | | | DirCacheBuilder: Speed up reading from trees | Shawn Pearce | 2015-11-30 | 2 | -19/+53 | |
| * | | | | Delay locating .gitattributes until requested | Shawn Pearce | 2015-11-29 | 3 | -43/+114 | |
* | | | | | DirCache: Add helper to read from a tree | Shawn Pearce | 2015-11-29 | 3 | -36/+27 | |
|/ / / / |