Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-09JGit v5.8.0.202006091008-rv5.8.0.202006091008-rMatthias Sohn2-2/+2
2020-06-04ApplyCommand: use context lines to determine hunk locationThomas Wolf13-1/+535
2020-06-01Add tests for RawTextComparator.WS_IGNORE_CHANGE.hash()Thomas Wolf1-0/+44
2020-05-31Decouple JSch from JGit CoreMatthias Sohn49-2484/+4
2020-05-31Decouple BouncyCastle from JGit CoreMatthias Sohn2-134/+1
2020-05-28RawTextComparator.WS_IGNORE_CHANGE must not compare whitespaceThomas Wolf1-0/+28
2020-05-22Ignore core.eol if core.autocrlf=inputThomas Wolf1-0/+32
2020-05-22Attributes: fix handling of text=auto in combination with eolThomas Wolf2-0/+107
2020-05-13Merge changes I39783eee,I874503ec,Ic942a8e4,I6ec2c3e8,I62cb5030, ...Terry Parker1-1/+0
2020-05-13PackBitmapIndex: Move BitmapCommit to a top-level classYunjie Li1-1/+0
2020-05-11Merge changes I6543c2e1,I21ed029dTerry Parker2-0/+259
2020-05-09ReceivePack: adding IterativeConnectivityCheckerDemetr Starshov2-0/+259
2020-05-07Fix error occurring during checkoutNail Samatov1-0/+22
2020-05-06Apply hunks when renaming or copying from patch filesJack Wickham7-0/+62
2020-05-06Create parent directories when renaming a file in ApplyCommandJack Wickham4-0/+22
2020-05-03Add missing test source file to the buildDavid Ostrovsky1-0/+1
2020-04-29revwalk: Introduce bitmap-based object reachability checkerIvan Frade1-0/+31
2020-04-28revwalk: Extract ObjectReachabilityChecker interfaceIvan Frade2-135/+146
2020-04-28UploadPack: Extract walk-based reachability checkIvan Frade1-0/+157
2020-04-23UploadPack: Clear advertised ref map after negotiationMinh Thai1-0/+78
2020-04-21Fix human name for local .bundle filesKonrad Windszus1-0/+11
2020-04-18Merge branch 'stable-5.7'Matthias Sohn2-0/+5
2020-04-18Bazel: Disable SecurityManagerMissingPermissionsTest testDavid Ostrovsky2-0/+5
2020-04-05Scan through all merged reftables for max/min update indicesMinh Thai1-0/+117
2020-04-03FileUtils: improve delete (Windows)Alexander Nittka1-0/+37
2020-04-03Merge branch 'stable-5.7'Thomas Wolf3-9/+90
2020-04-03Merge branch 'stable-5.6' into stable-5.7Thomas Wolf3-9/+90
2020-04-03FS.runInShell(): handle quoted filters and hooksPath containing blanksThomas Wolf1-0/+32
2020-03-25Handle non-normalized index also for executable filesThomas Wolf2-9/+58
2020-03-20Scan through all merged reftables for max/min update indicesMinh Thai1-0/+117
2020-03-19ResolveMerger: Ignore merge conflicts if asked soIvan Frade1-0/+88
2020-03-15Merge "tag option for clone command"Christian Halstrick1-0/+46
2020-03-15tag option for clone commandAlexander Nittka1-0/+46
2020-03-12RevWalk: fix bad topo flags error messageAlex Spradlin1-1/+1
2020-03-11RevWalk: new topo sort to not mix lines of historyAlex Spradlin2-0/+222
2020-03-11Prepare 5.7.1-SNAPSHOT buildsMatthias Sohn2-55/+55
2020-03-11JGit v5.7.0.202003110725-rv5.7.0.202003110725-rMatthias Sohn2-55/+55
2020-03-09Prepare 5.7.1-SNAPSHOT buildsMatthias Sohn2-55/+55
2020-03-09Prepare 5.8.0-SNAPSHOT buildsMatthias Sohn2-55/+55
2020-03-09JGit v5.7.0.202003090808-rv5.7.0.202003090808-rMatthias Sohn2-2/+2
2020-03-05Merge branch 'stable-5.6'Matthias Sohn1-8/+34
2020-03-04Add validation to hex decoderMichael Dardis1-0/+25
2020-03-04Update reftable storage repo layoutHan-Wen Nienhuys1-8/+34
2020-03-02Merge "ObjectWalk: Add null check before skip tree."Jonathan Nieder1-0/+8
2020-02-26Merge "Revert "RevWalk: stop mixing lines of history in topo sort""Jonathan Nieder3-159/+43
2020-02-26ObjectWalk: Add null check before skip tree.Yunjie Li1-0/+8
2020-02-26Revert "RevWalk: stop mixing lines of history in topo sort"Alex Spradlin3-159/+43
2020-02-22Merge branch 'stable-5.6'Matthias Sohn4-9/+9
2020-02-21Remove use of org.bouncycastle.util.encoders.HexMichael Dardis2-1/+49
2020-02-21Remove use of org.bouncycastle.util.io.TeeOutputStreamMichael Dardis1-0/+81

Back to the top