Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | plumbing/idxfile: fix bug searching in MemoryIndex | Javi Fontan | 2018-07-26 | 1 | -2/+2 | |
| | * | | | | | | plumbing/packfile: preallocate memory in PatchDelta | Javi Fontan | 2018-07-26 | 1 | -1/+1 | |
| | * | | | | | | plumbing/idxfile: support offset64 generating indexes | Javi Fontan | 2018-07-26 | 2 | -5/+65 | |
| | * | | | | | | plumbing/idxfile: use Entry to hold object data | Javi Fontan | 2018-07-26 | 1 | -16/+11 | |
| | * | | | | | | plumbing: idxfile, add idxfile.Writer with Observer interface | Javi Fontan | 2018-07-26 | 1 | -0/+132 | |
| | * | | | | | | plumbing/packfile: disable lookup by offset | Javi Fontan | 2018-07-26 | 1 | -8/+9 | |
| | * | | | | | | plumbing/packfile: add new packfile parser | Javi Fontan | 2018-07-26 | 2 | -0/+498 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #896 from erizocosmico/feature/new-index-decoder | Miguel Molina | 2018-07-26 | 10 | -387/+484 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | plumbing/format/idxfile: add new Index and MemoryIndex | Miguel Molina | 2018-07-19 | 10 | -387/+484 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #910 from fkorotkov/fedor/fix-tag-cloning | Máximo Cuadros | 2018-08-09 | 3 | -6/+32 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixed cloning of a single tag | Fedor Korotkov | 2018-08-08 | 3 | -6/+32 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #892 from jfontan/fix/get-pgp-signature | Máximo Cuadros | 2018-08-07 | 2 | -18/+45 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | plumbing/object: fix pgp signature encoder/decoder | Javi Fontan | 2018-07-18 | 2 | -18/+45 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #905 from ajnavarro/fix/tag-godoc | Máximo Cuadros | 2018-08-02 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix wrong godoc on Tags() method. | Antonio Jesus Navarro Perez | 2018-07-30 | 1 | -2/+3 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #862 from thehowl/patch-1 | Máximo Cuadros | 2018-07-16 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix documentation for Notes | Morgan | 2018-06-16 | 1 | -1/+2 | |
* | | | | | | | Merge pull request #885 from jsravn/findentry-return-file-not-found | Máximo Cuadros | 2018-07-16 | 2 | -3/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | plumbing: object, expose ErrEntryNotFound in FindEntry. Fixes #883 | James Ravn | 2018-07-10 | 2 | -3/+8 | |
* | | | | | | | | Merge pull request #888 from jeromedoucet/tech/add_gog_repository_not_found | Máximo Cuadros | 2018-07-16 | 2 | -0/+83 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | plumbing/transport/internal: common, add support of Gogs for ErrRepositoryNot... | Jerome Doucet | 2018-07-14 | 2 | -0/+83 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #874 from smola/patchcontextv4.5.0 | Máximo Cuadros | 2018-07-10 | 9 | -9/+297 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | plumbing: add context to allow cancel on diff/patch computing | Marc Barussaud | 2018-07-02 | 9 | -9/+297 | |
* | | | | | | | | Merge pull request #864 from smola/no-norwfs | Máximo Cuadros | 2018-07-06 | 5 | -94/+82 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | storage/filesystem: avoid norwfs build flag | Santiago M. Mola | 2018-06-21 | 5 | -94/+82 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #873 from smola/fix-diff | Máximo Cuadros | 2018-06-27 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | utils: diff, skip useless rune->string conversion | Marc Barussaud | 2018-06-26 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #870 from mcuadros/fetch-error | Máximo Cuadros | 2018-06-26 | 2 | -5/+49 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Remote.Fetch: error on missing remote reference | Máximo Cuadros | 2018-06-21 | 2 | -5/+49 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #869 from dsymonds/compact | Máximo Cuadros | 2018-06-21 | 1 | -2/+12 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | packfile: optimise NewIndexFromIdxFile for a very common case | David Symonds | 2018-06-21 | 1 | -2/+12 | |
|/ / / / | ||||||
* | | | | Merge pull request #859 from ebilling/fix-858/token-authentication | Máximo Cuadros | 2018-06-11 | 3 | -1/+39 | |
|\ \ \ \ | ||||||
| * | | | | plumbing/transport: http, Adds token authentication support [Fixes #858] | Eric Billingsley | 2018-06-08 | 3 | -1/+39 | |
* | | | | | Merge pull request #857 from erizocosmico/feature/object-storage-public | Máximo Cuadros | 2018-06-11 | 3 | -8/+9 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | storage: filesystem, make ObjectStorage constructor public | Miguel Molina | 2018-06-08 | 3 | -8/+9 | |
|/ / / / | ||||||
* | | | | Merge pull request #856 from kuba--/fix-840/corrupted-objectsv4.4.1 | Máximo Cuadros | 2018-06-08 | 2 | -4/+19 | |
|\ \ \ \ | ||||||
| * | | | | plumbing: packfile, Don't push empty objects. Fixes #840 | kuba-- | 2018-06-07 | 2 | -4/+19 | |
|/ / / / | ||||||
* | | | | Merge pull request #855 from jfontan/improvement/cache-tree-findentry | Máximo Cuadros | 2018-06-07 | 1 | -1/+26 | |
|\ \ \ \ | ||||||
| * | | | | plumbing: object, adds tree path cache to trees. Fixes #793 | Javi Fontan | 2018-06-06 | 1 | -1/+26 | |
|/ / / / | ||||||
* | | | | Merge pull request #846 from dsymonds/compact | Máximo Cuadros | 2018-06-06 | 2 | -23/+67 | |
|\ \ \ \ | ||||||
| * | | | | packfile: improve Index memory representation to be more compact | David Symonds | 2018-05-30 | 2 | -23/+67 | |
* | | | | | Merge pull request #848 from josephvusich/fix/cve-2018-11235 | Máximo Cuadros | 2018-06-06 | 5 | -12/+73 | |
|\ \ \ \ \ | ||||||
| * | | | | | worktree: Don't allow .gitmodules to be a symlink. Fixes CVE-2018-11235 | Joseph Vusich | 2018-05-30 | 2 | -0/+27 | |
| * | | | | | config: modules, Ignore submodules with dotdot '..' path components. Fixes CV... | Joseph Vusich | 2018-05-30 | 3 | -12/+46 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #854 from ajnavarro/dotgit-not-internal | Máximo Cuadros | 2018-06-06 | 19 | -10/+9 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove println | Antonio Jesus Navarro Perez | 2018-06-05 | 1 | -1/+0 | |
| * | | | | | dotgit: Move package outside internal. | Antonio Jesus Navarro Perez | 2018-06-05 | 18 | -9/+9 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #845 from dsymonds/master | Máximo Cuadros | 2018-06-05 | 1 | -4/+4 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | idxfile: optimise allocations in readObjectNames | David Symonds | 2018-05-30 | 1 | -4/+4 | |
|/ / / / | ||||||
* | | | | Merge pull request #833 from jfontan/slow-reference-updatev4.4.0 | Máximo Cuadros | 2018-05-16 | 1 | -2/+22 | |
|\ \ \ \ |