Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated StashApplyCommand#setApplyUntracked method | Matthias Sohn | 2024-09-03 | 1 | -13/+0 |
* | Remove deprecated StashApplyCommand#setApplyIndex method | Matthias Sohn | 2024-09-03 | 1 | -12/+0 |
* | Remove deprecated RemoteSetUrlCommand#setUri method | Matthias Sohn | 2024-09-03 | 1 | -12/+0 |
* | Remove deprecated RemoteSetUrlCommand#setPush method | Matthias Sohn | 2024-09-03 | 1 | -17/+0 |
* | Remove deprecated RemoteSetUrlCommand#setName method | Matthias Sohn | 2024-09-03 | 1 | -12/+0 |
* | Remove deprecated RemoteRemoveCommand#setName method | Matthias Sohn | 2024-09-03 | 1 | -12/+0 |
* | Remove deprecated CheckoutCommand#setForce method | Matthias Sohn | 2024-09-03 | 1 | -18/+0 |
* | Signing: refactor interfaces | Thomas Wolf | 2024-08-24 | 4 | -107/+47 |
* | Add worktrees read support | Janne Valkealahti | 2024-07-14 | 2 | -2/+2 |
* | [errorprone] Fix error pattern JdkObsolete | Matthias Sohn | 2024-04-29 | 10 | -23/+19 |
* | RebaseCommand: fix stopping on root commit conflicts | Thomas Wolf | 2024-01-28 | 1 | -5/+9 |
* | CherryPick: add ability to customise cherry-picked commit message | Dmitrii Naumenko | 2024-01-28 | 2 | -1/+94 |
* | Fix branch ref exist check | florian.signoret | 2023-11-18 | 1 | -3/+1 |
* | DeleteBranchCommand: update config only at the end | Thomas Wolf | 2023-10-14 | 1 | -49/+170 |
* | RebaseCommand: return correct status on stash apply conflicts | Thomas Wolf | 2023-10-13 | 1 | -12/+19 |
* | Merge branch 'stable-6.7' | Matthias Sohn | 2023-10-13 | 1 | -1/+18 |
|\ | |||||
| * | 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 |
* | | | | | | | | | | [errorprone] Add missing javadoc summary | Matthias Sohn | 2023-09-25 | 5 | -9/+37 |
* | | | | | | | | | | [errorprone] Prevent int expression may overflow | Matthias Sohn | 2023-09-25 | 1 | -1/+1 |
* | | | | | | | | | | [errorprone] Rename method parameter to silence InvalidParam | Matthias Sohn | 2023-09-25 | 2 | -6/+6 |
* | | | | | | | | | | [errorprone] TagCommand: Remove unused parameter of private method | Matthias Sohn | 2023-09-25 | 1 | -8/+2 |
* | | | | | | | | | | [errorprone] Use ArrayList instead of LinkedList | Matthias Sohn | 2023-09-22 | 1 | -2/+2 |
* | | | | | | | | | | [errorprone] AddCommand#filepattern: use a more specific type | Matthias Sohn | 2023-09-22 | 1 | -2/+2 |
* | | | | | | | | | | [errorprone] Remove unnecessary parentheses | Matthias Sohn | 2023-09-22 | 1 | -1/+1 |
* | | | | | | | | | | Use ShutdownHook to gracefully handle JVM shutdown | Matthias Sohn | 2023-09-12 | 1 | -11/+5 |
* | | | | | | | | | | RevertCommand: support for inserting a Gerrit change ID | Thomas Wolf | 2023-09-08 | 1 | -1/+18 |
|/ / / / / / / / / | |||||
* | | | | | | | | | 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 |