Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Remove org.eclipse.jgit.updatesite project from tools/version.sh | Matthias Sohn | 2016-01-19 | 1 | -11/+0 | |
* | | | | | | | | | RevParse: Remove superfluous semicolon | David Pursehouse | 2016-01-14 | 1 | -1/+1 | |
* | | | | | | | | | RefUpdateTest: Use try-with-resource for auto-closable types | David Pursehouse | 2016-01-14 | 1 | -10/+13 | |
* | | | | | | | | | RefUpdateTest: Add null check to prevent potential NPE | David Pursehouse | 2016-01-14 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | CommitCommand: Remove redundant null check | David Pursehouse | 2016-01-14 | 1 | -1/+1 | |
* | | | | | | | | JGit v4.2.0.201512141825-rc1v4.2.0.201512141825-rc1 | Matthias Sohn | 2015-12-15 | 46 | -49/+49 | |
* | | | | | | | | Merge branch 'master' into stable-4.2 | Matthias Sohn | 2015-12-15 | 147 | -776/+5994 | |
|\| | | | | | | | ||||||
| * | | | | | | | 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 | |
| |/ / / / | ||||||
| * | | | | DirCache: Fix bad code formatting | Shawn Pearce | 2015-11-28 | 2 | -8/+9 | |
| * | | | | DirCacheEntry: Speed up creation by avoiding string cast | Shawn Pearce | 2015-11-28 | 4 | -26/+34 | |
| * | | | | DirCache: Fix getEntriesWithin("") to not include null entries | Shawn Pearce | 2015-11-27 | 1 | -2/+2 | |
| * | | | | Fix performance regression in CanonicalTreeParser | Shawn Pearce | 2015-11-27 | 1 | -15/+12 | |
| * | | | | Add support for smudge filters | Christian Halstrick | 2015-11-27 | 4 | -19/+234 | |
| * | | | | Add support for clean filters | Christian Halstrick | 2015-11-27 | 13 | -9/+546 | |
| * | | | | Add the new class Attributes holding multiple Attribute(s) | Ivan Motsch | 2015-11-27 | 13 | -60/+306 | |
| * | | | | Fix unit tests on Windows | Christian Halstrick | 2015-11-26 | 2 | -22/+21 | |
| * | | | | Add missing @since tags and missing javadoc | Matthias Sohn | 2015-11-25 | 6 | -3/+35 | |
| * | | | | Fix HookTest when running on Win32_Cygwin | Christian Halstrick | 2015-11-26 | 1 | -13/+8 | |
| * | | | | Fix FS.runProcess() to close the InputStream | Christian Halstrick | 2015-11-26 | 1 | -6/+7 | |
| * | | | | repo: Do not use search path to find refs/remotes/origin/<branch> | Jonathan Nieder | 2015-11-25 | 1 | -1/+4 | |
| * | | | | Repository: Introduce exactRef and findRef, deprecate getRef | Jonathan Nieder | 2015-11-25 | 23 | -195/+246 | |
| * | | | | Null-annotated RefDatabase class | Andrey Loskutov | 2015-11-25 | 1 | -2/+17 | |
| * | | | | Null-annotated Repository class and fixed related compiler errors | Andrey Loskutov | 2015-11-25 | 21 | -55/+175 | |
| * | | | | Raise error if FileNotFoundException is caught for an existing file | Matthias Sohn | 2015-11-24 | 10 | -19/+53 | |
| * | | | | Merge "RefDirectory.getRef: Treat fake missing symrefs like real ones" | Jonathan Nieder | 2015-11-24 | 2 | -0/+32 | |
| |\ \ \ \ | ||||||
| | * | | | | RefDirectory.getRef: Treat fake missing symrefs like real ones | Jonathan Nieder | 2015-11-19 | 2 | -0/+32 | |
| * | | | | | Let FS_Win32_Cygwin detect symlink support by creating temporary symlink | Christian Halstrick | 2015-11-21 | 6 | -5/+12 | |
| * | | | | | Fix classpath of test launch configurations | Matthias Sohn | 2015-11-21 | 4 | -9/+0 | |
| * | | | | | Avoid UnknownHostException in WalkEncryptionTest | Matthias Sohn | 2015-11-21 | 1 | -9/+32 | |
| * | | | | | Remove no longer needed outdated API warning filter | Matthias Sohn | 2015-11-20 | 1 | -6/+0 | |
| |/ / / / | ||||||
| * | | | | Merge "git rev-parse: Add --verify option" | Jonathan Nieder | 2015-11-19 | 3 | -3/+17 | |
| |\ \ \ \ | ||||||
| | * | | | | git rev-parse: Add --verify option | Thomas Meyer | 2015-11-19 | 3 | -3/+17 | |
| * | | | | | Throw IndexReadException if existing index can't be read | Christian Halstrick | 2015-11-19 | 4 | -0/+91 | |
| |/ / / / | ||||||
| * | | | | Fix pre-push hook to not set null remoteName as first argument | Matthias Sohn | 2015-11-18 | 1 | -0/+3 | |
| * | | | | Introduce FS.execute() to execute a command defined by a ProcessBuilder | Christian Halstrick | 2015-11-18 | 2 | -3/+115 | |
| * | | | | Add an attribute accessor to CanonicalTreeParser and use it in Treewalk | Christian Halstrick | 2015-11-18 | 6 | -74/+124 |