Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'stable-6.6' into stable-6.7 | Matthias Sohn | 2023-10-13 | 1 | -1/+18 |
|\ | |||||
| * | Merge branch 'stable-6.5' into stable-6.6 | Matthias Sohn | 2023-10-13 | 1 | -1/+18 |
| |\ | |||||
| | * | Merge branch 'stable-6.4' into stable-6.5 | Matthias Sohn | 2023-10-13 | 1 | -1/+18 |
| | |\ | |||||
| | | * | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-10-13 | 1 | -1/+18 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2023-10-13 | 1 | -1/+18 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-10-13 | 1 | -1/+18 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-10-13 | 1 | -1/+18 |
| | | | | | |\ | |||||
| | | | | | | * | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-10-13 | 1 | -1/+18 |
| | | | | | | |\ | |||||
| | | | | | | | * | Add support for git config repack.packKeptObjects | Antonio Barone | 2023-10-12 | 1 | -4/+5 |
| | | | | | | | * | Do not exclude objects in locked packs from bitmap processing | Luca Milanesio | 2023-10-12 | 1 | -0/+16 |
* | | | | | | | | | Merge branch 'stable-6.6' into stable-6.7 | Matthias Sohn | 2023-09-03 | 2 | -26/+23 |
|\| | | | | | | | | |||||
| * | | | | | | | | Checkout: better directory handling | Thomas Wolf | 2023-09-03 | 2 | -26/+23 |
* | | | | | | | | | Fix all Javadoc warnings and fail on them | Antoine Musso | 2023-06-16 | 34 | -43/+46 |
|/ / / / / / / / | |||||
* | | | | | | | | Support rebasing independent branches | Thomas Wolf | 2023-04-29 | 1 | -11/+19 |
* | | | | | | | | Support cherry-picking a root commit | Thomas Wolf | 2023-04-29 | 1 | -2/+8 |
* | | | | | | | | AddCommand: ability to switch off renormalization | Thomas Wolf | 2023-04-28 | 1 | -2/+56 |
* | | | | | | | | ListTagCommand: implement git tag --contains | Matthias Sohn | 2023-04-12 | 1 | -4/+39 |
* | | | | | | | | Fix PatchApplier error handling. | Nitzan Gur-Furman | 2023-03-28 | 1 | -4/+30 |
|/ / / / / / / | |||||
* / / / / / / | Change config pull.rebase=preserve to pull.rebase=merges | Pavel Salamon | 2023-02-28 | 2 | -5/+5 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-02-01 | 1 | -0/+3 |
|\| | | | | | |||||
| * | | | | | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2023-02-01 | 1 | -0/+3 |
| |\| | | | | |||||
| | * | | | | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-02-01 | 1 | -0/+3 |
| | |\| | | | |||||
| | | * | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-02-01 | 1 | -0/+3 |
| | | |\| | | |||||
| | | | * | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-02-01 | 1 | -0/+3 |
| | | | |\| | |||||
| | | | | * | FetchCommand: fix fetchSubmodules to work on a Ref to a blob | Matthias Sohn | 2023-01-31 | 1 | -0/+3 |
* | | | | | | [pgm] Add options --name-only, --name-status to diff, log, show | alerthak | 2022-11-23 | 1 | -2/+17 |
* | | | | | | PushCommand: allow users to disable use of bitmaps for push | kylezhao | 2022-10-21 | 1 | -0/+28 |
* | | | | | | I/O redirection for the pre-push hook | Thomas Wolf | 2022-10-20 | 1 | -0/+47 |
* | | | | | | CloneCommand: set HEAD also when not checking out | Thomas Wolf | 2022-09-18 | 1 | -11/+9 |
* | | | | | | Pass on shallowSince only if not null | Thomas Wolf | 2022-09-18 | 2 | -2/+6 |
* | | | | | | Split out ApplyCommand logic to PatchApplier class | Nitzan Gur-Furman | 2022-09-15 | 1 | -665/+14 |
|/ / / / / | |||||
* | | | | | WorkTreeUpdater: use DirCacheCheckout#StreamSupplier | Han-Wen Nienhuys | 2022-09-06 | 1 | -6/+2 |
* | | | | | DirCacheCheckout#getContent: also take InputStream supplier | Han-Wen Nienhuys | 2022-09-06 | 1 | -4/+2 |
* | | | | | ApplyCommand: fix ApplyResult#updatedFiles | Han-Wen Nienhuys | 2022-08-23 | 1 | -5/+6 |
* | | | | | DirCacheCheckout: load WorkingTreeOptions only once | Thomas Wolf | 2022-08-14 | 2 | -14/+23 |
* | | | | | Reapply "Create util class for work tree updating in both filesystem and index." | Nitzan Gur-Furman | 2022-08-08 | 1 | -65/+7 |
* | | | | | Revert "Create util class for work tree updating in both filesystem and index." | Jonathan Nieder | 2022-08-05 | 1 | -7/+65 |
* | | | | | CleanCommand: fix prefix matching | Thomas Wolf | 2022-08-03 | 1 | -14/+18 |
* | | | | | Fetch: add support for shallow | Robin Müller | 2022-07-31 | 2 | -7/+218 |
* | | | | | Create util class for work tree updating in both filesystem and index. | Nitzan Gur-Furman | 2022-07-25 | 1 | -65/+7 |
|/ / / / | |||||
* | | | | CommitCommand: call GpgSigner.getDefault() only if indeed signing | Thomas Wolf | 2022-04-14 | 1 | -8/+8 |
* | | | | Use git config core.commentChar | Thomas Wolf | 2022-03-26 | 5 | -34/+94 |
* | | | | LsRemoteCommand: apply url.*.insteadOf | Thomas Wolf | 2022-03-15 | 1 | -6/+14 |
|/ / / | |||||
* | | | [push] support the "matching" RefSpecs ":" and "+:" | Thomas Wolf | 2022-03-06 | 1 | -1/+1 |
* | | | Describe: add support for core.abbrev config option | Matthias Sohn | 2022-03-02 | 1 | -12/+16 |
* | | | Cap describe abbrev option | Matthias Sohn | 2022-03-02 | 1 | -2/+10 |
* | | | DescribeCommand: Add support for --abbrev=0 | Matthias Sohn | 2022-03-02 | 1 | -0/+3 |
* | | | DescribeCommand: Support configuring the hash abbreviation | Sebastian Schuberth | 2022-02-19 | 1 | -5/+26 |
* | | | PushCommand: determine remote from git config if not given | Thomas Wolf | 2022-02-14 | 1 | -1/+31 |
* | | | PushCommand: consider push.default when no RefSpecs are given | Rolf Theunissen | 2022-02-14 | 1 | -12/+117 |