Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Teach UploadPack "filter" in protocol v2 fetch | Jonathan Tan | 2018-06-04 | 1 | -1/+12 | |
* | | | | | | | | Refactor v2 advertisement into own function | Jonathan Tan | 2018-06-04 | 1 | -10/+10 | |
* | | | | | | | | Refactor parsing of "filter" into its own method | Jonathan Tan | 2018-06-04 | 1 | -24/+28 | |
* | | | | | | | | Disallow unknown args to "fetch" in protocol v2 | Jonathan Tan | 2018-06-04 | 1 | -1/+3 | |
* | | | | | | | | Teach UploadPack shallow fetch in protocol v2 | Jonathan Tan | 2018-06-04 | 3 | -8/+122 | |
* | | | | | | | | Refactor unshallowCommits to local variable | Jonathan Tan | 2018-06-04 | 1 | -12/+24 | |
* | | | | | | | | Add protocol v2 support in http | Jonathan Tan | 2018-06-04 | 1 | -2/+28 | |
* | | | | | | | | Chain RemoteAddCommand methods | Mincong HUANG | 2018-06-02 | 1 | -2/+8 | |
* | | | | | | | | Don't prune symbolic refs when fetch.prune = true | Thomas Wolf | 2018-05-25 | 1 | -0/+3 | |
* | | | | | | | | DescribeCommand: Refactor to not use deprecated Repository#peel | David Pursehouse | 2018-05-22 | 1 | -5/+9 | |
* | | | | | | | | Repository: Deprecate #peel method | David Pursehouse | 2018-05-22 | 5 | -5/+7 | |
* | | | | | | | | Repository: Make #exactRef and #findRef final | David Pursehouse | 2018-05-22 | 1 | -2/+2 | |
* | | | | | | | | Skip ignored directories in FileTreeIterator | Thomas Wolf | 2018-05-22 | 2 | -2/+72 | |
* | | | | | | | | Repository: Deprecate getTags method | David Pursehouse | 2018-05-22 | 1 | -0/+2 | |
* | | | | | | | | RefAdvertiser: Add send(Collection<Ref>) and deprecate send(Map<String, Ref>) | David Pursehouse | 2018-05-21 | 1 | -10/+23 | |
* | | | | | | | | Remove further unnecessary 'final' keywords | Han-Wen Nienhuys | 2018-05-18 | 139 | -435/+435 | |
* | | | | | | | | Execute AdvertiseRefsHook only for protocol v0 and v1 | Masaya Suzuki | 2018-05-17 | 1 | -10/+10 | |
* | | | | | | | | Add protocol v2 support in "jgit daemon" | Jonathan Tan | 2018-05-16 | 3 | -6/+29 | |
* | | | | | | | | Teach UploadPack "ofs-delta" in "fetch" | Jonathan Tan | 2018-05-16 | 1 | -0/+2 | |
* | | | | | | | | Teach UploadPack "include-tag" in "fetch" | Jonathan Tan | 2018-05-16 | 1 | -1/+8 | |
* | | | | | | | | Avoid using #refs in UploadPack#sendPack | Jonathan Tan | 2018-05-16 | 1 | -9/+41 | |
* | | | | | | | | FileRepository: Don't use deprecated RefDatabase#getRefs(String) | David Pursehouse | 2018-05-15 | 1 | -3/+1 | |
* | | | | | | | | BatchRefUpdate: Don't use deprecated RefDatabase#getRefs(String) | David Pursehouse | 2018-05-15 | 1 | -2/+4 | |
* | | | | | | | | Remove 'final' in parameter lists | Han-Wen Nienhuys | 2018-05-15 | 266 | -1075/+1075 | |
* | | | | | | | | Fixup javadoc and formatting in RawText and RawParseUtils | Han-Wen Nienhuys | 2018-05-14 | 2 | -25/+30 | |
* | | | | | | | | RawParseUtils#lineMap: Simplify by using null sentinel internally | Jonathan Nieder | 2018-05-14 | 1 | -13/+11 | |
* | | | | | | | | Store in IndexChangedEvent if it was caused by JGit itself | Matthias Sohn | 2018-05-13 | 5 | -18/+52 | |
* | | | | | | | | Introduce new RawText constructor and RawParseUtils.lineMapOrBinary | Han-Wen Nienhuys | 2018-05-12 | 2 | -9/+57 | |
* | | | | | | | | Use a secure random generator to seed nonce for digest authentication | Matthias Sohn | 2018-05-11 | 1 | -2/+2 | |
* | | | | | | | | Merge branch 'stable-4.11' | Matthias Sohn | 2018-05-10 | 2 | -30/+55 | |
|\| | | | | | | | ||||||
| * | | | | | | | Merge branch 'stable-4.10' into stable-4.11 | Matthias Sohn | 2018-05-10 | 2 | -30/+55 | |
| |\| | | | | | | ||||||
| | * | | | | | | Merge branch 'stable-4.9' into stable-4.10 | Matthias Sohn | 2018-05-10 | 2 | -30/+55 | |
| | |\| | | | | | ||||||
| | | * | | | | | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2018-05-10 | 2 | -31/+55 | |
| | | |\| | | | | ||||||
| | | | * | | | | Merge branch 'stable-4.7' into stable-4.8 | Matthias Sohn | 2018-05-10 | 2 | -31/+55 | |
| | | | |\| | | | ||||||
| | | | | * | | | Merge branch 'stable-4.6' into stable-4.7 | Matthias Sohn | 2018-05-10 | 2 | -31/+55 | |
| | | | | |\| | | ||||||
| | | | | | * | | Merge branch 'stable-4.5' into stable-4.6 | Matthias Sohn | 2018-05-10 | 2 | -31/+55 | |
| | | | | | |\| | ||||||
| | | | | | | * | Retry stale file handles on .git/config file | Nasser Grainawi | 2018-05-10 | 2 | -31/+55 | |
* | | | | | | | | Replace http://errorprone.info with https://errorprone.info | Jonathan Nieder | 2018-05-04 | 1 | -1/+1 | |
* | | | | | | | | ssh: Kill the external process when we're done instead of waiting forever | Carsten Pfeiffer | 2018-05-02 | 1 | -4/+6 | |
* | | | | | | | | Rename RefDatabase#getAllRefs to getRefs | Jonathan Nieder | 2018-04-29 | 9 | -30/+42 | |
* | | | | | | | | RefDatabase: add hasRefs convenience method | David Pursehouse | 2018-04-29 | 1 | -0/+12 | |
* | | | | | | | | Fix comparison order in AnyObjectId | David Turner | 2018-04-27 | 1 | -8/+10 | |
* | | | | | | | | RefDatabase: Introduce getAllRefs method | David Pursehouse | 2018-04-27 | 9 | -24/+27 | |
* | | | | | | | | RefDatabase: Update Javadoc for ALL constant | David Pursehouse | 2018-04-27 | 1 | -1/+4 | |
* | | | | | | | | LargePackedWholeObject#openStream: Suppress resource warning | David Pursehouse | 2018-04-27 | 1 | -0/+2 | |
* | | | | | | | | LargePackedWholeObject: Do not reuse released inflater | Jonathan Nieder | 2018-04-26 | 2 | -13/+20 | |
* | | | | | | | | Remove trivial cases of using deprecated RefDatabase.getRefs() | Matthias Sohn | 2018-04-25 | 13 | -30/+31 | |
* | | | | | | | | Fix non-externalized String warnings | Matthias Sohn | 2018-04-25 | 4 | -46/+56 | |
* | | | | | | | | Remove unused code and link to deprecated code | Jonathan Tan | 2018-04-25 | 1 | -2/+1 | |
* | | | | | | | | File compile and API errors in JGit | Michael Keppler | 2018-04-25 | 1 | -7/+11 |