Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Format BUILD files with buildifier | David Pursehouse | 2017-08-18 | 2 | -8/+8 | |
| * | | Bazel: Add missing dependency in org.eclipse.jgit.http.test | David Pursehouse | 2017-08-18 | 1 | -0/+1 | |
* | | | reftable: reserve standard PackExt | Shawn Pearce | 2017-08-17 | 1 | -0/+3 | |
* | | | reftable: resolve symbolic references | Shawn Pearce | 2017-08-17 | 2 | -0/+76 | |
* | | | reftable: support threshold based compaction | Shawn Pearce | 2017-08-17 | 2 | -0/+52 | |
* | | | reftable: compact merged tables | Shawn Pearce | 2017-08-17 | 2 | -0/+250 | |
* | | | reftable: merge-join reftables | Shawn Pearce | 2017-08-17 | 2 | -0/+699 | |
* | | | reftable: lookup by ObjectId unit tests | Shawn Pearce | 2017-08-17 | 1 | -0/+62 | |
* | | | reftable: reflog unit tests | Shawn Pearce | 2017-08-17 | 1 | -0/+151 | |
* | | | reftable: namespace unit tests | Shawn Pearce | 2017-08-17 | 1 | -0/+36 | |
* | | | reftable: bulk operation unit tests | Shawn Pearce | 2017-08-17 | 1 | -0/+82 | |
* | | | reftable: basic functionality unit tests | Shawn Pearce | 2017-08-17 | 2 | -0/+359 | |
* | | | reftable: debug tools | Shawn Pearce | 2017-08-17 | 7 | -2/+933 | |
* | | | reftable: scan and lookup reftable files | Shawn Pearce | 2017-08-17 | 9 | -0/+1878 | |
* | | | reftable: create and write reftable files | Shawn Pearce | 2017-08-17 | 9 | -0/+2010 | |
* | | | reftable: file format documentation | Shawn Pearce | 2017-08-17 | 1 | -0/+950 | |
|/ / | ||||||
* | | Add support to follow HTTP redirects | Thomas Wolf | 2017-08-17 | 13 | -142/+1108 | |
* | | Merge "Fix off-by-one error in Strings.count()" | Christian Halstrick | 2017-08-16 | 2 | -4/+80 | |
|\ \ | ||||||
| * | | Fix off-by-one error in Strings.count() | Thomas Wolf | 2017-08-14 | 2 | -4/+80 | |
* | | | Merge "Use relative paths for attribute rule matching" | Christian Halstrick | 2017-08-16 | 2 | -4/+37 | |
|\| | | ||||||
| * | | Use relative paths for attribute rule matching | Thomas Wolf | 2017-08-11 | 2 | -4/+37 | |
* | | | Send a detailed event on working tree modifications | Thomas Wolf | 2017-08-15 | 14 | -492/+1253 | |
* | | | Merge branch 'stable-4.8' | Matthias Sohn | 2017-08-15 | 5 | -5/+117 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'stable-4.7' into stable-4.8 | Matthias Sohn | 2017-08-15 | 5 | -5/+117 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'stable-4.6' into stable-4.7 | Matthias Sohn | 2017-08-14 | 9 | -13/+125 | |
| | |\ \ \ | ||||||
| | | * \ \ | Merge branch 'stable-4.5' into stable-4.6 | Matthias Sohn | 2017-08-14 | 2 | -2/+114 | |
| | | |\ \ \ | ||||||
| | | | * | | | Fix exception handling for opening bitmap index files | Christian Halstrick | 2017-08-14 | 2 | -2/+114 | |
| | | * | | | | Update Oxygen Orbit p2 repository to R20170516192513 | Matthias Sohn | 2017-08-14 | 7 | -11/+11 | |
* | | | | | | | Do not apply pushInsteadOf to existing pushUris | Thomas Wolf | 2017-08-14 | 2 | -12/+25 | |
* | | | | | | | Record submodule paths with untracked changes as FileMode.GITLINK | Thomas Wolf | 2017-08-14 | 2 | -48/+59 | |
* | | | | | | | Fix handling of pushInsteadOf | Thomas Wolf | 2017-08-14 | 2 | -6/+30 | |
* | | | | | | | Merge "Ensure EOL stream type is DIRECT when -text attribute is present" | Christian Halstrick | 2017-08-14 | 2 | -6/+25 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Ensure EOL stream type is DIRECT when -text attribute is present | Thomas Wolf | 2017-08-11 | 2 | -6/+25 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Rename extensions.refsStorage to refStorage | Shawn Pearce | 2017-08-11 | 4 | -4/+4 | |
* | | | | | | | Expose LongMap in util package | Shawn Pearce | 2017-08-09 | 3 | -11/+34 | |
* | | | | | | | NB: encode and decode 24-bit ints | Shawn Pearce | 2017-08-09 | 2 | -0/+106 | |
|/ / / / / / | ||||||
* | | | | | | Update thread-safety warning about Repository | Shawn Pearce | 2017-08-08 | 1 | -1/+7 | |
* | | | | | | ReflogWriter: Minor cleanup | Dave Borowitz | 2017-08-02 | 1 | -40/+37 | |
* | | | | | | Eliminate SectionParser construction boilerplate | Dave Borowitz | 2017-08-02 | 14 | -102/+16 | |
* | | | | | | Merge changes Ia6c3935c,I46a29eae | David Pursehouse | 2017-08-02 | 2 | -1/+20 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove unused import introduced in a551b64 | Matthias Sohn | 2017-08-01 | 1 | -1/+0 | |
| * | | | | | | Silence API errors caused by adding enum constants in dbb137e | Matthias Sohn | 2017-08-01 | 1 | -0/+20 | |
* | | | | | | | Merge "git ignore .DS_Store" | Matthias Sohn | 2017-08-01 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | git ignore .DS_Store | David Pursehouse | 2017-07-28 | 1 | -0/+1 | |
* | | | | | | | | Merge "git ignore all bazel folders" | Matthias Sohn | 2017-08-01 | 1 | -5/+1 | |
|\| | | | | | | | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | git ignore all bazel folders | David Pursehouse | 2017-07-28 | 1 | -5/+1 | |
* | | | | | | | Merge changes I424295df,Ib003f7c8 | David Pursehouse | 2017-08-01 | 2 | -29/+48 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Treat RawText of binary data as file with one single line. | Han-Wen Nienhuys | 2017-08-01 | 2 | -5/+31 | |
| * | | | | | | | Trim boilerplate in RawParseUtils_LineMapTest. | Han-Wen Nienhuys | 2017-07-27 | 1 | -24/+17 | |
* | | | | | | | | Merge "Use w1 for hashCode of AbbreviatedObjectId" | Terry Parker | 2017-07-28 | 2 | -4/+14 | |
|\ \ \ \ \ \ \ \ |