Git Hammer is a statistics tool for projects in git repositories. Its major feature is tracking the number of lines authored by each person for every commit, but it also includes some other useful statistics.
Scanpy is a scalable toolkit for analyzing single-cell gene expression data. It includes preprocessing, visualization, clustering, pseudotime and trajectory inference and differential expression testing. The Python-based implementation efficiently deals with datasets of more than one million cells.
git-test-sequence is similar to an automated git bisect except it’s linear. It will test every change between two points in the DAG. It will also walk each side of a merge and test those changes individually.
If your LaTeX document is version-controlled with Git, you might encounter situations, where you want to include some information of your Git repository into your LaTeX document, e.g., to keep track on who gave you feedback on which version of your document. This Git information can be included on every page by a watermark or (for custom needs) via provided variables.
git-remote-gcrypt is a Git remote helper to push and pull from repositories encrypted with GnuPG. It works with the standard Git transports, including repository hosting services like GitLab.
Remote helper programs are invoked by Git to handle network transport. This helper handles gcrypt:
URLs that access a remote repository encrypted with GPG, using our custom format.
Supported locations are local, rsync://
and sftp://
, where the repository is stored as a set of files, or instead any Git URL where gcrypt will store the same representation in a Git repository, bridged over arbitrary Git transport.
The aim is to provide confidential, authenticated Git storage and collaboration using typical untrusted file hosts or services.
This package provides a Helm interface for Git files.
Display the open buffers in project.
Display a status source showing state of project (modified files etc.).
Display a list of all files in project under git control.
Quickly look at diffs of modified files.
Allow switching to
git status
with your preferred frontend (vc-dir, Magit,etc.).Full integration of git-grep, also allow usage of
helm-grep
(you can use ack-grep instead of grep).Integrate usage of gid from id-utils.
Full integration with
helm-find-files
, allow you to browse projects unrelated to current-buffer.In addition, all actions of type files and buffers are provided.
LaGUI demonstration programs
Record git working tree status when compiling your crate
This package provides a git URL parsing module which supports parsing and rewriting of remote git URLs from various hosting providers.
The extension of the archivist package integrating the archivist with GitHub
via GitHub
API, git2r packages and httr package.
The fs package provides file-system-related Go functions.
This package provides commands to pull in, comment on, and accept and reject GitHub pull requests.
This module handles parsing, modifying and creating configuration files of the style used by the Git version control system.
emacs-git-messenger
provides git-messenger:popup-message
, a function that when called, will popup the last git commit message for the current line. This uses git-blame internally.
Official OmniAuth strategy for GitHub.
Hugging Face/AI-powered text & code completion client (unofficial)
This package implements a native XZ decompression in Golang.
This package implements rudimentary support for reading CR files.
This Emacs package provides a minor mode which shows git information inside the Dired buffer.
This package provides a pure Go Postgres driver for Go's database/sql package.
go-github-com-rs-xid
is a globally unique id generator library, ready to safely be used directly in your server code.
gitlab-ci-mode
is an Emacs major mode for editing GitLab CI files. It provides syntax highlighting and completion for keywords and special variables. An interface to GitLab’s CI file linter is also provided via gitlab-ci-lint
.
guile-scheme-lsp
is an implementation for Guile of the LSP specification. This software aims to support several Scheme implementations. To achieve this, the code is designed to contain as much logic as possible in R7RS Scheme, separating implementation-specific code in different directories.
This hook sends emails describing changes introduced by pushes to a Git repository. For each reference that was changed, it emits one ReferenceChange email summarizing how the reference was changed, followed by one Revision email for each new commit that was introduced by the reference change.
This script is designed to be used as a post-receive hook in a Git repository