summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* Implement ours/theirs content conflict resolutionThomas Wolf2021-04-198-100/+400
* Allow file mode conflicts in virtual base commit on recursive merge.Marija Savtchouk2021-04-061-9/+12
* Allow info messages in UsernamePasswordCredentialsProviderThomas Wolf2021-04-011-7/+17
* ssh config: do environment variable replacementThomas Wolf2021-04-011-29/+56
* Merge branch 'stable-5.11'Matthias Sohn2021-03-264-101/+166
|\
| * 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
* | Optimize RevWalkUtils.findBranchesReachableFrom()Adithya Chakilam2021-03-142-10/+41
* | Introduce getMergedInto(RevCommit commit, Collection<Ref> refs)Adithya Chakilam2021-03-141-0/+114
* | Skip detecting content renames for large filesYoussef Elghareeb2021-03-142-0/+44
* | HTTP cookies: do tilde expansion on http.cookieFileThomas Wolf2021-03-122-8/+20
|/
* 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
* Merge "reftable: add random suffix to table names"Matthias Sohn2021-02-051-2/+6
|\
| * reftable: add random suffix to table namesHan-Wen Nienhuys2021-01-251-2/+6
* | TransportGitAnon: remove unnecessary socket bind to a local addressAlina Djamankulova2021-02-051-1/+0
* | IO: fix IO.readFully(InputStream, byte[], int)Thomas Wolf2021-01-311-3/+3
* | Merge "Move reachability checker generation into the ObjectReader object"Jonathan Nieder2021-01-298-26/+102
|\ \