summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update orbit to S20180302171354 (photon) and R20180206163158 (oxygen)Matthias Sohn2018-03-0410-26/+26
* Add|RemoveNoteComand: Reduce duplicated codeDavid Pursehouse2018-03-032-33/+7
* LFSPointerTest: Open ByteArrayOutputStream in try-with-resourceDavid Pursehouse2018-03-031-6/+7
* AbbreviationTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-031-1/+4
* TagBuilder: Open OutputStreamWriter in try-with-resourceDavid Pursehouse2018-03-031-3/+2
* DaemonService: Open Repository in try-with-resourceDavid Pursehouse2018-03-031-12/+4
* RefDirectory: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-031-23/+20
* ObjectDirectory: Open BufferedReader in try-with-resourceDavid Pursehouse2018-03-031-8/+2
* Patch: Open TemporaryBuffer in try-with-resourceDavid Pursehouse2018-03-031-4/+4
* Enable warning for resources not managed by try-with-resourceDavid Pursehouse2018-03-0317-17/+17
* LFS: Enable LFS support for the CLI, better error handlingMarkus Duft2018-03-037-5/+43
* Cleanup stream usage WRT filtersMarkus Duft2018-03-036-33/+88
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-0325-93/+848
* Merge "LFS: Dramatically improve checkout speed with SSH authentication"Matthias Sohn2018-03-014-15/+108
|\
| * LFS: Dramatically improve checkout speed with SSH authenticationMarkus Duft2018-03-014-15/+108
* | Correctly exit fetch negotiation for stateless RPC connectionsTerry Parker2018-02-281-0/+6
|/
* LFS: pre-push upload supportMarkus Duft2018-02-2715-184/+837
* AmazonS3: Open OutputStream in try-with-resourceDavid Pursehouse2018-02-261-10/+5
* MergeGitAttributeTest: Open FileInputStream in try-with-resourceDavid Pursehouse2018-02-261-27/+17
* PullCommandWithRebaseTest: Open File{Input|Output}Stream in try-with-resourceDavid Pursehouse2018-02-261-13/+2
* RecursiveMergerTest: Open FileOutputStream in try-with-resourceDavid Pursehouse2018-02-261-33/+28
* PullCommandTest: Use try-with-resources for File{Input,Output}StreamDavid Pursehouse2018-02-261-13/+2
* Add ObjectIdSerializerDavid Pursehouse2018-02-252-0/+195
* CheckoutCommandTest: Fix name of created temp fileDavid Pursehouse2018-02-251-1/+1
* IgnoreNodeTest: Suppress deprecation warnings in testEmptyIgnoreNodeDavid Pursehouse2018-02-251-0/+1
* Fix warnings about boxing/unboxing BooleanDavid Pursehouse2018-02-252-4/+6
* WorkingTreeIterator: Fix warnings about variable hidingDavid Pursehouse2018-02-251-4/+4
* WorkingTreeIterator: Add NON-NLS suppressionsDavid Pursehouse2018-02-251-3/+3
* Merge "Fix processing of gitignore negations"Matthias Sohn2018-02-234-64/+439
|\
| * Fix processing of gitignore negationsMarc Strapetz2018-02-234-64/+439
* | Update tycho to 1.1.0Michael Keppler2018-02-231-1/+1
|/
* Configure Semaphore used in TestRequestLog to be fairMatthias Sohn2018-02-221-1/+1
* Fix indentation in TestRequestLogMatthias Sohn2018-02-221-75/+76
* DfsReaderIoStats: Clarify that "blocks" are really cache missesDave Borowitz2018-02-221-5/+13
* PathMatcher: fix handling of **/Marc Strapetz2018-02-2211-47/+185
* Merge changes Id616611e,Ib6509e81,I52f5d3f2David Pursehouse2018-02-222-69/+190
|\
| * RepoCommand: generate relative submodule URLs from absolute URLs.Han-Wen Nienhuys2018-02-212-6/+60
| * RepoCommand: don't record new commit if tree did not changeHan-Wen Nienhuys2018-02-192-2/+59
| * RepoCommand: persist unreadable submodules in .gitmodulesHan-Wen Nienhuys2018-02-192-63/+73
* | CGitIgnoreTest: also test untracked filesMarc Strapetz2018-02-211-5/+30
* | dfs: Try to avoid searching UNREACHABLE_GARBAGE during packingShawn Pearce2018-02-211-12/+54
|/
* Declare LFS dependency on GSON for Bazel buildHan-Wen Nienhuys2018-02-192-1/+5
* Silence API error for new constant in ConfigConstantsMatthias Sohn2018-02-181-0/+8
* Silence API errors raised for new public fields in PackStatisticsMatthias Sohn2018-02-181-0/+26
* LFS: Add remote download to SmudgeFilterMarkus Duft2018-02-1618-29/+907
* RepoCommand: Don't leave Git openDavid Pursehouse2018-02-151-79/+79
* Merge "Merge branch 'stable-4.10'"Matthias Sohn2018-02-143-2/+303
|\
| * Merge branch 'stable-4.10'Matthias Sohn2018-02-143-2/+303
| |\
| | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-02-143-2/+303
| | |\
| | | * Fix ssh host name handling for JschThomas Wolf2018-02-142-2/+68