Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-22Remove Buck buildDavid Pursehouse1-95/+0
2017-03-21Add remaining parts of the bazel buildDavid Ostrovsky2-0/+112
2017-03-21Delegate crypto algorithm creation to InsecureCipherFactoryDavid Ostrovsky1-5/+4
2017-03-19Fix test configuration to run RacyGitTests, and fix testRacyGitDetectionDavid Pursehouse2-2/+14
2017-03-18RevFlagSetTest: Fix compilation error flagged by error proneDavid Ostrovsky1-1/+0
2017-03-10FetchCommand: Fix detection of submodule recursion modeDavid Pursehouse1-25/+91
2017-03-04FetchCommand: Add basic support for recursing into submodulesDavid Pursehouse1-0/+273
2017-03-03Make Repository.normalizeBranchName less strictThomas Wolf1-82/+61
2017-03-02Merge "SHA-1: collision detection support"Jonathan Nieder3-0/+111
2017-03-01SHA-1: collision detection supportShawn Pearce3-0/+111
2017-02-28Correct the boolean logic for filtering pathsMagnus Vigerlöf1-0/+360
2017-02-26SHA1: support reset() and reuse instancesShawn Pearce1-0/+15
2017-02-26Pure Java SHA-1Shawn Pearce2-0/+113
2017-02-20Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse57-163/+163
2017-02-20Add some more missing @Override annotationsDavid Pursehouse1-0/+1
2017-02-20Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse57-1/+186
2017-02-18Set commit time to ZipArchiveEntryNaoki Takezoe1-0/+10
2017-02-17GC: don't loosen doomed objectsDavid Turner1-0/+39
2017-02-10Limit receive commandsShawn Pearce1-0/+23
2017-02-10IndexDiffSubmoduleTest: Fix negative use countDavid Pursehouse1-1/+0
2017-02-09FetchCommandTest: Don't declare specific exceptions in test methodsDavid Pursehouse1-7/+2
2017-02-09PushCommandTest: Remove unused variables to prevent errors in EclipseDavid Pursehouse1-3/+3
2017-02-09Merge "push: support per-ref force-with-lease"Shawn Pearce2-0/+95
2017-02-09push: support per-ref force-with-leaseDavid Turner2-0/+95
2017-02-08Prefer smaller GC files during DFS garbage collectionShawn Pearce1-0/+68
2017-02-08Fix missing deltas near type boundariesShawn Pearce1-11/+17
2017-02-08Merge "Reintroduce garbage pack coalescing when ttl > 0."Shawn Pearce1-9/+69
2017-02-08Reintroduce garbage pack coalescing when ttl > 0.Thirumala Reddy Mutchukota1-9/+69
2017-02-06Branch normalizer should not normalize already valid branch namesMatthias Sohn1-0/+14
2017-01-31Detect stale-file-handle error in causal chainHongkai Liu1-0/+40
2017-01-31Merge branch 'stable-4.6'David Pursehouse1-0/+119
2017-01-30Merge "Don't rely on default locale when using toUpperCase() and toLowerCase()"David Pursehouse2-3/+6
2017-01-30Merge FileTreeIteratorJava7Test into FileTreeIteratorTestDavid Pursehouse2-208/+154
2017-01-30Rename FileUtilTest to FileUtilsTest and merge in FileUtils7TestHongkai Liu2-100/+30
2017-01-29Clean up orphan files in GCHongkai Liu1-0/+119
2017-01-28RepositoryCacheTest: avoid to close already closed repositoryMatthias Sohn1-15/+18
2017-01-28RefUpdateTest: Don't call createBareRepository in try-with-resourceDavid Pursehouse1-8/+8
2017-01-28ReceivePackAdvertiseRefsHookTest: Don't close repositories in teardownDavid Pursehouse1-10/+0
2017-01-28RepoCommandTest: Don't wrap create{Bare,Work}Directory in t-w-rDavid Pursehouse1-362/+321
2017-01-28GitConstructionTest: Remove unnecessary calls to Repository.close()David Pursehouse1-10/+0
2017-01-28Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2-3/+6
2017-01-26Record the estimated size of the pack files.Thirumala Reddy Mutchukota2-0/+385
2017-01-24gc: loosen unreferenced objectsDavid Turner1-4/+19
2017-01-19gc: Add options to preserve and prune old pack filesJames Melvin1-1/+42
2017-01-18Normalizer creating a valid branch name from a stringWim Jongman1-0/+82
2017-01-16Merge "Fix StashApplyCommand for stashes containing untracked changes."Christian Halstrick1-0/+17
2017-01-15Fix StashApplyCommand for stashes containing untracked changes.Thomas Wolf1-0/+17
2017-01-15Fix possible InvalidObjectIdException in ObjectDirectoryMarc Strapetz1-0/+44
2017-01-03Pack refs/tags/ with refs/heads/Shawn Pearce1-9/+5
2016-12-29[findBugs] Fix potential NPE in ObjectDirectoryTestMatthias Sohn1-1/+1

Back to the top