4129 Commits (78b3f174f21102bb8e36d3a2d16a2956a3265045)
 

Author SHA1 Message Date
David Pursehouse 78b3f174f2 BranchCommandTest: Create Git instances in try-with-resource 9 years ago
David Pursehouse 7f84e40f31 CheckoutTest: Create Git instances in try-with-resource 9 years ago
David Pursehouse 9d721de69b BranchTest: Create Git instances in try-with-resource 9 years ago
David Pursehouse 3b63a242ef URIishTest: Use @Test annotation's `expected` argument 9 years ago
David Pursehouse 75e096c80a Suppress "The allocated object is never used" warning in tests 9 years ago
David Pursehouse 9ddc0ed83d Add $NON-NLS to suppress "Non-externalized string literal" warnings 9 years ago
David Pursehouse d1e821ec3f Don't use deprecated constructors of CmdLineException 9 years ago
Matthias Sohn 62718a9cbc Merge "Prepare 4.2.0-SNAPSHOT builds" into stable-4.2 9 years ago
Matthias Sohn cc0afe601b Merge "Remove org.eclipse.jgit.updatesite project from tools/version.sh" into stable-4.2 9 years ago
Matthias Sohn 20f272a71c Prepare 4.2.0-SNAPSHOT builds 9 years ago
Matthias Sohn 8d3584f4d3 Remove org.eclipse.jgit.updatesite project from tools/version.sh 9 years ago
David Pursehouse 559e493648 RevParse: Remove superfluous semicolon 9 years ago
David Pursehouse 0352276da7 RefUpdateTest: Use try-with-resource for auto-closable types 9 years ago
David Pursehouse 56634de0cc RefUpdateTest: Add null check to prevent potential NPE 9 years ago
David Pursehouse 1ed5382b37 CommitCommand: Remove redundant null check 9 years ago
Matthias Sohn d2044aed4f JGit v4.2.0.201512141825-rc1 9 years ago
Matthias Sohn edec10dc39 Merge branch 'master' into stable-4.2 9 years ago
Shawn Pearce 8179185d11 Merge "push: Do not blindly overwrite peer" 9 years ago
Shawn Pearce 4f8c993c49 push: Do not blindly overwrite peer 9 years ago
Christian Halstrick 5b55498b16 Fix FileTreeIterator.idSubmodule(Entry) 9 years ago
Andrey Loskutov 85d09a9ec7 URIish: fixed full uri pattern not expecting end of line after host name 9 years ago
Kaloyan Raev e23521f0d9 Add remote command to JGit CLI 9 years ago
Christian Halstrick 6dfad98d72 Merge "Fix NPE in HttpAuthMethod" 9 years ago
Jonathan Nieder e12482deed Use runtime retention for Nullable annotation 9 years ago
Matthias Sohn ac89b47eeb Fix NPE in HttpAuthMethod 9 years ago
Shawn Pearce 3d8e6b1e16 Support atomic push in JGit client 9 years ago
Matthias Sohn f109af47d0 Fix wrong @since tag In ReceiveCommand 9 years ago
Shawn Pearce f89f30ffcd ReceiveCommand.filter: Accept Iterable 9 years ago
Shawn Pearce 8078021e8f Merge changes If1490ca2,Ife950253 9 years ago
Shawn Pearce 2d011cd648 DirCacheBuilder: Speed up reading from trees 9 years ago
Shawn Pearce 93eca6dfe1 DirCache: Add helper to read from a tree 9 years ago
Shawn Pearce b0eb744604 Delay locating .gitattributes until requested 9 years ago
Shawn Pearce 45cc76524b DirCache: Fix bad code formatting 9 years ago
Shawn Pearce 761814fe9c DirCacheEntry: Speed up creation by avoiding string cast 9 years ago
Shawn Pearce 885879ffe9 DirCache: Fix getEntriesWithin("") to not include null entries 9 years ago
Shawn Pearce 46e4992e92 Fix performance regression in CanonicalTreeParser 9 years ago
Christian Halstrick bd31555ee5 Add support for smudge filters 9 years ago
Christian Halstrick 5d9f595eb8 Add support for clean filters 9 years ago
Ivan Motsch 75697adc5a Add the new class Attributes holding multiple Attribute(s) 9 years ago
Christian Halstrick adbe900683 Fix unit tests on Windows 9 years ago
Matthias Sohn 2cdc130dfc Add missing @since tags and missing javadoc 9 years ago
Christian Halstrick 5c8f2d8feb Fix HookTest when running on Win32_Cygwin 9 years ago
Christian Halstrick 55fb18feaa Fix FS.runProcess() to close the InputStream 9 years ago
Jonathan Nieder fe98218e0d repo: Do not use search path to find refs/remotes/origin/<branch> 9 years ago
Jonathan Nieder 5be4814e38 Repository: Introduce exactRef and findRef, deprecate getRef 9 years ago
Andrey Loskutov 830117e761 Null-annotated RefDatabase class 9 years ago
Andrey Loskutov 1020f40813 Null-annotated Repository class and fixed related compiler errors 9 years ago
Matthias Sohn d2faec27a7 Raise error if FileNotFoundException is caught for an existing file 9 years ago
Jonathan Nieder 15e60b646e Merge "RefDirectory.getRef: Treat fake missing symrefs like real ones" 9 years ago
Christian Halstrick 18af2d4265 Let FS_Win32_Cygwin detect symlink support by creating temporary symlink 9 years ago