Projects in the topic git


Port git-fixup to POSIX shell script and submit to git/git

an invention by mcepl

Description

https://github.com/keis/git-fixup is an exceedingly useful program, which I use daily, and I would love to every git user could bask in its awesomeness. Alas, it is a bash script, so it is not appropriate for the inclusion in git proper.

Updated about 1 year ago. 1 hackers ♥️. 1 follower.

Create a page with all devel:languages:perl packages and their versions

a project by tinita

Description

Updated 16 days ago. 2 hacker ♥️. 2 followers.

go-git: unlocking SHA256-based repository cloning ahead of git v3

an invention by pgomes

Description

The go-git library implements the git internals in pure Go, so that any Go application can handle not only Git repositories, but also lower-level primitives (e.g. packfiles, idxfiles, etc) without needing to shell out to the git binary.

Updated 16 days ago. 2 hacker ♥️. 3 followers.

Mail client with mailing list workflow support in Rust

a project by acervesato

Description

Updated 24 days ago. 2 hacker ♥️. 1 follower.

git-fs: file system representation of a git repository

a project by fgonzalez

Description

This project aims to create a Linux equivalent to the git/fs concept from git9. Now, I'm aware that git provides worktrees, but they are not enough for many use cases. Having a read-only representation of the whole repository simplifies scripting by quite a bit and, most importantly, reduces disk space usage. For instance, during kernel livepatching development, we need to process and analyze the source code of hundreds of kernel versions simultaneously.This is rather painful with git-worktrees, as each kernel branch requires no less than 1G of disk space.

Updated 21 days ago. 1 hackers ♥️. 2 followers.