aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org
Commit message (Expand)AuthorAgeFilesLines
* 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
* LFS: Enable LFS support for the CLI, better error handlingMarkus Duft2018-03-031-3/+12
* Cleanup stream usage WRT filtersMarkus Duft2018-03-034-3/+43
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-0310-62/+412
* Correctly exit fetch negotiation for stateless RPC connectionsTerry Parker2018-02-281-0/+6
* LFS: pre-push upload supportMarkus Duft2018-02-274-0/+50
* AmazonS3: Open OutputStream in try-with-resourceDavid Pursehouse2018-02-261-10/+5
* Add ObjectIdSerializerDavid Pursehouse2018-02-251-0/+107
* 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
* Fix processing of gitignore negationsMarc Strapetz2018-02-232-63/+143
* DfsReaderIoStats: Clarify that "blocks" are really cache missesDave Borowitz2018-02-221-5/+13
* PathMatcher: fix handling of **/Marc Strapetz2018-02-228-46/+81
* Merge changes Id616611e,Ib6509e81,I52f5d3f2David Pursehouse2018-02-221-36/+36
|\
| * RepoCommand: generate relative submodule URLs from absolute URLs.Han-Wen Nienhuys2018-02-211-6/+2
| * RepoCommand: don't record new commit if tree did not changeHan-Wen Nienhuys2018-02-191-0/+5
| * RepoCommand: persist unreadable submodules in .gitmodulesHan-Wen Nienhuys2018-02-191-30/+29
* | dfs: Try to avoid searching UNREACHABLE_GARBAGE during packingShawn Pearce2018-02-211-12/+54
|/
* LFS: Add remote download to SmudgeFilterMarkus Duft2018-02-162-1/+7
* RepoCommand: Don't leave Git openDavid Pursehouse2018-02-151-79/+79
* Merge "Merge branch 'stable-4.10'"Matthias Sohn2018-02-141-2/+16
|\
| * Merge branch 'stable-4.10'Matthias Sohn2018-02-141-2/+16
| |\
| | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-02-141-2/+16
| | |\
| | | * Fix ssh host name handling for JschThomas Wolf2018-02-141-1/+0
| | | * Jsch overrides the port in the URI with the one in ~/.ssh/configThomas Wolf2018-02-141-1/+16
* | | | Merge "InitCommand: Don't leave Repository open after Git is closed"David Pursehouse2018-02-141-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | InitCommand: Don't leave Repository open after Git is closedDavid Pursehouse2018-02-141-1/+4
* | | | Merge "TransportLocal should reuse FS from source repo"Matthias Sohn2018-02-141-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | TransportLocal should reuse FS from source repoMarc Strapetz2017-12-291-1/+3
* | | | Add a minimum negotiation feature for fetchTerry Parker2018-02-122-16/+84
* | | | Add negotiation statistics to PackStatisticsTerry Parker2018-02-123-10/+113
* | | | MergedReftable to skip shadowed refs in same reftableMinh Thai2018-02-091-1/+1
* | | | Fix CleanCommand not to throw FileNotFoundExceptionsChristian Halstrick2018-02-081-14/+14
* | | | GC: Remove empty references foldersHector Caballero2018-02-071-0/+45
* | | | GC: Merge if statement with the enclosing oneHector Caballero2018-02-061-6/+6
* | | | GC: Replace Files methods with File alternativesHector Caballero2018-02-061-2/+2
* | | | GC: Replace anonymous classes with lambdasHector Caballero2018-02-061-30/+22
* | | | GC: Simplify lambdaHector Caballero2018-02-061-5/+4
* | | | GC: Simplify reference equals() methodHector Caballero2018-02-061-9/+6
* | | | GC: Simplify boolean expressionHector Caballero2018-02-061-2/+2
* | | | GC: Simplify expressionHector Caballero2018-02-061-1/+1
* | | | GC: Remove redundant type argumentsHector Caballero2018-02-061-2/+2
* | | | GC: Remove unnecessary continue statementHector Caballero2018-02-061-1/+0
* | | | Close RevWalk in BranchTrackingStatus.of()Matthias Sohn2018-02-061-12/+15
* | | | Basic submodule merge handlingDavid Turner2018-02-045-10/+145