| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Introduces the Merge function for merging branches in the codebase.
Currently, the function only supports FastForwardMerge strategy, meaning it
can efficiently update the target branch pointer if the source branch history
is a linear descendant.
Support for additional merge strategies (e.g., three-way merge) will be added
in future commits.
Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
|
|
|
|
|
|
|
|
|
| |
This adds UpdateServerInfo along with a new go-git command to generate
info files to help git dumb http serve refs and their objects.
This also updates the docs to reflect this.
Docs: https://git-scm.com/docs/git-update-server-info
Fixes: https://github.com/go-git/go-git/issues/731
|
| |
|
|
|
|
|
|
| |
Fixes #777
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
|
|
|
|
| |
Signed-off-by: bufdev <bufdev-github@buf.build>
|
|
|
|
| |
Signed-off-by: Paul Scharnofske <asynts@gmail.com>
|
|
|
|
| |
Signed-off-by: David Pordomingo <David.Pordomingo.F@gmail.com>
|
|
|
| |
This change implemented grep on worktree with options to invert match and specify pathspec. Also, a commit hash or reference can be used to specify the worktree to search.
|
|
|
|
|
|
| |
Fixed in #675
Signed-off-by: Sunny <me@darkowlzz.space>
|
|
|
|
| |
For #653 and #658
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|