Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-05GitlinkMergeTest: fix boxing warningsMatthias Sohn1-1/+1
2020-09-03jgit: Add DfsBundleWriterMasaya Suzuki1-0/+85
2020-09-03Merge changes from topic "fix_ui"Terry Parker1-0/+368
2020-08-27ResolveMerger: do not content-merge gitlinks on del/mod conflictsDemetr Starshov1-9/+0
2020-08-27ResolveMerger: Adding test cases for GITLINK deletionDemetr Starshov1-0/+91
2020-08-27ResolveMerger: choose OURS on gitlink when ignoreConflictsDemetr Starshov1-5/+0
2020-08-27ResolveMerger: Adding test cases for GITLINK mergeDemetr Starshov1-0/+291
2020-08-25Fix possible NegativeArraySizeException in PackIndexV1Marc Strapetz3-0/+32
2020-08-17Keep line endings for text files committed with CR/LF on text=autoThomas Wolf5-117/+291
2020-08-15DirCache: support index V4Thomas Wolf3-2/+266
2020-07-30Do not send empty blob in response to blob:none filterJonathan Nieder3-2/+26
2020-07-30Add support for tree filters when fetchingJonathan Nieder1-0/+32
2020-07-16DiffFormatter: correctly deal with tracked files in ignored foldersThomas Wolf1-1/+55
2020-07-08Fix writing GPG signatures with trailing newlineThomas Wolf1-37/+53
2020-06-28Improve error message when receive.maxCommandBytes is exceededDavid Pursehouse1-1/+3
2020-06-26DiffFormatterTest: Add a test to confirm the default rename detection settingsDavid Pursehouse1-0/+13
2020-06-23MergedReftable: Include the last reftable in determining minUpdateIndexMinh Thai1-16/+16
2020-06-10SimpleMergeTest: Clean up code styleDemetr Starshov1-156/+149
2020-06-04ApplyCommand: use context lines to determine hunk locationThomas Wolf1-1/+41
2020-06-01Add tests for RawTextComparator.WS_IGNORE_CHANGE.hash()Thomas Wolf1-0/+44
2020-05-31Decouple JSch from JGit CoreMatthias Sohn3-813/+0
2020-05-31Decouple BouncyCastle from JGit CoreMatthias Sohn1-134/+0
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 Wolf1-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 Parker1-0/+258
2020-05-09ReceivePack: adding IterativeConnectivityCheckerDemetr Starshov1-0/+258
2020-05-07Fix error occurring during checkoutNail Samatov1-0/+22
2020-05-06Apply hunks when renaming or copying from patch filesJack Wickham1-0/+20
2020-05-06Create parent directories when renaming a file in ApplyCommandJack Wickham1-0/+10
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-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-05Merge branch 'stable-5.6'Matthias Sohn1-8/+34
2020-03-04Add validation to hex decoderMichael Dardis1-0/+25

Back to the top