| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Remove deprecated FileUtil using Java 7 NIO | Matthias Sohn | 2018-03-10 | 1 | -303/+0 |
* | | | Remove deprecated TreeWalk#getEolStreamType | Matthias Sohn | 2018-03-10 | 1 | -16/+0 |
* | | | Remove deprecated FileTreeIterator(WorkingTreeIterator, File, FS) | Matthias Sohn | 2018-03-10 | 1 | -21/+0 |
* | | | Remove deprecated TransportHttp#httpOpen(String, URL) | Matthias Sohn | 2018-03-10 | 1 | -15/+0 |
* | | | Remove deprecated ResolveMerger#processEntry method | Matthias Sohn | 2018-03-10 | 1 | -55/+0 |
* | | | Remove deprecated Repository#getRef | Matthias Sohn | 2018-03-10 | 1 | -22/+4 |
* | | | Remove deprecated BitmapBuilder#add | Matthias Sohn | 2018-03-10 | 2 | -29/+0 |
* | | | Remove deprecated LockFile(File, FS) constructor | Matthias Sohn | 2018-03-10 | 1 | -18/+0 |
* | | | Remove deprecated IgnoreNode#isIgnored method | Matthias Sohn | 2018-03-10 | 1 | -29/+0 |
* | | | Fix misspelled class name: EmtpyCommitException -> EmptyCommitException | David Pursehouse | 2018-03-10 | 2 | -8/+8 |
* | | | Remove deprecated Statistics, UploadPackLogger, UploadPackLoggerChain | Matthias Sohn | 2018-03-10 | 4 | -499/+0 |
* | | | Remove deprecated StoredObjectRepresentationnotAvailableException ctor | Matthias Sohn | 2018-03-09 | 1 | -15/+0 |
* | | | Remove deprecated ArchiveCommand#putEntry method | Matthias Sohn | 2018-03-09 | 1 | -24/+0 |
* | | | Prepare 5.0.0-SNAPSHOT builds | Matthias Sohn | 2018-03-08 | 3 | -49/+49 |
| |/
|/| |
|
* | | Prepare 4.11.1-SNAPSHOT builds | Matthias Sohn | 2018-03-08 | 3 | -49/+49 |
* | | JGit v4.11.0.201803080745-rv4.11.0.201803080745-r | Matthias Sohn | 2018-03-08 | 3 | -4/+4 |
|/ |
|
* | Remove useless for(;;) loop | Thomas Wolf | 2018-03-07 | 1 | -19/+17 |
* | Fix DiffFormatter for diffs against working tree with autocrlf=true | Thomas Wolf | 2018-03-07 | 2 | -3/+4 |
* | Merge branch 'stable-4.10' | Matthias Sohn | 2018-03-07 | 2 | -9/+18 |
|\ |
|
| * | Don't subclass ThreadLocal to avoid memory leak in NLS | Matthias Sohn | 2018-02-14 | 1 | -9/+17 |
| * | Set context classloader to null in WorkQueue | Matthias Sohn | 2018-02-14 | 1 | -0/+1 |
* | | LFS: Adjust some API to make integration into tools (EGit,...) easier | Markus Duft | 2018-03-07 | 1 | -0/+34 |
* | | MergeCommand: Open RevWalk in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -6/+1 |
* | | JschConfigSessionFactory: Open FileInputStream in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -7/+2 |
* | | GC: Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -21/+12 |
* | | FileRepository: Open FileInputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -4/+1 |
* | | FetchProcess: Open OutputStreamWriter in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -4/+2 |
* | | FS: Open TemporaryBuffer in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -6/+3 |
* | | DirCacheIterator: Open InputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -4/+1 |
* | | Merge changes from topic 'try-with-resource' | David Pursehouse | 2018-03-06 | 3 | -20/+13 |
|\ \ |
|
| * | | DiffCommand: Open DiffFormatter in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -10/+9 |
| * | | CommitCommand: Open InputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -5/+2 |
| * | | DefaultNoteMerger: Open UnionInputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -5/+2 |
* | | | Silence API error raised for new CONFIG_SECTION_LFS constant | Matthias Sohn | 2018-03-06 | 1 | -0/+6 |
|/ / |
|
* | | ArchiveCommand: Create archive output stream in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -3/+3 |
* | | ApplyCommand: Open FileWriter in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -3/+3 |
* | | AmazonS3: Open InputStream/FileInputStream in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -8/+2 |
* | | WalkRemoteObjectDatabase: Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -16/+4 |
* | | TransportSftp: Open BufferedReader in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -7/+2 |
* | | TransportHttp: Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -29/+14 |
* | | LockFile: Open FileInputStream in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -4/+1 |
* | | Add ConfigConstants.CONFIG_SECTION_LFS | David Pursehouse | 2018-03-05 | 2 | -1/+8 |
* | | Add|RemoveNoteComand: Reduce duplicated code | David Pursehouse | 2018-03-03 | 2 | -33/+7 |
* | | TagBuilder: Open OutputStreamWriter in try-with-resource | David Pursehouse | 2018-03-03 | 1 | -3/+2 |
* | | DaemonService: Open Repository in try-with-resource | David Pursehouse | 2018-03-03 | 1 | -12/+4 |
* | | RefDirectory: Open BufferedReader in try-with-resource | David Pursehouse | 2018-03-03 | 1 | -23/+20 |
* | | ObjectDirectory: Open BufferedReader in try-with-resource | David Pursehouse | 2018-03-03 | 1 | -8/+2 |
* | | Patch: Open TemporaryBuffer in try-with-resource | David Pursehouse | 2018-03-03 | 1 | -4/+4 |
* | | Enable warning for resources not managed by try-with-resource | David Pursehouse | 2018-03-03 | 1 | -1/+1 |
* | | LFS: Enable LFS support for the CLI, better error handling | Markus Duft | 2018-03-03 | 1 | -3/+12 |