Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | Include filekey file attribute when comparing FileSnapshots | Matthias Sohn | 2019-05-22 | 1 | -9/+43 | |
| | | * | | Measure file timestamp resolution used in FileSnapshot | Matthias Sohn | 2019-05-22 | 3 | -11/+140 | |
| | | * | | Fix FileSnapshot's consideration of file size | Matthias Sohn | 2019-05-22 | 1 | -16/+26 | |
* | | | | | Merge branch 'stable-5.3' into stable-5.4 | David Pursehouse | 2019-05-24 | 1 | -1/+1 | |
|\| | | | | |_|_|/ |/| | | | ||||||
| * | | | SystemReader: Respect passed-in parent when no system config is present | Dave Borowitz | 2019-05-23 | 1 | -1/+1 | |
* | | | | ReachabilityCheckers: @since 5.4 | Ivan Frade | 2019-05-22 | 3 | -3/+3 | |
* | | | | GPG: check that the key found is a signing key | Thomas Wolf | 2019-05-21 | 2 | -0/+9 | |
* | | | | GPG: use key fingerprint suffix to compare id for signing key | Thomas Wolf | 2019-05-21 | 1 | -5/+6 | |
* | | | | UploadPack: restore inadvertently deleted line | Jonathan Tan | 2019-05-20 | 1 | -0/+1 | |
* | | | | Merge changes from topic 'reachability-2' | Jonathan Tan | 2019-05-20 | 5 | -44/+481 | |
|\ \ \ \ | ||||||
| * | | | | UploadPack: Use reachability checker to validate non-advertised wants | Ivan Frade | 2019-05-16 | 1 | -44/+78 | |
| * | | | | BitmappedReachabilityChecker: Reachability check using bitmaps | Ivan Frade | 2019-05-15 | 1 | -0/+122 | |
| * | | | | BitmapCalculator: Get the reachability bitmap of a commit | Ivan Frade | 2019-05-15 | 1 | -0/+93 | |
| * | | | | ReachabilityChecker: Default implementation with a RevWalk | Ivan Frade | 2019-05-15 | 2 | -0/+188 | |
* | | | | | Convert to lambda or member reference | Carsten Hammer | 2019-05-16 | 38 | -466/+296 | |
|/ / / / | ||||||
* | | | | Use integer depth in PackWriter's DepthAwareVisitationPolicy | Matthias Sohn | 2019-05-03 | 1 | -4/+4 | |
* | | | | SubmoduleWalk#forPath: Clarify that caller must close returned instance | David Pursehouse | 2019-04-29 | 1 | -2/+4 | |
* | | | | ConfigConstants: Fix quoting of section names in javadocs | David Pursehouse | 2019-04-29 | 1 | -8/+8 | |
* | | | | Silence API errors and add missing @since tags caused by 175e6654 | Matthias Sohn | 2019-04-29 | 1 | -1/+2 | |
* | | | | Merge branch 'stable-5.3' | Matthias Sohn | 2019-04-29 | 7 | -42/+105 | |
|\| | | | ||||||
| * | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-04-28 | 7 | -42/+105 | |
| |\| | | ||||||
| | * | | Revert 4678f4b and provide another solution for bug 467631 | Thomas Wolf | 2019-04-20 | 2 | -16/+42 | |
| | * | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-04-20 | 5 | -27/+66 | |
| | |\| | ||||||
| | | * | Merge branch 'stable-5.0' into stable-5.1 | Matthias Sohn | 2019-04-20 | 5 | -27/+66 | |
| | | |\ | ||||||
| | | | * | Merge branch 'stable-4.11' into stable-5.0 | Matthias Sohn | 2019-04-19 | 5 | -27/+66 | |
| | | | |\ | ||||||
| | | | | * | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2019-04-18 | 5 | -27/+66 | |
| | | | | |\ | ||||||
| | | | | | * | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2019-04-18 | 5 | -27/+66 | |
| | | | | | |\ | ||||||
| | | | | | | * | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2019-04-18 | 5 | -27/+66 | |
| | | | | | | |\ | ||||||
| | | | | | | | * | Merge branch 'stable-4.7' into stable-4.8stable-4.8 | Matthias Sohn | 2019-04-17 | 4 | -28/+68 | |
| | | | | | | | |\ | ||||||
| | | | | | | | | * | Merge branch 'stable-4.6' into stable-4.7 | Matthias Sohn | 2019-04-16 | 4 | -28/+68 | |
| | | | | | | | | |\ | ||||||
| | | | | | | | | | * | Merge branch 'stable-4.5' into stable-4.6stable-4.6 | Matthias Sohn | 2019-04-16 | 4 | -28/+68 | |
| | | | | | | | | | |\ | ||||||
| | | | | | | | | | | * | Remember the cause for invalidating a packfile | Luca Milanesio | 2019-04-11 | 4 | -23/+62 | |
| | | | | | | | | | | * | Fix pack files scan when filesnapshot isn't modified | Luca Milanesio | 2019-04-09 | 1 | -5/+6 | |
* | | | | | | | | | | | | tree:<depth>: do not revisit tree during packing | Matthew DeVore | 2019-04-16 | 1 | -8/+25 | |
* | | | | | | | | | | | | tree:<depth> should not traverse overly-deep trees | Matthew DeVore | 2019-04-16 | 3 | -4/+37 | |
* | | | | | | | | | | | | Preliminary support for tree:<depth> filter | Matthew DeVore | 2019-04-16 | 4 | -37/+207 | |
* | | | | | | | | | | | | Merge "Revert "Use try-with-resources in SubmoduleWalk"" | Jonathan Nieder | 2019-04-14 | 1 | -12/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Revert "Use try-with-resources in SubmoduleWalk" | Jonathan Nieder | 2019-04-14 | 1 | -12/+14 | |
* | | | | | | | | | | | | | Use Arrays.asList instead of copying array in a for loop | Carsten Hammer | 2019-04-14 | 4 | -10/+10 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Use try-with-resources in SubmoduleWalk | Carsten Hammer | 2019-04-13 | 1 | -14/+12 | |
* | | | | | | | | | | | | Use isEmpty() instead of size()==0 where possible | Carsten Hammer | 2019-04-13 | 10 | -11/+12 | |
* | | | | | | | | | | | | Use jdk 5 for loop | Carsten Hammer | 2019-04-13 | 7 | -34/+31 | |
* | | | | | | | | | | | | Join catch sections using multicatch | Carsten Hammer | 2019-04-13 | 24 | -155/+47 | |
* | | | | | | | | | | | | Process unshallow commits first | Masaya Suzuki | 2019-04-11 | 1 | -1/+14 | |
* | | | | | | | | | | | | Remove unnecessary type specifications | Carsten Hammer | 2019-04-11 | 2 | -2/+2 | |
* | | | | | | | | | | | | Use String.isEmpty() instead of comparing to "" | Carsten Hammer | 2019-04-11 | 1 | -4/+4 | |
* | | | | | | | | | | | | Replace usage of String.indexOf with String.contains where possible | Carsten Hammer | 2019-04-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | Introduce RefDatabase#getTipsWithSha1 to list refs pointing to object | Patrick Hiesel | 2019-04-08 | 2 | -1/+48 | |
* | | | | | | | | | | | | Attach deletion failure reason in FileUtils.delete() | Thomas Wolf | 2019-04-03 | 1 | -11/+31 | |
* | | | | | | | | | | | | Ignore invalid files in '.gnupg/private-keys-v1.d' | Gunnar Wagenknecht | 2019-04-03 | 1 | -2/+10 |