| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix indentation in TestRequestLog | Matthias Sohn | 2018-02-22 | 1 | -75/+76 |
* | DfsReaderIoStats: Clarify that "blocks" are really cache misses | Dave Borowitz | 2018-02-22 | 1 | -5/+13 |
* | PathMatcher: fix handling of **/ | Marc Strapetz | 2018-02-22 | 11 | -47/+185 |
* | Merge changes Id616611e,Ib6509e81,I52f5d3f2 | David Pursehouse | 2018-02-22 | 2 | -69/+190 |
|\ |
|
| * | RepoCommand: generate relative submodule URLs from absolute URLs. | Han-Wen Nienhuys | 2018-02-21 | 2 | -6/+60 |
| * | RepoCommand: don't record new commit if tree did not change | Han-Wen Nienhuys | 2018-02-19 | 2 | -2/+59 |
| * | RepoCommand: persist unreadable submodules in .gitmodules | Han-Wen Nienhuys | 2018-02-19 | 2 | -63/+73 |
* | | CGitIgnoreTest: also test untracked files | Marc Strapetz | 2018-02-21 | 1 | -5/+30 |
* | | dfs: Try to avoid searching UNREACHABLE_GARBAGE during packing | Shawn Pearce | 2018-02-21 | 1 | -12/+54 |
|/ |
|
* | Declare LFS dependency on GSON for Bazel build | Han-Wen Nienhuys | 2018-02-19 | 2 | -1/+5 |
* | Silence API error for new constant in ConfigConstants | Matthias Sohn | 2018-02-18 | 1 | -0/+8 |
* | Silence API errors raised for new public fields in PackStatistics | Matthias Sohn | 2018-02-18 | 1 | -0/+26 |
* | LFS: Add remote download to SmudgeFilter | Markus Duft | 2018-02-16 | 18 | -29/+907 |
* | RepoCommand: Don't leave Git open | David Pursehouse | 2018-02-15 | 1 | -79/+79 |
* | Merge "Merge branch 'stable-4.10'" | Matthias Sohn | 2018-02-14 | 3 | -2/+303 |
|\ |
|
| * | Merge branch 'stable-4.10' | Matthias Sohn | 2018-02-14 | 3 | -2/+303 |
| |\ |
|
| | * | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-02-14 | 3 | -2/+303 |
| | |\ |
|
| | | * | Fix ssh host name handling for Jsch | Thomas Wolf | 2018-02-14 | 2 | -2/+68 |
| | | * | Jsch overrides the port in the URI with the one in ~/.ssh/config | Thomas Wolf | 2018-02-14 | 3 | -1/+236 |
* | | | | Merge "InitCommand: Don't leave Repository open after Git is closed" | David Pursehouse | 2018-02-14 | 2 | -37/+45 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | InitCommand: Don't leave Repository open after Git is closed | David Pursehouse | 2018-02-14 | 2 | -37/+45 |
* | | | | Merge "TransportLocal should reuse FS from source repo" | Matthias Sohn | 2018-02-14 | 1 | -1/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | TransportLocal should reuse FS from source repo | Marc Strapetz | 2017-12-29 | 1 | -1/+3 |
* | | | | URIish: add a test for equals and hashcode methods | Matthias Sohn | 2018-02-13 | 1 | -0/+28 |
* | | | | Add a minimum negotiation feature for fetch | Terry Parker | 2018-02-12 | 3 | -19/+166 |
* | | | | Add negotiation statistics to PackStatistics | Terry Parker | 2018-02-12 | 3 | -10/+113 |
* | | | | MergedReftable to skip shadowed refs in same reftable | Minh Thai | 2018-02-09 | 2 | -1/+22 |
* | | | | Fix CleanCommand not to throw FileNotFoundExceptions | Christian Halstrick | 2018-02-08 | 2 | -14/+30 |
* | | | | GC: Remove empty references folders | Hector Caballero | 2018-02-07 | 2 | -0/+163 |
* | | | | Bazel: Support building with Java 9 | David Ostrovsky | 2018-02-07 | 2 | -0/+11 |
* | | | | GC: Merge if statement with the enclosing one | Hector Caballero | 2018-02-06 | 1 | -6/+6 |
* | | | | GC: Replace Files methods with File alternatives | Hector Caballero | 2018-02-06 | 1 | -2/+2 |
* | | | | GC: Replace anonymous classes with lambdas | Hector Caballero | 2018-02-06 | 1 | -30/+22 |
* | | | | GC: Simplify lambda | Hector Caballero | 2018-02-06 | 1 | -5/+4 |
* | | | | GC: Simplify reference equals() method | Hector Caballero | 2018-02-06 | 1 | -9/+6 |
* | | | | GC: Simplify boolean expression | Hector Caballero | 2018-02-06 | 1 | -2/+2 |
* | | | | GC: Simplify expression | Hector Caballero | 2018-02-06 | 1 | -1/+1 |
* | | | | GC: Remove redundant type arguments | Hector Caballero | 2018-02-06 | 1 | -2/+2 |
* | | | | GC: Remove unnecessary continue statement | Hector Caballero | 2018-02-06 | 1 | -1/+0 |
* | | | | Close RevWalk in BranchTrackingStatus.of() | Matthias Sohn | 2018-02-06 | 1 | -12/+15 |
* | | | | Update tycho to 1.1.0 | Matthias Sohn | 2018-02-05 | 1 | -1/+1 |
* | | | | Basic submodule merge handling | David Turner | 2018-02-04 | 7 | -12/+298 |
* | | | | Add class to access WindowCache statistics | David Pursehouse | 2018-02-03 | 2 | -3/+80 |
* | | | | Use a TemporaryBuffer to do a content merge | Thomas Wolf | 2018-02-02 | 1 | -84/+48 |
* | | | | Fix index blob for merges with CRLF translations | Thomas Wolf | 2018-02-02 | 2 | -5/+46 |
* | | | | Fix version of slf4j in manifest files | David Pursehouse | 2018-02-02 | 1 | -1/+1 |
* | | | | Update gson version in org.eclipse.jgit.lfs.server manifest | David Pursehouse | 2018-02-02 | 1 | -1/+1 |
* | | | | Honor CRLF settings when writing merge results | Thomas Wolf | 2018-02-02 | 4 | -13/+71 |
* | | | | Merge branch 'stable-4.10' | David Pursehouse | 2018-02-01 | 0 | -0/+0 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge branch 'stable-4.9' into stable-4.10 | David Pursehouse | 2018-02-01 | 1 | -3/+3 |
| |\ \ \
| | | |/
| | |/| |
|