Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Client-side protocol V2 support for fetching | Thomas Wolf | 2021-01-01 | 17 | -182/+1070 |
* | Use Map interface instead of ConcurrentHashMap class | Thomas Wolf | 2021-01-01 | 5 | -8/+11 |
* | Fix NPE in DirCacheCheckout | Thomas Wolf | 2020-12-30 | 1 | -8/+10 |
* | Merge "Added check for null on DirCacheEntry in checkoutEntry method" | Christian Halstrick | 2020-12-30 | 1 | -2/+6 |
|\ | |||||
| * | Added check for null on DirCacheEntry in checkoutEntry method | Tudor Matrescu | 2020-12-03 | 1 | -2/+6 |
* | | [spotbugs] Fix incorrect lazy initialization in SystemReader | Matthias Sohn | 2020-12-22 | 1 | -2/+2 |
* | | [spotbugs] Don't use class from java.util.concurrent for locking | Matthias Sohn | 2020-12-22 | 1 | -1/+3 |
* | | [spotbugs] Fix potential NPE in FS.FileStoreAttributes#get | Matthias Sohn | 2020-12-22 | 1 | -0/+3 |
* | | [spotbugs] Fix FileReftableStack#equals to check for null | Matthias Sohn | 2020-12-22 | 1 | -0/+3 |
* | | [spotbugs] FileReftableDatabase: extract lock to local variable | Matthias Sohn | 2020-12-22 | 1 | -2/+4 |
* | | [spotbugs] DfsReftableDatabase: extract lock to local variable | Matthias Sohn | 2020-12-22 | 1 | -4/+7 |
* | | [spotbugs] Silence NP_BOOLEAN_RETURN_NULL in IgnoreNode#checkIgnored | Matthias Sohn | 2020-12-22 | 1 | -1/+4 |
* | | [spotbugs] Fix potential NPE in FS#write | Matthias Sohn | 2020-12-17 | 1 | -1/+4 |
* | | [spotbugs] Fix potential NPE in WorkingTreeIterator#isModified | Matthias Sohn | 2020-12-17 | 1 | -2/+4 |
* | | [spotbugs] Fix potential NPE in FileRepository#convertToReftable | Matthias Sohn | 2020-12-17 | 1 | -1/+3 |
* | | FetchProcess#execute: fix formatting | Matthias Sohn | 2020-12-17 | 1 | -2/+3 |
* | | [errorprone] FetchProcess: ensure exception isn't suppressed | Matthias Sohn | 2020-12-17 | 1 | -0/+7 |
* | | [errorprone] WalkFetchConnection: ensure exception isn't suppressed | Matthias Sohn | 2020-12-17 | 1 | -0/+5 |
* | | Remove reftree and ketch | Han-Wen Nienhuys | 2020-12-15 | 39 | -6529/+3 |
* | | LooseObjects: fix formatting | Matthias Sohn | 2020-12-15 | 1 | -13/+13 |
* | | Split out loose object handling from ObjectDirectory | Martin Fick | 2020-12-15 | 2 | -120/+245 |
* | | PackDirectory: fix formatting | Matthias Sohn | 2020-12-12 | 1 | -24/+41 |
* | | Split out packfile handling from ObjectDirectory | Martin Fick | 2020-12-12 | 2 | -377/+513 |
* | | TagCommand: propagate NO_CHANGE information | Thomas Wolf | 2020-12-08 | 2 | -35/+42 |
* | | TagCommand: make -f work with lightweight tags for NO_CHANGE | Thomas Wolf | 2020-12-08 | 1 | -0/+6 |
* | | TagCommand: support signing annotated tags | Thomas Wolf | 2020-12-07 | 4 | -27/+193 |
* | | Enable GpgSigner to also sign tags | Thomas Wolf | 2020-12-07 | 6 | -211/+457 |
|/ | |||||
* | Merge branch 'stable-5.9' | Matthias Sohn | 2020-12-02 | 1 | -0/+1 |
|\ | |||||
| * | Merge branch 'stable-5.8' into stable-5.9 | Matthias Sohn | 2020-12-02 | 1 | -0/+1 |
| |\ | |||||
| | * | Merge branch 'stable-5.7' into stable-5.8 | Matthias Sohn | 2020-12-02 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2020-12-02 | 1 | -0/+1 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2020-12-02 | 1 | -0/+1 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2020-12-02 | 1 | -0/+1 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2020-12-02 | 1 | -0/+1 |
| | | | | | |\ | |||||
| | | | | | | * | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2020-12-02 | 1 | -0/+1 |
| | | | | | | |\ | |||||
| | | | | | | | * | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2020-12-02 | 1 | -0/+1 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | Fix PackInvalidException when fetch and repack run concurrently | Petr Hrebejk | 2020-12-02 | 1 | -0/+1 |
* | | | | | | | | | | Merge branch 'stable-5.9' | Matthias Sohn | 2020-11-30 | 2 | -5/+31 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Add constants for parsing git wire protocol version | David Ostrovsky | 2020-11-29 | 2 | -5/+31 |
* | | | | | | | | | | Merge branch 'stable-5.10' | Matthias Sohn | 2020-11-27 | 2 | -5/+14 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Merge branch 'stable-5.9' into stable-5.10 | Matthias Sohn | 2020-11-27 | 2 | -5/+14 |
| |\| | | | | | | | | | |||||
| | * | | | | | | | | | Merge branch 'stable-5.8' into stable-5.9 | Matthias Sohn | 2020-11-27 | 2 | -5/+14 |
| | |\| | | | | | | | | |||||
| | | * | | | | | | | | Merge branch 'stable-5.7' into stable-5.8 | Matthias Sohn | 2020-11-27 | 2 | -5/+14 |
| | | |\| | | | | | | | |||||
| | | | * | | | | | | | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2020-11-27 | 2 | -5/+14 |
| | | | |\| | | | | | | |||||
| | | | | * | | | | | | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2020-11-27 | 2 | -5/+14 |
| | | | | |\| | | | | | |||||
| | | | | | * | | | | | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2020-11-27 | 3 | -7/+14 |
| | | | | | |\| | | | | |||||
| | | | | | | * | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2020-11-27 | 3 | -7/+14 |
| | | | | | | |\| | | | |||||
| | | | | | | | * | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2020-11-26 | 3 | -7/+14 |
| | | | | | | | |\| | | |||||
| | | | | | | | | * | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2020-11-26 | 3 | -7/+14 |
| | | | | | | | | |\| | |||||
| | | | | | | | | | * | GC#deleteOrphans: log warning for deleted orphaned files | Matthias Sohn | 2020-11-26 | 2 | -1/+4 |