| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | * | | | | git: Add some tests for annotated tag deletion | Chris Marchesi | 2018-09-07 | 1 | -3/+110 |
| | | * | | | | git: Don't touch tag objects orphaned by tag deletion | Chris Marchesi | 2018-09-07 | 1 | -16/+2 |
| | | * | | | | git: Add Tag objects to the list of supported objects for walking | Chris Marchesi | 2018-09-07 | 1 | -0/+2 |
| | | * | | | | git: s/fetch/returns/ on Tag function doc | Chris Marchesi | 2018-09-07 | 1 | -1/+1 |
| | | * | | | | git: Don't return tag object with Tag, adjust docs for Tag and Tags | Chris Marchesi | 2018-08-23 | 2 | -50/+71 |
| | | * | | | | git: Discern tag target type from supplied hash | Chris Marchesi | 2018-08-23 | 3 | -41/+30 |
| | | * | | | | git: Replace test signing key with one with longer expiry | Chris Marchesi | 2018-08-21 | 1 | -53/+53 |
| | | * | | | | git: Canonicalize incoming annotated tag messages | Chris Marchesi | 2018-08-21 | 2 | -1/+50 |
| | | * | | | | plumbing: object, don't add extra newline on PGP signature | Chris Marchesi | 2018-08-21 | 1 | -1/+6 |
| | | * | | | | plumbing: object, correct tag PGP encoding | Chris Marchesi | 2018-08-21 | 1 | -7/+3 |
| | | * | | | | git: Add tagging support | Chris Marchesi | 2018-08-21 | 3 | -3/+443 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | Merge pull request #920 from vancluever/f-add-commit-signkeyv4.6.0 | Máximo Cuadros | 2018-08-17 | 4 | -7/+178 |
|\ \ \ \ \ \ |
|
| * | | | | | | git: Add extra test for testing bad key error case | Chris Marchesi | 2018-08-16 | 1 | -55/+85 |
| * | | | | | | git: Remove old hash validation code | Chris Marchesi | 2018-08-16 | 1 | -5/+0 |
| * | | | | | | git: Remove use of strings.Builder | Chris Marchesi | 2018-08-16 | 2 | -2/+4 |
| * | | | | | | git: Add ability to PGP sign commits | Chris Marchesi | 2018-08-16 | 3 | -0/+144 |
| * | | | | | | plumbing: object, Don't add new line at end of commit signature | Chris Marchesi | 2018-08-16 | 1 | -7/+7 |
* | | | | | | | Merge pull request #916 from jfontan/improvement/memory-consumption-new-packf... | Máximo Cuadros | 2018-08-17 | 4 | -53/+276 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | plumbing/packfile: do not compute sha1 for already undeltified objects | Javi Fontan | 2018-08-14 | 1 | -7/+9 |
| * | | | | | | plumbing/pacfile: tidy up objectInfo struct | Javi Fontan | 2018-08-14 | 1 | -36/+22 |
| * | | | | | | plumbing: add buffer cache and use it in packfile parser | Javi Fontan | 2018-08-14 | 4 | -14/+249 |
|/ / / / / / |
|
* | | | | | | Merge pull request #906 from src-d/perf/packfile-reads | Máximo Cuadros | 2018-08-14 | 34 | -1539/+2949 |
|\ \ \ \ \ \ |
|
| * | | | | | | plumbing: idxfile, Crc32 to CRC32 and return ok from findHashIndex | Miguel Molina | 2018-08-10 | 4 | -23/+23 |
| * | | | | | | git: add benchmark for iterating repository objects | Miguel Molina | 2018-08-10 | 1 | -0/+56 |
| * | | | | | | plumbing: packfile, open and close packfile on FSObject reads | Miguel Molina | 2018-08-09 | 9 | -75/+174 |
| * | | | | | | storage: filesystem, add PackfileIter benchmark reading object content | Miguel Molina | 2018-08-09 | 1 | -0/+67 |
| * | | | | | | storage: filesystem, close Packfile after iterating objects | Miguel Molina | 2018-08-09 | 2 | -1/+17 |
| * | | | | | | plumbing: packfile, rename DiskObject to FSObject | Miguel Molina | 2018-08-09 | 2 | -15/+15 |
| * | | | | | | storage: filesystem, benchmark PackfileIter | Miguel Molina | 2018-08-09 | 2 | -15/+94 |
| * | | | | | | plumbing: packfile, read object content only once | Miguel Molina | 2018-08-09 | 2 | -7/+40 |
| * | | | | | | plumbing: packfile, add Parse benchmark | Miguel Molina | 2018-08-09 | 1 | -0/+30 |
| * | | | | | | plumbing: packfile, allow non-seekable sources on Parser | Miguel Molina | 2018-08-08 | 7 | -180/+235 |
| * | | | | | | *: use parser to populate non writable storages and bug fixes | Miguel Molina | 2018-08-07 | 19 | -1237/+561 |
| * | | | | | | Merge pull request #907 from erizocosmico/feature/fix-tests | Miguel Molina | 2018-08-01 | 7 | -45/+116 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | plumbing: packfile, fix package tests | Miguel Molina | 2018-07-30 | 6 | -43/+88 |
| |/ / / / / / |
|
| * | | | | | | Merge pull request #904 from jfontan/feature/new-packfile-parser | Javi Fontan | 2018-07-27 | 4 | -32/+132 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | plumbing/packfile: add index generation to decoder | Javi Fontan | 2018-07-27 | 1 | -7/+25 |
| | * | | | | | | storage/filesystem: remove duplicated IndexStorage | Javi Fontan | 2018-07-27 | 1 | -15/+0 |
| | * | | | | | | plumbing/idxfile: test FindHash and writer with 64 bit offsets | Javi Fontan | 2018-07-27 | 2 | -10/+107 |
| |/ / / / / / |
|
| * | | | | | | Merge pull request #899 from erizocosmico/feature/new-packfile | Miguel Molina | 2018-07-27 | 9 | -38/+723 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | plumbing: packfile, lazy object reads with DiskObjects | Miguel Molina | 2018-07-27 | 6 | -41/+314 |
| | * | | | | | | plumbing: packfile, new Packfile representation | Miguel Molina | 2018-07-26 | 7 | -158/+437 |
| * | | | | | | | Merge pull request #902 from jfontan/feature/new-packfile-parser | Javi Fontan | 2018-07-27 | 4 | -135/+49 |
| |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | * | | | | | | storage/filesystem: add back IndexStorage | Javi Fontan | 2018-07-27 | 1 | -0/+47 |
| | * | | | | | | plumbing: fix two errors in idxfile and packfile decoder | Javi Fontan | 2018-07-26 | 2 | -2/+2 |
| | * | | | | | | plumbing, packfile: delete index_test as is no longer used | Javi Fontan | 2018-07-26 | 1 | -133/+0 |
| * | | | | | | | Merge pull request #898 from jfontan/feature/new-packfile-parser | Javi Fontan | 2018-07-26 | 10 | -47/+831 |
| |\| | | | | | |
|
| | * | | | | | | plumbing, storage: integrate new index | Javi Fontan | 2018-07-26 | 5 | -45/+57 |
| | * | | | | | | plumbing/idxfile: index is created only once and retrieved with Index | Javi Fontan | 2018-07-26 | 2 | -35/+70 |
| | * | | | | | | plumbing/idxfile: add offset/hash mapping to index | Javi Fontan | 2018-07-26 | 1 | -0/+51 |