summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-05-121-14/+13
|\
| * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-05-121-14/+13
| |\
| | * Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2021-05-121-14/+13
| | |\
| | | * Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2021-05-112-18/+13
| | | |\
| | | | * Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-05-112-18/+13
| | | | |\
| | | | | * Remove texts which were added by mistake in 00386272Matthias Sohn2021-05-111-4/+0
| | | | | * Fix formatting which was broken in 00386272Matthias Sohn2021-05-111-14/+13
* | | | | | Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-05-113-70/+92
|\| | | | |
| * | | | | Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-05-113-71/+93
| |\| | | |
| | * | | | Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2021-05-113-71/+93
| | |\| | |
| | | * | | Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2021-05-113-71/+97
| | | |\| |
| | | | * | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-05-112-34/+97
| | | | |\|
| | | | | * LockFile: create OutputStream only when neededThomas Wolf2021-05-102-108/+105
| | | | * | Remove ReftableNumbersNotIncreasingExceptionHan-Wen Nienhuys2021-03-011-37/+0
* | | | | | Refactor CommitCommand to improve readabilityMatthias Sohn2021-03-231-72/+90
* | | | | | CommitCommand: fix formattingMatthias Sohn2021-03-231-2/+1
* | | | | | CommitCommand: remove unncessary commentMatthias Sohn2021-03-231-1/+0
* | | | | | Ensure post-commit hook is called after index lock was releasedMatthias Sohn2021-03-232-6/+18
* | | | | | sshd: modernize ssh config file parsingThomas Wolf2021-03-191-22/+51
* | | | | | sshd: implement ssh config PubkeyAcceptedAlgorithmsThomas Wolf2021-03-191-0/+8
* | | | | | PackFile: Add id + ext based constructorsNasser Grainawi2021-03-076-34/+70
* | | | | | GC: deleteOrphans: Use PackFileNasser Grainawi2021-03-041-13/+16
* | | | | | PackExt: Convert to EnumNasser Grainawi2021-03-042-56/+19
* | | | | | Restore preserved packs during missing object seeksMartin Fick2021-03-042-12/+99
* | | | | | Pack: Replace extensions bitset with bitmapIdx PackFileNasser Grainawi2021-03-043-47/+39
* | | | | | PackDirectory: Use PackFile to ensure we find preserved packsNasser Grainawi2021-03-041-31/+43
* | | | | | GC: Use PackFile to de-dup logicNasser Grainawi2021-03-041-25/+16
* | | | | | Create a PackFile class for Pack filenamesNasser Grainawi2021-03-043-30/+170
* | | | | | HTTP: cookie file stores expiration in secondsThomas Wolf2021-03-031-24/+30
* | | | | | IgnoreNode: include path to file for invalid .gitignore patternsThomas Wolf2021-02-234-26/+79
* | | | | | FastIgnoreRule: include bad pattern in log messageThomas Wolf2021-02-232-1/+7
* | | | | | init: add config option to set default for the initial branch nameMatthias Sohn2021-02-222-3/+23
* | | | | | init: allow specifying the initial branch name for the new repositoryMatthias Sohn2021-02-224-1/+79
* | | | | | Fail clone if initial branch doesn't exist in remote repositoryMatthias Sohn2021-02-225-8/+93
* | | | | | dfs: handle short copieswh2021-02-191-2/+9
* | | | | | Merge "Rename PackFile to Pack"Jonathan Nieder2021-02-1826-173/+176
|\ \ \ \ \ \
| * | | | | | Rename PackFile to PackNasser Grainawi2021-02-1026-173/+176
* | | | | | | Fix boxing warningsMatthias Sohn2021-02-171-1/+1
* | | | | | | GPG signature verification via BouncyCastleThomas Wolf2021-02-169-4/+772
* | | | | | | Post commit hook failure should not cause commit failureTim Neumann2021-02-152-4/+35
* | | | | | | Allow to define additional Hook classes outside JGitMatthias Sohn2021-02-151-2/+2
* | | | | | | GitHook: use default charset for output and error streamsMatthias Sohn2021-02-151-4/+6
* | | | | | | GitHook: use generic OutputStream instead of PrintStreamMatthias Sohn2021-02-154-28/+19
* | | | | | | Allow dir/file conflicts in virtual base commit on recursive merge.Marija Savtchouk2021-02-091-10/+13
|/ / / / / /
* | | | | | Merge "GitHook: make fields outputStream and errorStream private"Christian Halstrick2021-02-091-2/+2
|\ \ \ \ \ \
| * | | | | | GitHook: make fields outputStream and errorStream privateMatthias Sohn2021-02-091-2/+2
* | | | | | | GPG: support git config gpg.programThomas Wolf2021-02-075-35/+207
|/ / / / / /
* | | | | | Fix DateRevQueue tie breaks with more than 2 elementsAdithya Chakilam2021-02-072-9/+14
* | | | | | Field updateHead can be a local variable in RefDirectoryRenameLars Vogel2021-02-061-4/+1
* | | | | | Fix FileRepository#convertToReftable which failed if no reflog existedMatthias Sohn2021-02-051-4/+6