aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Rename files using NIO2 atomic renameMatthias Sohn2015-12-308-97/+112
* ObjectChecker: use java.text.Normalizer directlyShawn Pearce2015-12-301-55/+2
* Merge changes I3db332bf,I614e7110,I37a4ccd6,I86b81e7f,Ic8b362e0, ...Shawn Pearce2015-12-301-1/+1
|\
| * commit command: allow to specify path(s) argument(s)Andrey Loskutov2015-12-291-1/+1
* | Unify fetch and receive ObjectChecker setupShawn Pearce2015-12-292-49/+36
* | PackWriter: use lib.ObjectIdSet to avoid wrapperShawn Pearce2015-12-298-50/+92
|/
* Simplify development of commands: added main() to CLIGitCommandAndrey Loskutov2015-12-281-1/+1
* 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
* | Close copy threads in case of errorsDmitry Neverov2015-12-241-1/+14
|/
* Skip nested copyfiles in RepoCommand.Yuxuan 'fishy' Wang2015-12-222-1/+54
* Checkout should be able to override modified symbolic linksAndrey Loskutov2015-12-171-1/+3
* 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-161-0/+2
* | Merge changes Ib4d53bdd,I55bd512cJonathan Nieder2015-12-162-5/+8
|\ \
| * | Do not let PathFilter.create("a/b") match 'a' unless 'a' is a subtreeJonathan Nieder2015-12-152-5/+8
* | | Merge "Fix InterruptTimer leak in BasePackConnection"Shawn Pearce2015-12-161-1/+3
|\ \ \
| * | | Fix InterruptTimer leak in BasePackConnectionMatthias Sohn2015-12-161-1/+3
| |/ /
* | | Merge "Refspec: loosen restrictions on wildcard "*""Shawn Pearce2015-12-151-4/+0
|\ \ \
| * | | Refspec: loosen restrictions on wildcard "*"Marc Strapetz2015-10-211-4/+0
* | | | 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-151-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Bug 484342: Support @ in username in SSH url.Mike Gilbode2015-12-151-1/+1
* | | | | | | Fix push with jgit pgm failing with "unauthorized"Matthias Sohn2015-12-151-0/+1
* | | | | | | 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-1520-88/+231
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge "push: Do not blindly overwrite peer"Shawn Pearce2015-12-143-4/+13
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | push: Do not blindly overwrite peerShawn Pearce2015-12-143-4/+13
* | | | | | Fix FileTreeIterator.idSubmodule(Entry)Christian Halstrick2015-12-131-5/+3
* | | | | | URIish: fixed full uri pattern not expecting end of line after host nameAndrey Loskutov2015-12-121-4/+8
* | | | | | Add remote command to JGit CLIKaloyan Raev2015-12-116-2/+533
| |_|/ / / |/| | | |
* | | | | 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-027-34/+242
* | | Fix wrong @since tag In ReceiveCommandMatthias Sohn2015-12-021-1/+1
* | | ReceiveCommand.filter: Accept IterableShawn Pearce2015-12-011-7/+28