| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge pull request #1052 from go-git/dependabot/go_modules/github.com/skeema/... | Paulo Gomes | 2024-03-13 | 2 | -3/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | build: bump github.com/skeema/knownhosts from 1.2.1 to 1.2.2 | dependabot[bot] | 2024-03-13 | 2 | -3/+3 |
|/ / |
|
* | | Merge pull request #1048 from pjbgf/fix-reset-validation | Paulo Gomes | 2024-03-12 | 2 | -0/+11 |
|\ \ |
|
| * | | git: Add commit validation for Reset. Fixes #878 | Paulo Gomes | 2024-03-11 | 2 | -0/+11 |
* | | | Merge pull request #1047 from avoidalone/master | Paulo Gomes | 2024-03-12 | 3 | -4/+4 |
|\ \ \ |
|
| * | | | *: fix some comments | avoidalone | 2024-03-12 | 3 | -4/+4 |
* | | | | Merge pull request #1044 from pjbgf/ff-merge | Paulo Gomes | 2024-03-12 | 5 | -25/+188 |
|\ \ \ \ |
|
| * | | | | git: Implement Merge function with initial FastForwardMerge support | Paulo Gomes | 2024-03-09 | 5 | -67/+151 |
| * | | | | git: Add Merge with ff-only | John Cai | 2024-03-09 | 3 | -0/+79 |
* | | | | | Merge pull request #971 from nodivbyzero/fix-177-diff-print-file-stats | Paulo Gomes | 2024-03-11 | 3 | -55/+152 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | plumbing: no panic in printStat function. Fixes #177 | nodivbyzero | 2024-03-11 | 3 | -55/+152 |
* | | | | | Merge pull request #1046 from onee-only/optimize-commit-worker-path | Paulo Gomes | 2024-03-10 | 2 | -6/+14 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | plumbing: object, Apply memoization in (*treeNoder).Children. | onee-only | 2024-03-10 | 1 | -1/+3 |
| * | | | | plumbing: object, Optimize getNextFileCommit to reuse parent tree. | onee-only | 2024-03-10 | 1 | -5/+11 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #1045 from onee-only/fix-amend-with-changes | Paulo Gomes | 2024-03-10 | 2 | -17/+39 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | git: worktree_commit, Fix amend commit to apply changes. Fixes #1024 | onee-only | 2024-03-10 | 2 | -17/+39 |
|/ / / |
|
* | | | Merge pull request #967 from niukuo/filename | Paulo Gomes | 2024-03-09 | 2 | -0/+58 |
|\ \ \ |
|
| * | | | plumbing: object, check entry order in (*Tree).Encode, export TreeEntrySorter | yiteng.nyt | 2024-03-08 | 2 | -0/+55 |
| * | | | plumbing: object, check filename in (*Tree).Encode | yiteng.nyt | 2024-03-08 | 1 | -0/+3 |
|/ / / |
|
* | | | Merge pull request #1042 from tim775/fix/worktree_valid_path_panic | Paulo Gomes | 2024-03-06 | 2 | -0/+6 |
|\ \ \ |
|
| * | | | git: worktree, Don't panic on empty or root path when checking if it is valid | tim775 | 2024-03-06 | 2 | -0/+6 |
|/ / / |
|
* | | | Merge pull request #1036 from onee-only/master | Paulo Gomes | 2024-03-06 | 2 | -1/+28 |
|\ \ \ |
|
| * | | | plumbing: object, Make first commit visible on logs filtered with filename. F... | onee-only | 2024-03-05 | 2 | -1/+28 |
* | | | | Merge pull request #1039 from go-git/dependabot/go_modules/golang.org/x/net-0... | Paulo Gomes | 2024-03-05 | 2 | -10/+10 |
|\ \ \ \ |
|
| * | | | | build: bump golang.org/x/net from 0.21.0 to 0.22.0 | dependabot[bot] | 2024-03-05 | 2 | -10/+10 |
|/ / / / |
|
* | | | | Merge pull request #1037 from go-git/dependabot/go_modules/github.com/stretch... | Paulo Gomes | 2024-03-01 | 2 | -3/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | build: bump github.com/stretchr/testify from 1.8.4 to 1.9.0 | dependabot[bot] | 2024-03-01 | 2 | -3/+3 |
|/ / / |
|
* | | | Merge pull request #1035 from go-git/dependabot/go_modules/golang.org/x/crypt... | Paulo Gomes | 2024-02-28 | 2 | -3/+3 |
|\ \ \ |
|
| * | | | build: bump golang.org/x/crypto from 0.19.0 to 0.20.0 | dependabot[bot] | 2024-02-27 | 2 | -3/+3 |
|/ / / |
|
* | | | Merge pull request #366 from juliens/prune | Paulo Gomes | 2024-02-22 | 3 | -2/+148 |
|\ \ \ |
|
| * | | | *: fetch, adds the prune option. Fixes #316 | Julien Salleyron | 2024-02-22 | 3 | -2/+148 |
|/ / / |
|
* | | | Merge pull request #1029 from wlynch/signer-fix | Paulo Gomes | 2024-02-21 | 4 | -35/+94 |
|\ \ \ |
|
| * | | | git: signer, fix usage of crypto.Signer interface | Billy Lynch | 2024-02-13 | 4 | -35/+94 |
* | | | | Merge pull request #446 from dlambda/co-br | Paulo Gomes | 2024-02-21 | 3 | -35/+124 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | _examples: add example testing to `make test` as suggested by pjbgf | David Lamb | 2024-02-21 | 1 | -0/+1 |
| * | | | _examples: fix other example args + more ignores so example testing | David Lamb | 2024-02-21 | 1 | -0/+6 |
| * | | | _examples: PR feedback - use plumbing instead of sprintf | David Lamb | 2024-02-21 | 1 | -1/+1 |
| * | | | _examples: original PR - add checkout-branch | David Lamb | 2024-02-21 | 2 | -35/+117 |
|/ / / |
|
* | | | Merge pull request #1027 from go-git/dependabot/go_modules/golang.org/x/net-0... | Paulo Gomes | 2024-02-08 | 2 | -10/+10 |
|\ \ \ |
|
| * | | | build: bump golang.org/x/net from 0.20.0 to 0.21.0 | dependabot[bot] | 2024-02-08 | 2 | -10/+10 |
|/ / / |
|
* | | | Merge pull request #1018 from prskr/1017-readattributes-does-not-close-file | Paulo Gomes | 2024-02-05 | 2 | -6/+11 |
|\ \ \ |
|
| * | | | plumbing: format/gitattributes, close file in ReadAttributesFile | Peter Kurfer | 2024-02-05 | 2 | -6/+11 |
* | | | | Merge pull request #1022 from grinish21/doc/404-link | Paulo Gomes | 2024-02-05 | 1 | -1/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | _example: fix 404 link and added ssh-agent clone link | GRINISH NEPAL | 2024-02-04 | 1 | -1/+2 |
|/ / / |
|
* | | | Merge pull request #1007 from pjbgf/go-diff | Paulo Gomes | 2024-01-26 | 2 | -4/+4 |
|\ \ \ |
|
| * | | | build: Bump github.com/sergi/go-diff | Paulo Gomes | 2024-01-22 | 2 | -4/+4 |
* | | | | Merge pull request #994 from moranCohen26/supportFastAddPath | Paulo Gomes | 2024-01-23 | 4 | -10/+294 |
|\ \ \ \ |
|
| * | | | | git: Worktree.AddWithOptions, add skipStatus option. #993 | Moran Cohen | 2024-01-17 | 4 | -11/+294 |
| |/ / / |
|
* | | | | Merge pull request #996 from wlynch/signer-config | Paulo Gomes | 2024-01-23 | 3 | -11/+48 |
|\ \ \ \ |
|
| * | | | | git: worktree_commit, Add crypto.Signer option to CommitOptions. | Billy Lynch | 2024-01-18 | 3 | -11/+48 |
| |/ / / |
|