3912 Commits (b6a6ba10c7670dbece318811eb1c46aa07988006)

Author SHA1 Message Date
Marco Miller 1dcb0688c7 ResolveMerger: Fix encoding with string; use bytes 6 years ago
Dave Borowitz 5fe8e31d43 Ensure DirectoryStream is closed promptly 7 years ago
Nasser Grainawi d13918310f Retry stale file handles on .git/config file 7 years ago
Thomas Wolf 185e53bce4 Fix ssh host name handling for Jsch 7 years ago
Thomas Wolf 891103609d Jsch overrides the port in the URI with the one in ~/.ssh/config 7 years ago
Thomas Wolf 3d6455331d Minor fixes in three error messages 7 years ago
Thomas Wolf bea3b46678 Revert handling of ssh IdentityFile to pre-4.9 behavior 7 years ago
Dmitry Pavlenko 279eaf0690 Strings#convertGlob: fix escaping of patterns like [\[]. 7 years ago
Dave Borowitz 085d1f9599 Make PackInserter public 7 years ago
Dave Borowitz 43ef5dabf1 PackInserter: Ensure objects are written at the end of the pack 7 years ago
Dave Borowitz f63ee965d4 ObjectInserter: Add warning about mixing read-back with writes 7 years ago
Matthias Sohn 1e56842742 Prepare 4.9.3-SNAPSHOT builds 7 years ago
Matthias Sohn 24b7e91264 JGit v4.9.2.201712150930-r 7 years ago
Thomas Wolf c86327979f Write packed-refs directly when cloning 7 years ago
David Pursehouse ec7f88eec8 Config: Remove the include functionality 7 years ago
David Pursehouse c40e150790 InMemoryRepository: Make inner class MemObjDatabase static 7 years ago
David Turner 623851ec16 TransportCommand#setTimeout: Specify units for timeout in Javadoc 7 years ago
Matthias Sohn 9d79dc95e2 Fix typo in key of a JGitText externalized string 7 years ago
Dmitry Pavlenko 7ccf38adc6 Fix IllegalThreadStateException if stderr closed without exiting 7 years ago
David Pursehouse 2f0a880bd6 DirCacheCheckout#processEntry: Fix typo in javadoc 7 years ago
Matthias Sohn 68c77a4d39 Prepare 4.9.2-SNAPSHOT builds 7 years ago
Matthias Sohn a3588cbb2a JGit v4.9.1.201712030800-r 7 years ago
Matthias Sohn d2a23afb53 Silence API warnings for reintroduced ResolveMerger#processEntry 7 years ago
Hector Caballero bac4d32d39 GC: Delete stale temporary packs and indexes 7 years ago
Matthias Sohn 03abd1dff2 Ignore warning for minor version change without API change 7 years ago
Matthias Sohn 182d3b3dad Silence boxing warning 7 years ago
Matthias Sohn 7608de5e5d Prepare 4.5.5-SNAPSHOT builds 7 years ago
Matthias Sohn 6372c60ab2 JGit v4.5.4.201711221230-r 7 years ago
Christian Halstrick 10e65cb4fa Fix LockFile semantics when running on NFS 7 years ago
Christian Halstrick 218cf3403d Honor trustFolderStats also when reading packed-refs 7 years ago
Thomas Wolf 5284cc1bf7 Yet another work-around for a Jsch bug: timeouts 7 years ago
Matthias Sohn 29c5f49f63 Fix NPE in TransportGitSsh.ExtSession.exec() 7 years ago
Thomas Wolf f67af4e16b Work around a Jsch bug: ensure the user name is set from URI 7 years ago
Dave Borowitz 678c99c057 PackInserter: Implement newReader() 7 years ago
Dave Borowitz 080b4770e7 Move some strings from DfsText to JGitText 7 years ago
Dave Borowitz f7ceeaa23f FileRepository: Add pack-based inserter implementation 7 years ago
Dave Borowitz 5ce1cc3d43 ObjectDirectory: Factor a method to close open pack handles 7 years ago
Dave Borowitz 5b5c3a2e1d ObjectDirectory: Remove last modified check in insertPack 7 years ago
Matthias Sohn abf420302b Reintroduce protected method which removal broke EMF Compare 7 years ago
Michael Keppler e1a39cbbe7 Avoid bad rounding "1 year, 12 months" in date formatter 7 years ago
Thomas Wolf adbf0935e1 Ensure that ~ in ssh config is replaced before Jsch sees it 7 years ago
Matthias Sohn 8180183289 Prepare 4.9.1-SNAPSHOT builds 7 years ago
Matthias Sohn 6877730fa0 JGit v4.9.0.201710071750-r 7 years ago
Till Brychcy 401c6c98b5 Terminate StreamCopy threads in case of errors 7 years ago
Zhen Chen 65f9046547 Use a new RevWalk for validating not advertised wants 7 years ago
Dmitry Neverov a0a8a6a3e4 Terminate StreamCopy threads in case of errors 7 years ago
Dave Borowitz 2bbe15abd4 ReflogWriter: Align auto-creation defaults with C git 7 years ago
Dave Borowitz 77a28e0d58 Support force writing reflog on a per-update basis 7 years ago
Dave Borowitz b1ae96bf84 Ensure ReflogWriter only works with a RefDirectory 7 years ago
Thomas Wolf 6dab29f4b5 HttpConfig: load user config before reading values from it 7 years ago