Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Make Config.readIncludedConfig a noop by default | Shawn Pearce | 2017-12-13 | 1 | -18/+1 | |
* | | DfsBlockCache.hasBlock0: quickly check for file in cache | Shawn Pearce | 2017-12-13 | 1 | -0/+17 | |
* | | Merge branch 'stable-4.9' | David Pursehouse | 2017-12-13 | 1 | -1/+1 | |
|\| | ||||||
| * | TransportCommand#setTimeout: Specify units for timeout in Javadoc | David Turner | 2017-12-12 | 1 | -1/+1 | |
| * | Fix typo in key of a JGitText externalized string | Matthias Sohn | 2017-12-11 | 2 | -2/+2 | |
* | | Fix typo in key of a JGitText externalized string | Matthias Sohn | 2017-12-10 | 2 | -2/+2 | |
* | | Merge branch 'stable-4.9' | Matthias Sohn | 2017-12-10 | 2 | -6/+29 | |
|\| | ||||||
| * | Fix IllegalThreadStateException if stderr closed without exiting | Dmitry Pavlenko | 2017-12-10 | 2 | -6/+29 | |
* | | CloneCommand: Refactor listing of files in deleteChildren | David Pursehouse | 2017-12-08 | 1 | -3/+3 | |
* | | DfsBlockCache#creditSpace: release clockLock in finally block | David Pursehouse | 2017-12-07 | 1 | -2/+5 | |
* | | FS_POSIX: Fix boxing/unboxing of Boolean | David Pursehouse | 2017-12-07 | 1 | -12/+19 | |
* | | Use constants from StandardCharsets instead of hard-coded strings | David Pursehouse | 2017-12-07 | 4 | -43/+26 | |
* | | Merge branch 'stable-4.9' | David Pursehouse | 2017-12-07 | 1 | -1/+1 | |
|\| | ||||||
| * | DirCacheCheckout#processEntry: Fix typo in javadoc | David Pursehouse | 2017-12-06 | 1 | -1/+1 | |
* | | TransportHttp: retry on IOException with another mechanism | Thomas Wolf | 2017-12-06 | 1 | -7/+22 | |
* | | ConfigTest: Move pathToString to FileUtils | David Pursehouse | 2017-12-06 | 1 | -0/+14 | |
* | | FileBasedConfig: support for relative includes | Marc Strapetz | 2017-12-04 | 1 | -0/+30 | |
* | | Config: extract method to read included config | Marc Strapetz | 2017-12-04 | 1 | -17/+40 | |
* | | Merge branch 'stable-4.9' | Matthias Sohn | 2017-11-30 | 1 | -0/+24 | |
|\| | ||||||
| * | GC: Delete stale temporary packs and indexes | Hector Caballero | 2017-11-24 | 1 | -0/+25 | |
* | | Merge "Break down DfsBlockCache stats by pack file extension." | Shawn Pearce | 2017-11-28 | 3 | -67/+166 | |
|\ \ | ||||||
| * | | Break down DfsBlockCache stats by pack file extension. | Minh Thai | 2017-11-27 | 3 | -67/+166 | |
* | | | RepoCommand: Skip RemoteReader when encountering a full SHA-1 | Jonathan Nieder | 2017-11-28 | 1 | -2/+1 | |
|/ / | ||||||
* | | Performance improvement on writing a large index | Stephen Lawson | 2017-11-23 | 1 | -2/+6 | |
* | | Merge branch 'stable-4.9' | Matthias Sohn | 2017-11-24 | 5 | -3/+136 | |
|\| | ||||||
| * | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2017-11-24 | 5 | -3/+136 | |
| |\ | ||||||
| | * | Merge branch 'stable-4.7' into stable-4.8 | Matthias Sohn | 2017-11-22 | 5 | -3/+136 | |
| | |\ | ||||||
| | | * | Merge branch 'stable-4.6' into stable-4.7 | Matthias Sohn | 2017-11-22 | 5 | -3/+136 | |
| | | |\ | ||||||
| | | | * | Silence boxing warning | Matthias Sohn | 2017-11-22 | 1 | -0/+1 | |
| | | | * | Merge branch 'stable-4.5' into stable-4.6 | Matthias Sohn | 2017-11-22 | 5 | -3/+134 | |
| | | | |\ | ||||||
| | | | | * | Fix LockFile semantics when running on NFS | Christian Halstrick | 2017-11-22 | 4 | -1/+125 | |
| | | | | * | Honor trustFolderStats also when reading packed-refs | Christian Halstrick | 2017-11-21 | 1 | -2/+9 | |
* | | | | | | Merge branch 'stable-4.9' | David Pursehouse | 2017-11-22 | 1 | -2/+60 | |
|\| | | | | | ||||||
| * | | | | | Yet another work-around for a Jsch bug: timeouts | Thomas Wolf | 2017-11-20 | 1 | -2/+60 | |
* | | | | | | Config: Handle leading/trailing single whitespaces | Dave Borowitz | 2017-11-20 | 1 | -3/+19 | |
* | | | | | | Merge branch 'stable-4.9' | David Pursehouse | 2017-11-20 | 1 | -8/+12 | |
|\| | | | | | ||||||
| * | | | | | Fix NPE in TransportGitSsh.ExtSession.exec() | Matthias Sohn | 2017-11-20 | 1 | -8/+12 | |
* | | | | | | Add flag for keeping ref tombstones in GC reftable | Minh Thai | 2017-11-15 | 1 | -1/+13 | |
* | | | | | | Preserve ref tombstone when compact top retable stack | Minh Thai | 2017-11-15 | 1 | -0/+1 | |
* | | | | | | TreeWalk: Make getEolStreamType(OperationType) public | David Pursehouse | 2017-11-15 | 5 | -13/+21 | |
* | | | | | | TreeWalk: Fix indentation | David Pursehouse | 2017-11-15 | 1 | -2/+2 | |
* | | | | | | Merge "ObjectDirectory: Add pack directory getter" | David Pursehouse | 2017-11-14 | 4 | -8/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ObjectDirectory: Add pack directory getter | Hector Caballero | 2017-11-14 | 4 | -8/+13 | |
* | | | | | | | Merge "Add return tag" | David Pursehouse | 2017-11-14 | 1 | -2/+3 | |
|\| | | | | | | ||||||
| * | | | | | | Add return tag | Hector Caballero | 2017-11-14 | 1 | -2/+3 | |
* | | | | | | | Merge "ReftableCompactor should accept 0 for minUpdateIndex" | Jonathan Nieder | 2017-11-14 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | ReftableCompactor should accept 0 for minUpdateIndex | Minh Thai | 2017-11-14 | 1 | -3/+3 | |
* | | | | | | | FileUtils.toPath to convert File to Path | Marc Strapetz | 2017-11-14 | 5 | -18/+39 | |
|/ / / / / / | ||||||
* | | | | | | Merge changes I335587ee,I4182a174 | David Pursehouse | 2017-11-10 | 3 | -0/+91 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Merge branch 'stable-4.9' | Matthias Sohn | 2017-11-11 | 3 | -0/+91 | |
| |\| | | | | |