aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object
Commit message (Expand)AuthorAgeFilesLines
* plumbing: signature, support the same x509 signature formats as gitYoav Amit2024-08-202-1/+15
* Merge pull request #971 from nodivbyzero/fix-177-diff-print-file-statsPaulo Gomes2024-03-113-55/+152
|\
| * plumbing: no panic in printStat function. Fixes #177nodivbyzero2024-03-113-55/+152
* | plumbing: object, Apply memoization in (*treeNoder).Children.onee-only2024-03-101-1/+3
* | plumbing: object, Optimize getNextFileCommit to reuse parent tree.onee-only2024-03-101-5/+11
* | plumbing: object, check entry order in (*Tree).Encode, export TreeEntrySorteryiteng.nyt2024-03-082-0/+55
* | plumbing: object, check filename in (*Tree).Encodeyiteng.nyt2024-03-081-0/+3
* | plumbing: object, Make first commit visible on logs filtered with filename. F...onee-only2024-03-052-1/+28
* | plumbing: fix variable defaultUtf8CommitMessageEncoding name spell errorJerry-yz2024-01-152-6/+6
|/
* plumbing: object, enable renames in getFileStatsFromFilePatchesDaniel Moch2023-11-272-2/+56
* plumbing: commitgraph, Add generation v2 supportAndrew Thornton2023-10-129-1/+634
* plumbing: commitgraph, fix types and handle commit-graph-chainsAndrew Thornton2023-10-084-328/+335
* Merge pull request #761 from liwenqiu/parse-commit-encoding-headerPaulo Gomes2023-10-042-4/+25
|\
| * plumbing: parse the encoding header of the commit objectliwenqiu2023-10-042-4/+25
* | fuzzing : fuzz testing support for oss-fuzz integrationArjun Singh2023-10-022-0/+24
|/
* Merge pull request #836 from hezhizhen/typoPaulo Gomes2023-09-282-246/+246
|\
| * *: fix some typosZhizhen He2023-09-082-246/+246
* | plumbing/object: Support mergetag in merge commitsAditya Sirish2023-09-272-0/+83
|/
* plumbing: blame, Complete rewrite. Fixes #603Arieh Schneier2023-07-062-0/+81
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-114-11/+7
* *: Remove redudant err nil checksPaulo Gomes2023-05-111-4/+1
* plumbing: support SSH/X509 signed tagsHidde Beydals2023-02-274-32/+307
* Merge pull request #503 from jfontan/fix/similarity-matrix-too-bigMáximo Cuadros2022-11-171-1/+7
|\
| * plumbing: object, rename calculation uses too much memoryJavi Fontan2022-03-301-1/+7
* | Optimize zlib reader and consolidate sync.poolsPaulo Gomes2022-11-074-24/+11
* | minor grammatical fixesJon Eskin2022-09-221-1/+1
|/
* Merge pull request #425 from abhinav/error-stringsMáximo Cuadros2021-12-111-2/+2
|\
| * error strings: Don't capitalize, use periods, or newlinesAbhinav Gupta2021-12-041-2/+2
* | Merge pull request #418 from abhinav/unusedMáximo Cuadros2021-12-101-4/+0
|\ \
| * | Remove unused variables/types/functionsAbhinav Gupta2021-11-271-4/+0
| |/
* / simplified sparse checkoutJohn Cai2021-11-091-0/+4
|/
* plumbing: object/patch, printStat strings.Repeat cause panic (#310) cookeem2021-05-121-2/+10
* plumbing: object, fix TestDecodeAndVerify testMáximo Cuadros2021-04-161-44/+53
* *: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/ope...Johan Fleury2021-04-064-89/+47
* Merge pull request #125 from cristaloleg/minor-linter-fixesMáximo Cuadros2020-07-161-1/+1
|\
| * Minor linter fixesOleg Kovalov2020-07-061-1/+1
* | Use only one name for receiverOleg Kovalov2020-07-062-20/+20
|/
* fix nilOleg Kovalov2020-07-011-1/+1
* fix goreportcard warningsOleg Kovalov2020-07-017-13/+14
* plumbing: object, Commit.Patch support to as nilMáximo Cuadros2020-05-133-4/+27
* performed explicit conversions(needed)vashish12020-05-081-4/+4
* plumbing: exact renames detection could leave gaps in the changesMiguel Molina2020-05-042-8/+30
* Merge pull request #49 from gopye/fix_patch_commentMáximo Cuadros2020-04-301-1/+1
|\
| * Remove unnecessary text from commentgopye2020-04-291-1/+1
* | Merge pull request #44 from tzneal/mine/fix-32-bit-buildMáximo Cuadros2020-04-301-1/+1
|\ \
| * | fix 32 bit buildTodd Neal2020-04-271-1/+1
| |/
* / Fix typo in comment of func TestCancelgopye2020-04-271-1/+1
|/
* plumbing: object, make renames diff defaultMáximo Cuadros2020-04-253-16/+55
* plumbing: detect renames by hash and similar content in diff treeMiguel Molina2020-04-234-4/+1374
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-1014-34/+28