summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* JGit v5.11.1.202105131744-rv5.11.1.202105131744-rMatthias Sohn2021-05-133-4/+4
* 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-113-22/+13
| | | |\
| | | | * Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-05-113-22/+13
| | | | |\
| | | | | * Remove texts which were added by mistake in 00386272Matthias Sohn2021-05-112-8/+0
| | | | | * Fix formatting which was broken in 00386272Matthias Sohn2021-05-111-14/+13
* | | | | | Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-05-114-70/+95
|\| | | | |
| * | | | | Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-05-115-72/+97
| |\| | | |
| | * | | | Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2021-05-114-71/+96
| | |\| | |
| | | * | | Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2021-05-114-71/+104
| | | |\| |
| | | | * | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-05-113-34/+104
| | | | |\|
| | | | | * LockFile: create OutputStream only when neededThomas Wolf2021-05-103-108/+112
| | | | * | Remove ReftableNumbersNotIncreasingExceptionHan-Wen Nienhuys2021-03-011-37/+0
| * | | | | Prepare 5.10.1-SNAPSHOT buildsMatthias Sohn2020-12-083-56/+56
| * | | | | JGit v5.10.0.202012080955-rv5.10.0.202012080955-rMatthias Sohn2020-12-083-4/+4
| * | | | | Prepare 5.10.0-SNAPSHOT buildsMatthias Sohn2020-12-023-4/+4
| * | | | | JGit v5.10.0.202012021225-rc1v5.10.0.202012021225-rc1Matthias Sohn2020-12-023-4/+4
* | | | | | 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-233-6/+19
* | | | | | sshd: modernize ssh config file parsingThomas Wolf2021-03-191-22/+51
* | | | | | sshd: implement ssh config PubkeyAcceptedAlgorithmsThomas Wolf2021-03-191-0/+8
* | | | | | Prepare 5.11.1-SNAPSHOT buildsMatthias Sohn2021-03-093-54/+54
* | | | | | JGit v5.11.0.202103091610-rv5.11.0.202103091610-rMatthias Sohn2021-03-093-4/+4
* | | | | | 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-044-30/+171
* | | | | | HTTP: cookie file stores expiration in secondsThomas Wolf2021-03-031-24/+30
* | | | | | IgnoreNode: include path to file for invalid .gitignore patternsThomas Wolf2021-02-235-26/+80
* | | | | | FastIgnoreRule: include bad pattern in log messageThomas Wolf2021-02-233-1/+8
* | | | | | 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-226-8/+94
* | | | | | 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-1610-4/+781
* | | | | | | 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-155-28/+49