aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | git: add Static option to PlainOpenJavi Fontan2018-08-306-10/+249
* | | | | | | Merge pull request #939 from keybase/taruti/cherrypick-for-upstream-clamp-obj...Máximo Cuadros2018-09-042-2/+6
|\ \ \ \ \ \ \
| * | | | | | | plumbing: object: Clamp object timestamps before unix epoch to unix epochTaru Karttunen2018-08-292-2/+6
* | | | | | | | Merge pull request #937 from zaquestion/comment_charMáximo Cuadros2018-08-302-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | config: add commentChar to core config structZaq? Wiedmann2018-08-292-0/+7
* | | | | | | | | Merge pull request #933 from kuba--/fix-895/clean-dirMáximo Cuadros2018-08-293-16/+62
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Add Status.IsUntracked functionkuba--2018-08-292-5/+12
| * | | | | | | | Remove empty dirs when cleaning with Dir opt.kuba--2018-08-293-32/+89
| |/ / / / / / /
* | | | | | | | Merge pull request #935 from jfontan/improvement/cache-incoming-directoryMáximo Cuadros2018-08-291-18/+36
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | storage/dotgit: use HasPrefix instead of SplitJavi Fontan2018-08-271-6/+9
| * | | | | | | storage/dotgit: search for incoming dir only onceJavi Fontan2018-08-251-13/+28
|/ / / / / / /
* | | | | | | Merge pull request #929 from jfontan/fix/reuse-base-cacheMáximo Cuadros2018-08-233-2/+41
|\ \ \ \ \ \ \
| * | | | | | | plumbing, storage: add bases to the common cacheJavi Fontan2018-08-223-2/+41
|/ / / / / / /
* | | | | | | Merge pull request #927 from jfontan/fix/iterate-objects-by-offsetMáximo Cuadros2018-08-223-1/+85
|\ \ \ \ \ \ \
| * | | | | | | plumbing/idxfile: object iterators returns entries in offset orderJavi Fontan2018-08-213-1/+85
|/ / / / / / /
* | | | | | | Merge pull request #887 from noxora/hook-supportMáximo Cuadros2018-08-212-3/+101
|\ \ \ \ \ \ \
| * | | | | | | dotgit: fix object delete testSantiago M. Mola2018-08-171-14/+18
| * | | | | | | added hook supportnoxora2018-08-162-4/+98
* | | | | | | | Merge pull request #921 from jfontan/fix/empty-headersMáximo Cuadros2018-08-212-5/+45
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | object: fix panic when reading object headerJavi Fontan2018-08-172-5/+45
* | | | | | | | Merge pull request #924 from fkorotkov/fedor/fix-issue-923Máximo Cuadros2018-08-202-0/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fixed an edge case for .gitignoreFedor Korotkov2018-08-192-0/+9
|/ / / / / / /
| | | * | | | git: s/TagObjectOptions/CreateTagOptions/Chris Marchesi2018-09-073-13/+13
| | | * | | | git: Add some tests for annotated tag deletionChris Marchesi2018-09-071-3/+110
| | | * | | | git: Don't touch tag objects orphaned by tag deletionChris Marchesi2018-09-071-16/+2
| | | * | | | git: Add Tag objects to the list of supported objects for walkingChris Marchesi2018-09-071-0/+2
| | | * | | | git: s/fetch/returns/ on Tag function docChris Marchesi2018-09-071-1/+1
| | | * | | | git: Don't return tag object with Tag, adjust docs for Tag and TagsChris Marchesi2018-08-232-50/+71
| | | * | | | git: Discern tag target type from supplied hashChris Marchesi2018-08-233-41/+30
| | | * | | | git: Replace test signing key with one with longer expiryChris Marchesi2018-08-211-53/+53
| | | * | | | git: Canonicalize incoming annotated tag messagesChris Marchesi2018-08-212-1/+50
| | | * | | | plumbing: object, don't add extra newline on PGP signatureChris Marchesi2018-08-211-1/+6
| | | * | | | plumbing: object, correct tag PGP encodingChris Marchesi2018-08-211-7/+3
| | | * | | | git: Add tagging supportChris Marchesi2018-08-213-3/+443
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #920 from vancluever/f-add-commit-signkeyv4.6.0Máximo Cuadros2018-08-174-7/+178
|\ \ \ \ \ \
| * | | | | | git: Add extra test for testing bad key error caseChris Marchesi2018-08-161-55/+85
| * | | | | | git: Remove old hash validation codeChris Marchesi2018-08-161-5/+0
| * | | | | | git: Remove use of strings.BuilderChris Marchesi2018-08-162-2/+4
| * | | | | | git: Add ability to PGP sign commitsChris Marchesi2018-08-163-0/+144
| * | | | | | plumbing: object, Don't add new line at end of commit signatureChris Marchesi2018-08-161-7/+7
* | | | | | | Merge pull request #916 from jfontan/improvement/memory-consumption-new-packf...Máximo Cuadros2018-08-174-53/+276
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | plumbing/packfile: do not compute sha1 for already undeltified objectsJavi Fontan2018-08-141-7/+9
| * | | | | | plumbing/pacfile: tidy up objectInfo structJavi Fontan2018-08-141-36/+22
| * | | | | | plumbing: add buffer cache and use it in packfile parserJavi Fontan2018-08-144-14/+249
|/ / / / / /
* | | | | | Merge pull request #906 from src-d/perf/packfile-readsMáximo Cuadros2018-08-1434-1539/+2949
|\ \ \ \ \ \
| * | | | | | plumbing: idxfile, Crc32 to CRC32 and return ok from findHashIndexMiguel Molina2018-08-104-23/+23
| * | | | | | git: add benchmark for iterating repository objectsMiguel Molina2018-08-101-0/+56
| * | | | | | plumbing: packfile, open and close packfile on FSObject readsMiguel Molina2018-08-099-75/+174
| * | | | | | storage: filesystem, add PackfileIter benchmark reading object contentMiguel Molina2018-08-091-0/+67
| * | | | | | storage: filesystem, close Packfile after iterating objectsMiguel Molina2018-08-092-1/+17