Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support commit.template config property | Julian Ruppel | 2021-07-21 | 2 | -0/+140 |
* | searchForReuse might impact performance in large repositories | Fabio Ponciroli | 2021-06-25 | 1 | -0/+8 |
* | Merge "Merge branch 'stable-5.10' into stable-5.11" into stable-5.12 | Matthias Sohn | 2021-06-13 | 1 | -41/+13 |
|\ | |||||
| * | Merge branch 'stable-5.10' into stable-5.11 | Matthias Sohn | 2021-06-13 | 1 | -41/+13 |
| |\ | |||||
| | * | Merge branch 'stable-5.9' into stable-5.10 | Matthias Sohn | 2021-06-13 | 1 | -41/+13 |
| | |\ | |||||
| | | * | Merge branch 'stable-5.8' into stable-5.9 | Matthias Sohn | 2021-06-13 | 1 | -41/+13 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-5.7' into stable-5.8 | Matthias Sohn | 2021-06-13 | 1 | -41/+13 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2021-06-13 | 1 | -41/+13 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2021-06-13 | 1 | -41/+13 |
| | | | | | |\ | |||||
| | | | | | | * | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2021-06-05 | 1 | -41/+13 |
| | | | | | | |\ | |||||
| | | | | | | | * | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2021-06-05 | 1 | -41/+13 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2021-06-05 | 1 | -41/+13 |
| | | | | | | | | |\ | |||||
| | | | | | | | | | * | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2021-06-05 | 1 | -41/+13 |
| | | | | | | | | | |\ | |||||
| | | | | | | | | | | * | BatchRefUpdate: Skip saving conflicting ref names and prefixes in memory | Kaushik Lingarkar | 2021-05-24 | 1 | -41/+13 |
| | | | | | | * | | | | | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2020-11-27 | 1 | -2/+0 |
| | | | | | | |\| | | | | |||||
| | | | | | | | * | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2020-11-27 | 1 | -2/+0 |
| | | | | | | | |\| | | | |||||
| | | | | | | | | * | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2020-11-26 | 1 | -2/+0 |
| | | | | | | | | |\| | | |||||
| | | | | | | | | | * | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2020-11-26 | 1 | -2/+0 |
| | | | | | | | | | |\| | |||||
| | | | | | | | | | | * | Remove unused imports | Matthias Sohn | 2020-07-19 | 1 | -2/+0 |
* | | | | | | | | | | | | Add git config for conflict style merge/diff3 | Thomas Wolf | 2021-05-03 | 1 | -0/+8 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | init: add config option to set default for the initial branch name | Matthias Sohn | 2021-02-22 | 1 | -0/+13 |
* | | | | | | | | | | | init: allow specifying the initial branch name for the new repository | Matthias Sohn | 2021-02-22 | 2 | -0/+55 |
* | | | | | | | | | | | GPG signature verification via BouncyCastle | Thomas Wolf | 2021-02-16 | 2 | -0/+229 |
* | | | | | | | | | | | GPG: support git config gpg.program | Thomas Wolf | 2021-02-07 | 3 | -16/+115 |
* | | | | | | | | | | | Merge "Move reachability checker generation into the ObjectReader object" | Jonathan Nieder | 2021-01-29 | 1 | -0/+57 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Move reachability checker generation into the ObjectReader object | Terry Parker | 2021-01-28 | 1 | -0/+57 |
* | | | | | | | | | | | | Add getsRefsByPrefixWithSkips (excluding prefixes) to ReftableDatabase | Gal Paikin | 2021-01-27 | 1 | -0/+28 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | RepositoryCache: declare schedulerLock final | Matthias Sohn | 2021-01-03 | 1 | -1/+1 |
* | | | | | | | | | | | Use Map interface instead of ConcurrentHashMap class | Thomas Wolf | 2021-01-01 | 1 | -1/+2 |
* | | | | | | | | | | | [spotbugs] Don't use class from java.util.concurrent for locking | Matthias Sohn | 2020-12-22 | 1 | -1/+3 |
* | | | | | | | | | | | Remove reftree and ketch | Han-Wen Nienhuys | 2020-12-15 | 1 | -6/+0 |
* | | | | | | | | | | | TagCommand: support signing annotated tags | Thomas Wolf | 2020-12-07 | 2 | -0/+41 |
* | | | | | | | | | | | Enable GpgSigner to also sign tags | Thomas Wolf | 2020-12-07 | 4 | -211/+394 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'stable-5.9' | Matthias Sohn | 2020-11-30 | 1 | -1/+7 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Add constants for parsing git wire protocol version | David Ostrovsky | 2020-11-29 | 1 | -1/+7 |
* | | | | | | | | | | Add TypedConfigGetter.getPath() | Thomas Wolf | 2020-09-25 | 2 | -10/+90 |
|/ / / / / / / / / | |||||
* | | | | | | | | | DirCache: support index V4 | Thomas Wolf | 2020-08-15 | 1 | -1/+30 |
* | | | | | | | | | Fix writing GPG signatures with trailing newline | Thomas Wolf | 2020-07-08 | 1 | -8/+12 |
* | | | | | | | | | Remove trailing whitespace | Matthias Sohn | 2020-06-10 | 1 | -1/+1 |
|/ / / / / / / / | |||||
* | | | | | | | | Fix InvalidInlineTag error flagged by error prone | David Ostrovsky | 2020-06-01 | 1 | -1/+1 |
* | | | | | | | | Decouple BouncyCastle from JGit Core | Matthias Sohn | 2020-06-01 | 5 | -893/+22 |
* | | | | | | | | Include full IssuerFingerprint in GPG signature | Thomas Wolf | 2020-05-18 | 1 | -0/+6 |
* | | | | | | | | Refactor: Make retriveCompressed an method of the Bitmap class | Yunjie Li | 2020-05-12 | 1 | -0/+10 |
* | | | | | | | | Fix human name for local .bundle files | Konrad Windszus | 2020-04-21 | 1 | -0/+7 |
* | | | | | | | | Define constants for pack config option keys | Matthias Sohn | 2020-04-03 | 1 | -0/+120 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'stable-5.6' | Matthias Sohn | 2020-03-05 | 2 | -2/+17 |
|\| | | | | | | |||||
| * | | | | | | Update reftable storage repo layout | Han-Wen Nienhuys | 2020-03-04 | 2 | -0/+27 |
* | | | | | | | Merge branch 'stable-5.6' | Matthias Sohn | 2020-02-22 | 11 | -23/+21 |
|\| | | | | | | |||||
| * | | | | | | Reorder modifiers to follow Java Language Specification | David Pursehouse | 2020-02-19 | 9 | -11/+11 |
| * | | | | | | GitmoduleEntry: Remove redundant import of class from same package | David Pursehouse | 2020-02-19 | 1 | -2/+0 |