4164 Commits (95a8c3a8f7ed81773834eca065360a1ac4ea9818)

Author SHA1 Message Date
Matthias Sohn 6a813c64ff Prepare 4.9.4-SNAPSHOT builds 6 years ago
Matthias Sohn 56b435a61c JGit v4.9.3.201807311005-r 6 years ago
Matthias Sohn 29118ed117 Prepare 4.7.3-SNAPSHOT builds 6 years ago
Matthias Sohn 01787756aa JGit v4.7.2.201807261330-r 6 years ago
Luca Milanesio 977726e5bb Delete all loose refs empty directories 6 years ago
Luca Milanesio eea9a7a0ba Use java.nio to delete path to get detailed errors 6 years ago
Hector Caballero 4eea4ea508 GC: Remove empty references folders 6 years ago
Luca Milanesio 5a8ad44208 Do not ignore path deletion errors 6 years ago
Marco Miller 1dcb0688c7 ResolveMerger: Fix encoding with string; use bytes 6 years ago
Dave Borowitz 5fe8e31d43 Ensure DirectoryStream is closed promptly 6 years ago
Nasser Grainawi d13918310f Retry stale file handles on .git/config file 6 years ago
Matthias Sohn a263bb1173 Remove package import for javax.servlet.http from org.eclipse.jgit 7 years ago
Matthias Sohn 4de2a9d57d Add missing @since tag and silence API error 7 years ago
David Pursehouse 61e4f16652 ObjectIdSerializer: Support serialization of known non-null ObjectId 7 years ago
Matthias Sohn f389e18a28 Prepare 4.11.1-SNAPSHOT builds 7 years ago
Matthias Sohn f944063517 JGit v4.11.0.201803080745-r 7 years ago
Thomas Wolf e00f59b7fe Remove useless for(;;) loop 7 years ago
Thomas Wolf 7d3040368f Fix DiffFormatter for diffs against working tree with autocrlf=true 7 years ago
Markus Duft 0f9ec9e406 LFS: Adjust some API to make integration into tools (EGit,...) easier 7 years ago
David Pursehouse 2c29af7867 MergeCommand: Open RevWalk in try-with-resource 7 years ago
David Pursehouse ee4dd50b3f JschConfigSessionFactory: Open FileInputStream in try-with-resource 7 years ago
David Pursehouse e53edce867 GC: Open auto-closeable resources in try-with-resource 7 years ago
David Pursehouse d1356bf238 FileRepository: Open FileInputStream in try-with-resource 7 years ago
David Pursehouse 336add10c1 FetchProcess: Open OutputStreamWriter in try-with-resource 7 years ago
David Pursehouse fabd645fad FS: Open TemporaryBuffer in try-with-resource 7 years ago
David Pursehouse da63121b0d DirCacheIterator: Open InputStream in try-with-resource 7 years ago
David Pursehouse e2d875ee30 DiffCommand: Open DiffFormatter in try-with-resource 7 years ago
David Pursehouse 3393f78210 CommitCommand: Open InputStream in try-with-resource 7 years ago
David Pursehouse 1826341793 DefaultNoteMerger: Open UnionInputStream in try-with-resource 7 years ago
Matthias Sohn e88f95146a Silence API error raised for new CONFIG_SECTION_LFS constant 7 years ago
David Pursehouse 9e4a455f9b ArchiveCommand: Create archive output stream in try-with-resource 7 years ago
David Pursehouse 40868386db ApplyCommand: Open FileWriter in try-with-resource 7 years ago
David Pursehouse f6dbc7d472 AmazonS3: Open InputStream/FileInputStream in try-with-resource 7 years ago
David Pursehouse fa9ee83697 WalkRemoteObjectDatabase: Open auto-closeable resources in try-with-resource 7 years ago
David Pursehouse 99c187a5da TransportSftp: Open BufferedReader in try-with-resource 7 years ago
David Pursehouse 4c2f613a5a TransportHttp: Open auto-closeable resources in try-with-resource 7 years ago
David Pursehouse 20b750d2f5 LockFile: Open FileInputStream in try-with-resource 7 years ago
David Pursehouse 60b43c03e2 Add ConfigConstants.CONFIG_SECTION_LFS 7 years ago
David Pursehouse bc9e3a31b2 Add|RemoveNoteComand: Reduce duplicated code 7 years ago
David Pursehouse cf489d36b9 TagBuilder: Open OutputStreamWriter in try-with-resource 7 years ago
David Pursehouse a73f6c6009 DaemonService: Open Repository in try-with-resource 7 years ago
David Pursehouse 63be96f488 RefDirectory: Open BufferedReader in try-with-resource 7 years ago
David Pursehouse db0b7911fe ObjectDirectory: Open BufferedReader in try-with-resource 7 years ago
David Pursehouse 86330ca2ad Patch: Open TemporaryBuffer in try-with-resource 7 years ago
David Pursehouse a573dfc658 Enable warning for resources not managed by try-with-resource 7 years ago
Markus Duft c0103bc59d LFS: Enable LFS support for the CLI, better error handling 7 years ago
Markus Duft a3f8edbf6a Cleanup stream usage WRT filters 7 years ago
Markus Duft d3ed64bcd4 LFS: support merge/rebase/cherry-pick/diff/compare with LFS files 7 years ago
Terry Parker 5a74b586b3 Correctly exit fetch negotiation for stateless RPC connections 7 years ago
Markus Duft c0bb992845 LFS: pre-push upload support 7 years ago