Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-05Add missing since tag on BundleWriter#addObjectsAsIsMatthias Sohn1-0/+1
2020-09-03jgit: Add DfsBundleWriterMasaya Suzuki3-9/+104
2020-09-03Merge changes from topic "fix_ui"Terry Parker1-49/+75
2020-09-01[errorprone] DirCacheEntry: make clear operator precedenceMatthias Sohn1-1/+1
2020-09-01[errorprone] PackWriter#parallelDeltaSearch: avoid suppressed exceptionMatthias Sohn1-1/+9
2020-09-01[errorprone] Declare DirCache#version finalMatthias Sohn1-1/+1
2020-08-27ResolveMerger: do not content-merge gitlinks on del/mod conflictsDemetr Starshov1-28/+44
2020-08-27ResolveMerger: choose OURS on gitlink when ignoreConflictsDemetr Starshov1-9/+11
2020-08-27ResolveMerger: improving content merge readabilityDemetr Starshov1-12/+14
2020-08-27ResolveMerger: extracting createGitLinksMergeResult methodDemetr Starshov1-8/+14
2020-08-25Fix possible NegativeArraySizeException in PackIndexV1Marc Strapetz1-3/+3
2020-08-23FS: use binary search to determine filesystem timestamp resolutionThomas Wolf2-13/+124
2020-08-22Do not prematurely create directory of jgit's XDG config fileMatthias Sohn2-18/+7
2020-08-21FS: write to JGit config in a background threadThomas Wolf1-4/+29
2020-08-20FS: don't cache fallback if running in backgroundThomas Wolf1-2/+10
2020-08-17Keep line endings for text files committed with CR/LF on text=autoThomas Wolf3-66/+157
2020-08-16Delay WindowCache statistics JMX MBean registrationThomas Wolf1-7/+15
2020-08-15DirCache: support index V4Thomas Wolf4-60/+284
2020-08-10Update javadoc for RemoteSession and SshSessionFactoryThomas Wolf2-41/+36
2020-08-10Fix JSchProcess.waitFor() with time-outThomas Wolf2-9/+51
2020-08-01FilterSpec: Use BigInteger.ZERO instead of valueOf(0)Jonathan Nieder1-1/+2
2020-07-30Do not send empty blob in response to blob:none filterJonathan Nieder2-14/+89
2020-07-30Add support for tree filters when fetchingJonathan Nieder1-8/+12
2020-07-26FS_POSIX: avoid prompt to install the XCode tools on OS XThomas Wolf2-9/+34
2020-07-23Use LinkedBlockingQueue for executor determining filesystem attributesMatthias Sohn1-2/+2
2020-07-16DiffFormatter: correctly deal with tracked files in ignored foldersThomas Wolf3-7/+37
2020-07-08Fix writing GPG signatures with trailing newlineThomas Wolf1-8/+12
2020-06-23MergedReftable: Include the last reftable in determining minUpdateIndexMinh Thai1-1/+1
2020-06-18PackBitmapIndex: Not buffer inflated bitmap during bitmap creation.Yunjie Li2-3/+17
2020-06-10Remove trailing whitespaceMatthias Sohn2-2/+2
2020-06-05Merge "Merge branch 'stable-5.7'"Matthias Sohn2-54/+51
2020-06-05Add getter for unpackErrorHandler in ReceivePackJack Wickham1-0/+10
2020-06-05Merge branch 'stable-5.7'David Pursehouse2-54/+51
2020-06-05ObjectDirectoryInserter: Open FileOutputStream in try-with-resourceDavid Pursehouse1-16/+16
2020-06-05ObjectDirectoryInserter: Remove redundant 'throws' declarationsDavid Pursehouse1-5/+3
2020-06-05ObjectDirectory: Further clean up insertUnpackedObjectDavid Pursehouse1-17/+22
2020-06-04Add Git#shutdown for releasing resources held by JGit processMatthias Sohn3-0/+24
2020-06-04ApplyCommand: use context lines to determine hunk locationThomas Wolf1-42/+124
2020-06-04Fix ProtectedMembersInFinalClass warning flagged by error proneDavid Ostrovsky1-1/+1
2020-06-04ObjectDirectory: Explicitly handle NoSuchFileExceptionDavid Pursehouse1-19/+13
2020-06-04ObjectDirectory: Fail immediately when atomic move is not supportedDavid Pursehouse1-2/+2
2020-06-02Fix InvalidInlineTag error flagged by error proneDavid Ostrovsky2-2/+2
2020-05-31Decouple JSch from JGit CoreMatthias Sohn8-1420/+20
2020-05-31Decouple BouncyCastle from JGit CoreMatthias Sohn8-911/+80
2020-05-31Verify that the user home directory is validThomas Wolf2-1/+31
2020-05-29WindowCache: conditional JMX setupThomas Wolf2-1/+39
2020-05-28Merge "RawTextComparator.WS_IGNORE_CHANGE must not compare whitespace"Christian Halstrick1-17/+11
2020-05-28RawTextComparator.WS_IGNORE_CHANGE must not compare whitespaceThomas Wolf1-17/+11
2020-05-27Revert "PackBitmapIndex: Not buffer inflated bitmap in BasePackBitmapIndex"Yunjie Li1-0/+1
2020-05-23Builder API to configure SshdSessionFactoriesThomas Wolf2-4/+124

Back to the top