summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JGit v4.2.0.201512141825-rc1v4.2.0.201512141825-rc1Matthias Sohn2015-12-1546-49/+49
* Merge branch 'master' into stable-4.2Matthias Sohn2015-12-15147-776/+5994
|\
| * 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
| * Null-annotated Repository class and fixed related compiler errorsAndrey Loskutov2015-11-2521-55/+175
| * Raise error if FileNotFoundException is caught for an existing fileMatthias Sohn2015-11-2410-19/+53
| * Merge "RefDirectory.getRef: Treat fake missing symrefs like real ones"Jonathan Nieder2015-11-242-0/+32
| |\
| | * RefDirectory.getRef: Treat fake missing symrefs like real onesJonathan Nieder2015-11-192-0/+32
| * | Let FS_Win32_Cygwin detect symlink support by creating temporary symlinkChristian Halstrick2015-11-216-5/+12
| * | Fix classpath of test launch configurationsMatthias Sohn2015-11-214-9/+0
| * | Avoid UnknownHostException in WalkEncryptionTestMatthias Sohn2015-11-211-9/+32
| * | Remove no longer needed outdated API warning filterMatthias Sohn2015-11-201-6/+0
| |/
| * Merge "git rev-parse: Add --verify option"Jonathan Nieder2015-11-193-3/+17
| |\
| | * git rev-parse: Add --verify optionThomas Meyer2015-11-193-3/+17
| * | Throw IndexReadException if existing index can't be readChristian Halstrick2015-11-194-0/+91
| |/
| * Fix pre-push hook to not set null remoteName as first argumentMatthias Sohn2015-11-181-0/+3
| * Introduce FS.execute() to execute a command defined by a ProcessBuilderChristian Halstrick2015-11-182-3/+115
| * Add an attribute accessor to CanonicalTreeParser and use it in TreewalkChristian Halstrick2015-11-186-74/+124
| * Adds the git attributes computation on the treewalkArthur Daussy2015-11-1819-116/+1609
| * Make jgit annotations accessible to other pluginsAndrey Loskutov2015-11-173-37/+19
| * Fixed typo in preferences: NonByDefault -> NonNullByDefaultAndrey Loskutov2015-11-171-1/+1
| * Added jgit own NonNull annotation typeAndrey Loskutov2015-11-171-0/+67
| * Merge "Fix MissingObjectException in RenameDetector"Christian Halstrick2015-11-172-1/+36
| |\