| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Buck build | David Pursehouse | 2017-03-22 | 1 | -95/+0 |
* | Add remaining parts of the bazel build | David Ostrovsky | 2017-03-21 | 2 | -0/+112 |
* | Delegate crypto algorithm creation to InsecureCipherFactory | David Ostrovsky | 2017-03-21 | 1 | -5/+4 |
* | Fix test configuration to run RacyGitTests, and fix testRacyGitDetection | David Pursehouse | 2017-03-19 | 2 | -2/+14 |
* | RevFlagSetTest: Fix compilation error flagged by error prone | David Ostrovsky | 2017-03-18 | 1 | -1/+0 |
* | FetchCommand: Fix detection of submodule recursion mode | David Pursehouse | 2017-03-10 | 1 | -25/+91 |
* | FetchCommand: Add basic support for recursing into submodules | David Pursehouse | 2017-03-04 | 1 | -0/+273 |
* | Make Repository.normalizeBranchName less strict | Thomas Wolf | 2017-03-04 | 1 | -82/+61 |
* | Merge "SHA-1: collision detection support" | Jonathan Nieder | 2017-03-02 | 3 | -0/+111 |
|\ |
|
| * | SHA-1: collision detection support | Shawn Pearce | 2017-02-28 | 3 | -0/+111 |
* | | Correct the boolean logic for filtering paths | Magnus Vigerlöf | 2017-02-28 | 1 | -0/+360 |
|/ |
|
* | SHA1: support reset() and reuse instances | Shawn Pearce | 2017-02-26 | 1 | -0/+15 |
* | Pure Java SHA-1 | Shawn Pearce | 2017-02-26 | 2 | -0/+113 |
* | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 57 | -163/+163 |
* | Add some more missing @Override annotations | David Pursehouse | 2017-02-20 | 1 | -0/+1 |
* | Enable and fix 'Should be tagged with @Override' warning | David Pursehouse | 2017-02-19 | 57 | -1/+186 |
* | Set commit time to ZipArchiveEntry | Naoki Takezoe | 2017-02-18 | 1 | -0/+10 |
* | GC: don't loosen doomed objects | David Turner | 2017-02-17 | 1 | -0/+39 |
* | Limit receive commands | Shawn Pearce | 2017-02-11 | 1 | -0/+23 |
* | IndexDiffSubmoduleTest: Fix negative use count | David Pursehouse | 2017-02-10 | 1 | -1/+0 |
* | FetchCommandTest: Don't declare specific exceptions in test methods | David Pursehouse | 2017-02-09 | 1 | -7/+2 |
* | PushCommandTest: Remove unused variables to prevent errors in Eclipse | David Pursehouse | 2017-02-09 | 1 | -3/+3 |
* | Merge "push: support per-ref force-with-lease" | Shawn Pearce | 2017-02-08 | 2 | -0/+95 |
|\ |
|
| * | push: support per-ref force-with-lease | David Turner | 2017-02-08 | 2 | -0/+95 |
* | | Prefer smaller GC files during DFS garbage collection | Shawn Pearce | 2017-02-08 | 1 | -0/+68 |
* | | Fix missing deltas near type boundaries | Shawn Pearce | 2017-02-08 | 1 | -11/+17 |
* | | Merge "Reintroduce garbage pack coalescing when ttl > 0." | Shawn Pearce | 2017-02-08 | 1 | -9/+69 |
|\ \ |
|
| * | | Reintroduce garbage pack coalescing when ttl > 0. | Thirumala Reddy Mutchukota | 2017-02-07 | 1 | -9/+69 |
* | | | Branch normalizer should not normalize already valid branch names | Matthias Sohn | 2017-02-07 | 1 | -0/+14 |
|/ / |
|
* | | Detect stale-file-handle error in causal chain | Hongkai Liu | 2017-01-30 | 1 | -0/+40 |
* | | Merge branch 'stable-4.6' | David Pursehouse | 2017-01-31 | 1 | -0/+119 |
|\ \ |
|
| * | | Clean up orphan files in GC | Hongkai Liu | 2017-01-30 | 1 | -0/+119 |
* | | | Merge "Don't rely on default locale when using toUpperCase() and toLowerCase()" | David Pursehouse | 2017-01-30 | 2 | -3/+6 |
|\ \ \ |
|
| * | | | Don't rely on default locale when using toUpperCase() and toLowerCase() | Matthias Sohn | 2017-01-28 | 2 | -3/+6 |
* | | | | Merge FileTreeIteratorJava7Test into FileTreeIteratorTest | David Pursehouse | 2017-01-30 | 2 | -208/+154 |
* | | | | Rename FileUtilTest to FileUtilsTest and merge in FileUtils7Test | Hongkai Liu | 2017-01-30 | 2 | -100/+30 |
* | | | | RepositoryCacheTest: avoid to close already closed repository | Matthias Sohn | 2017-01-28 | 1 | -15/+18 |
* | | | | RefUpdateTest: Don't call createBareRepository in try-with-resource | David Pursehouse | 2017-01-28 | 1 | -8/+8 |
* | | | | ReceivePackAdvertiseRefsHookTest: Don't close repositories in teardown | David Pursehouse | 2017-01-28 | 1 | -10/+0 |
* | | | | RepoCommandTest: Don't wrap create{Bare,Work}Directory in t-w-r | David Pursehouse | 2017-01-28 | 1 | -362/+321 |
* | | | | GitConstructionTest: Remove unnecessary calls to Repository.close() | David Pursehouse | 2017-01-28 | 1 | -10/+0 |
|/ / / |
|
* | | | Record the estimated size of the pack files. | Thirumala Reddy Mutchukota | 2017-01-26 | 2 | -0/+385 |
* | | | gc: loosen unreferenced objects | David Turner | 2017-01-24 | 1 | -4/+19 |
* | | | gc: Add options to preserve and prune old pack files | James Melvin | 2017-01-19 | 1 | -1/+42 |
* | | | Normalizer creating a valid branch name from a string | Wim Jongman | 2017-01-18 | 1 | -0/+82 |
* | | | Merge "Fix StashApplyCommand for stashes containing untracked changes." | Christian Halstrick | 2017-01-16 | 1 | -0/+17 |
|\ \ \ |
|
| * | | | Fix StashApplyCommand for stashes containing untracked changes. | Thomas Wolf | 2017-01-15 | 1 | -0/+17 |
| | |/
| |/| |
|
* / | | Fix possible InvalidObjectIdException in ObjectDirectory | Marc Strapetz | 2017-01-15 | 1 | -0/+44 |
|/ / |
|
* | | Pack refs/tags/ with refs/heads/ | Shawn Pearce | 2017-01-03 | 1 | -9/+5 |
* | | [findBugs] Fix potential NPE in ObjectDirectoryTest | Matthias Sohn | 2016-12-29 | 1 | -1/+1 |