aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing
Commit message (Expand)AuthorAgeFilesLines
* plumbing: signature, support the same x509 signature formats as gitYoav Amit2024-08-202-1/+15
* adjust path extracted from file: url on Windows (#416)tomqwpl2024-08-091-1/+18
* Merge pull request #1128 from pjbgf/small-fixesPaulo Gomes2024-08-091-1/+0
|\
| * *: Small fixes to remove linter warningsPaulo Gomes2024-06-291-1/+0
* | Merge pull request #1152 from edigaryev/remove-duplicate-checksPaulo Gomes2024-07-311-11/+9
|\ \
| * | plumbing: format/packfile, early returnNikolay Edigaryev2024-07-211-3/+3
| * | plumbing: format/packfile, remove duplicate checks in findMatch()Nikolay Edigaryev2024-07-201-11/+9
* | | plumbing: transport/ssh, Add support for SSH @cert-authority.Javier Alvarez Garcia2024-07-243-12/+124
|/ /
* | Merge pull request #1114 from BauWatch/fix-load-ignored-gitignoresPaulo Gomes2024-07-132-1/+19
|\ \
| * | plumbing: gitignore, Fix loading of ignored .gitignore files.Wouter Horlings2024-06-172-1/+19
| |/
* / plumbing: transport/file, Change paths to absolutePaulo Gomes2024-07-132-7/+35
|/
* Merge pull request #1056 from pjbgf/fix-symlinkPaulo Gomes2024-06-071-1/+10
|\
| * plumbing: format, Handle case where fs.Join breaks with C: in WindowsPaulo Gomes2024-05-201-1/+10
* | plumbing: transport/http, Wrap http errors to return reason. Fixes #1097Gianni Gambetti2024-05-274-9/+11
|/
* plumbing: fix sideband demux on flushAyman Bagabas2024-04-262-3/+28
* plumbing: protocol/packp, client-side filter capability support (#1000)Nikolay Edigaryev2024-04-115-0/+160
* git: Refine some codes in test and non-test.onee-only2024-04-111-0/+1
* plumbing: Add link to index-format docsAlexander Block2024-04-091-0/+2
* plumbing: Add tests for unknown extensions, truncated extensions and invalid ...Alexander Block2024-04-061-0/+102
* plumbing: Implement encodeRawExtension that can be used by testsAlexander Block2024-04-061-1/+33
* plumbing: Properly support skipping of non-mandatory extensionsAlexander Block2024-04-061-8/+30
* plumbing: Properly detect EOF when reading index extensionsAlexander Block2024-04-051-34/+36
* Merge pull request #937 from matejrisek/feature/rename-short-fieldsPaulo Gomes2024-03-163-17/+17
|\
| * plumbing: Replace short field names with more descriptive ones.Matej Risek2023-11-193-17/+17
* | Merge pull request #1047 from avoidalone/masterPaulo Gomes2024-03-121-2/+2
|\ \
| * | *: fix some commentsavoidalone2024-03-121-2/+2
* | | 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: format/gitattributes, close file in ReadAttributesFilePeter Kurfer2024-02-052-6/+11
* | | plumbing: fix variable defaultUtf8CommitMessageEncoding name spell errorJerry-yz2024-01-152-6/+6
|/ /
* | plumbing: check setAuth error. Fixes #185nodivbyzero2023-12-132-1/+26
* | Merge pull request #941 from djmoch/filestats-renamePaulo Gomes2023-12-012-2/+56
|\ \
| * | plumbing: object, enable renames in getFileStatsFromFilePatchesDaniel Moch2023-11-272-2/+56
| |/
* | git: validate reference namesAyman Bagabas2023-11-302-0/+148
* | plumbing: transport: use git-proto-request and decode error-line errorsAyman Bagabas2023-11-235-114/+157
* | plumbing: handle pktline erro-line as errorsAyman Bagabas2023-11-233-0/+128
* | plumbing: add git-proto-request typeAyman Bagabas2023-11-232-0/+120
|/
* plumbing: transport/git, Improve tests error messagePaulo Gomes2023-11-171-5/+15
* Merge pull request #932 from aymanbagabas/fix-emptyPaulo Gomes2023-11-171-0/+6
|\
| * plumbing: fix empty uploadpack request errorAyman Bagabas2023-11-161-0/+6
* | utils: move trace to utilsAyman Bagabas2023-11-162-2/+2
|/
* plumbing: format/pktline: trace packetsAyman Bagabas2023-11-152-0/+7
* utils: remove ioutil.Pipe and use std library io.PipeAyman Bagabas2023-11-132-3/+2
* build: fix go-git binary buildAyman Bagabas2023-11-071-2/+2
* plumbing: format/packfile, Refactor patch deltaPaulo Gomes2023-11-062-113/+79