| Commit message (Expand) | Author | Age | Files | Lines |
* | [checkout] Use .gitattributes from the commit to be checked out | Thomas Wolf | 2022-03-07 | 4 | -143/+304 |
* | Don't use final for method parameters | Matthias Sohn | 2022-03-06 | 3 | -20/+14 |
* | [push] support the "matching" RefSpecs ":" and "+:" | Thomas Wolf | 2022-03-06 | 5 | -64/+280 |
* | [push] Call the pre-push hook later in the push process | Thomas Wolf | 2022-03-06 | 2 | -15/+43 |
* | IndexDiff: use tree filter also for SubmoduleWalk | Thomas Wolf | 2022-03-06 | 1 | -0/+3 |
* | Describe: add support for core.abbrev config option | Matthias Sohn | 2022-03-02 | 9 | -12/+268 |
* | Add a typed config getter for integers confined to a range | Matthias Sohn | 2022-03-02 | 3 | -0/+55 |
* | PersonIdent: Add ctors that accept Instant in addition to Date | David Ostrovsky | 2022-03-02 | 1 | -0/+57 |
* | Make precedence more explicit | Fabio Ponciroli | 2022-03-02 | 1 | -1/+1 |
* | 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 |
* | Simplify implementation of WorkingTreeIterator | Thomas Wolf | 2022-02-16 | 1 | -29/+16 |
* | Transport: load all refs only if push refspecs have wildcards | Thomas Wolf | 2022-02-14 | 1 | -3/+7 |
* | PushCommand: determine remote from git config if not given | Thomas Wolf | 2022-02-14 | 3 | -1/+57 |
* | PushCommand: consider push.default when no RefSpecs are given | Rolf Theunissen | 2022-02-14 | 2 | -12/+122 |
* | Prevent that an instance of PushCommand is reused | Thomas Wolf | 2022-02-14 | 1 | -0/+1 |
* | Remove unused warning suppression | Fabio Ponciroli | 2022-02-11 | 2 | -2/+1 |
* | Support for git config push.default | Thomas Wolf | 2022-02-09 | 2 | -2/+116 |
* | Merge branch 'stable-6.0' | Matthias Sohn | 2022-02-09 | 3 | -13/+29 |
|\ |
|
| * | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2022-02-09 | 3 | -13/+29 |
| |\ |
|
| | * | Stop initCause throwing in readAdvertisedRefs | Darius Jokilehto | 2022-02-08 | 3 | -13/+29 |
* | | | Support LFS Server URL without .git suffix | Nail Samatov | 2022-02-08 | 2 | -13/+24 |
* | | | [rebase] InteractiveHandler2: handle Gerrit Change-Ids | Thomas Wolf | 2022-02-04 | 1 | -6/+27 |
* | | | Introduce a constant for the length of an abbreviated hash string | Sebastian Schuberth | 2022-02-03 | 7 | -10/+40 |
* | | | RebaseCommand: fix commit message in "fixup" case | Thomas Wolf | 2022-02-02 | 1 | -25/+29 |
* | | | reftable: close old Db in FileRepository#convertToPackedRefs | Han-Wen Nienhuys | 2022-02-02 | 1 | -2/+4 |
* | | | reftable: tweaks for Windows | Han-Wen Nienhuys | 2022-02-02 | 1 | -2/+11 |
* | | | Merge changes I11366273,I256e1572 | Ivan Frade | 2022-02-01 | 3 | -273/+459 |
|\ \ \ |
|
| * | | | RepoCommand: Offer to set extra files in the destination repository | Ivan Frade | 2022-01-31 | 2 | -3/+46 |
| * | | | RepoCommand: Move bare/regular superproject writing to their own classes | Ivan Frade | 2022-01-31 | 3 | -273/+416 |
* | | | | Merge branch 'stable-6.0' | Matthias Sohn | 2022-02-01 | 1 | -3/+2 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Fix warning: The value of the parameter otp is not used | Antonio Barone | 2022-01-20 | 1 | -3/+2 |
* | | | | Fix FS_Win32 if a non-directory is listed | Thomas Wolf | 2022-02-01 | 1 | -0/+4 |
| |/ /
|/| | |
|
* | | | Merge conflict messages: prefix conflict lines with a hash | Thomas Wolf | 2022-01-31 | 4 | -14/+40 |
* | | | RebaseCommand: better commit message rewording | Thomas Wolf | 2022-01-31 | 1 | -27/+110 |
* | | | CommitCommand: commit message cleanup | Thomas Wolf | 2022-01-31 | 1 | -3/+76 |
* | | | Provide git config commit.cleanup | Thomas Wolf | 2022-01-31 | 2 | -0/+187 |
* | | | ObjectWalk: close ObjectReader on close() if needed | Thomas Wolf | 2022-01-30 | 2 | -4/+8 |
* | | | BinaryHunkInputStream: accept CR-LF | Thomas Wolf | 2022-01-30 | 1 | -2/+6 |
* | | | sshd: support the ConnectTimeout ssh config | Thomas Wolf | 2022-01-30 | 1 | -0/+9 |
* | | | sshd: support the AddKeysToAgent ssh config | Thomas Wolf | 2022-01-30 | 2 | -0/+109 |
* | | | sshd: handle "IdentityAgent SSH_AUTH_SOCK" in ssh config | Thomas Wolf | 2022-01-30 | 2 | -2/+11 |
* | | | sshd: support IdentityAgent config | Thomas Wolf | 2022-01-30 | 1 | -1/+1 |
* | | | Merge "PackOutputStream: Extract cancellation and digest to superclass" | Ivan Frade | 2022-01-27 | 2 | -72/+129 |
|\ \ \ |
|
| * | | | PackOutputStream: Extract cancellation and digest to superclass | kylezhao | 2022-01-27 | 2 | -72/+129 |
* | | | | Merge "DFS block cache: report index load and evict stats" | Ivan Frade | 2022-01-21 | 2 | -4/+162 |
|\ \ \ \ |
|
| * | | | | DFS block cache: report index load and evict stats | Alina Djamankulova | 2022-01-21 | 2 | -4/+162 |
* | | | | | Merge branch 'stable-6.0' | Matthias Sohn | 2022-01-19 | 1 | -0/+1 |
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | Merge "[errorprone] Suppress FutureReturnValueIgnored in FileRepository#autoG... | Matthias Sohn | 2022-01-19 | 1 | -0/+1 |
| |\ \ \ |
|