aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* git: Refine some codes in test and non-test.onee-only2024-04-115-7/+11
* Merge pull request #1066 from codablock/fix-unknown-extensionsPaulo Gomes2024-04-094-41/+201
|\
| * 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-052-35/+37
|/
* Merge pull request #1071 from go-git/dependabot/go_modules/golang.org/x/net-0...Paulo Gomes2024-04-052-10/+10
|\
| * build: bump golang.org/x/net from 0.23.0 to 0.24.0dependabot[bot]2024-04-052-10/+10
|/
* Merge pull request #1068 from go-git/dependabot/go_modules/golang.org/x/net-0...Paulo Gomes2024-04-042-3/+3
|\
| * build: bump golang.org/x/net from 0.22.0 to 0.23.0dependabot[bot]2024-04-042-3/+3
|/
* Merge pull request #1065 from go-git/dependabot/go_modules/cli/go-git/github....Paulo Gomes2024-04-042-25/+25
|\
| * build: bump github.com/go-git/go-git/v5 in /cli/go-gitdependabot[bot]2024-04-012-25/+25
|/
* Merge pull request #1060 from go-git/dependabot/go_modules/github.com/gliderl...v5.12.0Paulo Gomes2024-03-192-3/+3
|\
| * build: bump github.com/gliderlabs/ssh from 0.3.6 to 0.3.7dependabot[bot]2024-03-192-3/+3
|/
* 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 #1052 from go-git/dependabot/go_modules/github.com/skeema/...Paulo Gomes2024-03-132-3/+3
|\ \
| * | build: bump github.com/skeema/knownhosts from 1.2.1 to 1.2.2dependabot[bot]2024-03-132-3/+3
|/ /
* | Merge pull request #1048 from pjbgf/fix-reset-validationPaulo Gomes2024-03-122-0/+11
|\ \
| * | git: Add commit validation for Reset. Fixes #878Paulo Gomes2024-03-112-0/+11
* | | Merge pull request #1047 from avoidalone/masterPaulo Gomes2024-03-123-4/+4
|\ \ \
| * | | *: fix some commentsavoidalone2024-03-123-4/+4
* | | | Merge pull request #1044 from pjbgf/ff-mergePaulo Gomes2024-03-125-25/+188
|\ \ \ \
| * | | | git: Implement Merge function with initial FastForwardMerge supportPaulo Gomes2024-03-095-67/+151
| * | | | git: Add Merge with ff-onlyJohn Cai2024-03-093-0/+79
* | | | | 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
* | | | | Merge pull request #1046 from onee-only/optimize-commit-worker-pathPaulo Gomes2024-03-102-6/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | 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
| | |/ / | |/| |
* | | | Merge pull request #1045 from onee-only/fix-amend-with-changesPaulo Gomes2024-03-102-17/+39
|\ \ \ \ | |/ / / |/| | |
| * | | git: worktree_commit, Fix amend commit to apply changes. Fixes #1024onee-only2024-03-102-17/+39
|/ / /
* | | Merge pull request #967 from niukuo/filenamePaulo Gomes2024-03-092-0/+58
|\ \ \
| * | | 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
|/ / /
* | | Merge pull request #1042 from tim775/fix/worktree_valid_path_panicPaulo Gomes2024-03-062-0/+6
|\ \ \
| * | | git: worktree, Don't panic on empty or root path when checking if it is validtim7752024-03-062-0/+6
|/ / /
* | | Merge pull request #1036 from onee-only/masterPaulo Gomes2024-03-062-1/+28
|\ \ \
| * | | plumbing: object, Make first commit visible on logs filtered with filename. F...onee-only2024-03-052-1/+28
* | | | Merge pull request #1039 from go-git/dependabot/go_modules/golang.org/x/net-0...Paulo Gomes2024-03-052-10/+10
|\ \ \ \
| * | | | build: bump golang.org/x/net from 0.21.0 to 0.22.0dependabot[bot]2024-03-052-10/+10
|/ / / /
* | | | Merge pull request #1037 from go-git/dependabot/go_modules/github.com/stretch...Paulo Gomes2024-03-012-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | build: bump github.com/stretchr/testify from 1.8.4 to 1.9.0dependabot[bot]2024-03-012-3/+3
|/ / /
* | | Merge pull request #1035 from go-git/dependabot/go_modules/golang.org/x/crypt...Paulo Gomes2024-02-282-3/+3
|\ \ \
| * | | build: bump golang.org/x/crypto from 0.19.0 to 0.20.0dependabot[bot]2024-02-272-3/+3
|/ / /
* | | Merge pull request #366 from juliens/prunePaulo Gomes2024-02-223-2/+148
|\ \ \
| * | | *: fetch, adds the prune option. Fixes #316Julien Salleyron2024-02-223-2/+148
|/ / /
* | | Merge pull request #1029 from wlynch/signer-fixPaulo Gomes2024-02-214-35/+94
|\ \ \
| * | | git: signer, fix usage of crypto.Signer interfaceBilly Lynch2024-02-134-35/+94