| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'stable-6.4' | Matthias Sohn | 2023-02-20 | 1 | -6/+12 |
|\ |
|
| * | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-02-20 | 1 | -6/+12 |
| |\ |
|
| | * | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2023-02-20 | 1 | -6/+12 |
| | |\ |
|
| | | * | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-02-16 | 1 | -6/+12 |
| | | |\ |
|
| | | | * | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-02-16 | 1 | -6/+12 |
| | | | |\ |
|
| | | | | * | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-02-16 | 1 | -6/+12 |
| | | | | |\ |
|
| | | | | | * | Add pack options to preserve and prune old pack files | Matthias Sohn | 2023-02-11 | 1 | -6/+12 |
* | | | | | | | [pgm] Fetch-CLI: add support for shallow | Harald Weiner | 2023-01-24 | 5 | -0/+105 |
|/ / / / / / |
|
* | | | | | | [pgm] Add options --name-only, --name-status to diff, log, show | alerthak | 2022-11-23 | 4 | -8/+98 |
* | | | | | | [pgm] Ensure UploadPack is closed to fix resource leak | Matthias Sohn | 2022-11-21 | 1 | -5/+6 |
|/ / / / / |
|
* | | | | | Fix DefaultCharset bug pattern flagged by error prone | David Ostrovsky | 2022-06-17 | 2 | -5/+18 |
* | | | | | Use SystemReader#getDefaultCharset to read console input | David Ostrovsky | 2022-06-17 | 1 | -2/+3 |
|/ / / / |
|
* | | | | Adapt diff- and merge tool code for PGM and EGit usage | Andre Bossert | 2022-06-02 | 2 | -155/+155 |
* | | | | Add availability check of pre-defined tools | Andre Bossert | 2022-06-01 | 3 | -37/+90 |
* | | | | Add filtering with help of DirCacheCheckout.getContent() | Andre Bossert | 2022-05-30 | 2 | -46/+133 |
* | | | | Add mergetool merge feature (execute external tool) | Andre Bossert | 2022-05-25 | 3 | -67/+287 |
* | | | | Add command line support for "git mergetool" | Andre Bossert | 2022-05-25 | 2 | -2/+214 |
* | | | | Add difftool compare feature (execute external tool) | Andre Bossert | 2022-05-25 | 1 | -30/+70 |
|/ / / |
|
* | | | [pgm] Add describe --abbrev option | Matthias Sohn | 2022-03-02 | 1 | -0/+6 |
* | | | Introduce a constant for the length of an abbreviated hash string | Sebastian Schuberth | 2022-02-03 | 3 | -4/+13 |
* | | | [errorprone] Fix implicit use of platform default charset | Matthias Sohn | 2022-01-19 | 1 | -1/+3 |
* | | | Add config reader for user-defined difftools | Andre Bossert | 2021-12-08 | 1 | -7/+7 |
* | | | Add command line support for "git difftool" | Andre Bossert | 2021-11-25 | 2 | -0/+258 |
|/ / |
|
* | | Binary and CR-LF detection: lone CRs -> binary | Thomas Wolf | 2021-10-31 | 2 | -3/+3 |
* | | Fix split package in bundle org.eclipse.jgit.ssh.jsch | Matthias Sohn | 2021-09-29 | 1 | -1/+1 |
|/ |
|
* | Ignore IllegalStateException if JVM is already shutting down | Matthias Sohn | 2021-08-29 | 1 | -2/+6 |
* | Fix typo in javadoc of PathTreeFilterHandler | Matthias Sohn | 2021-06-28 | 1 | -1/+1 |
* | pgm: rewrite parents when --parents flag is passed | kylezhao | 2021-05-26 | 1 | -0/+3 |
* | Implement ours/theirs content conflict resolution | Thomas Wolf | 2021-04-19 | 2 | -2/+21 |
* | init: allow specifying the initial branch name for the new repository | Matthias Sohn | 2021-02-22 | 1 | -0/+8 |
* | Fail clone if initial branch doesn't exist in remote repository | Matthias Sohn | 2021-02-22 | 1 | -0/+3 |
* | GPG signature verification via BouncyCastle | Thomas Wolf | 2021-02-16 | 5 | -16/+219 |
* | [pgm] add option --timeout to clone command | Matthias Sohn | 2021-01-29 | 1 | -3/+5 |
* | Merge changes I36d9b63e,I8c5db581,I2c02e89c | Jonathan Tan | 2021-01-27 | 1 | -1/+53 |
|\ |
|
| * | Compare getting all refs except specific refs with seek and with filter | Gal Paikin | 2021-01-27 | 1 | -1/+53 |
* | | [pgm] Use Apache sshd by default | Thomas Wolf | 2021-01-15 | 1 | -2/+2 |
|/ |
|
* | Tag message must not include the signature | Thomas Wolf | 2021-01-10 | 1 | -5/+10 |
* | Remove reftree and ketch | Han-Wen Nienhuys | 2020-12-15 | 2 | -183/+3 |
* | LsRemote: suppress warning for non-externalized string | Matthias Sohn | 2020-12-15 | 1 | -1/+1 |
* | TagCommand: support signing annotated tags | Thomas Wolf | 2020-12-07 | 1 | -2/+30 |
* | Add support for reading symrefs from pack capabilities | Lee Worrall | 2020-11-26 | 1 | -0/+15 |
* | Implement git describe --all | Jason Yeo | 2020-10-13 | 1 | -0/+4 |
* | Decouple JSch from JGit Core | Matthias Sohn | 2020-06-01 | 1 | -0/+4 |
* | Merge branch 'stable-5.6' | Matthias Sohn | 2020-02-22 | 4 | -6/+6 |
|\ |
|
| * | Reorder modifiers to follow Java Language Specification | David Pursehouse | 2020-02-19 | 2 | -3/+3 |
| * | Remove redundant "static" qualifier from enum declarations | David Pursehouse | 2020-02-19 | 2 | -3/+3 |
* | | Merge branch 'stable-5.7' | Matthias Sohn | 2020-02-01 | 1 | -7/+22 |
|\ \ |
|
| * | | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2020-02-01 | 1 | -7/+22 |
| |\| |
|
| | * | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2020-02-01 | 1 | -7/+22 |
| | |\ |
|
| | | * | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2020-02-01 | 1 | -7/+22 |
| | | |\ |
|