This package will get a description of the current Git version of the document and store it in a command \gitVer
. If memoir
or fancyhdr
are in use, it will also add this to the document footers unless the option noheader
is passed. The package also defines a command \versionBox
which outputs a box containing the version and date of compilation.
This crate adds git hooks support based on git2-rs.
This package provides an helpful way to install packages hosted on GitHub
.
This package provides a Ruby client that supports all of the GitHub API methods.
This package provides utilities for formatting and sending Git patches via Email, without leaving Emacs.
This package provides utilities for formatting and sending Git patches via Email, without leaving Emacs.
This package provides utilities for formatting and sending Git patches via Email, without leaving Emacs.
git-email
provides functions for formatting and sending Git patches via email, without leaving Emacs.
This package provides a Git quick statistics is a simple and efficient way to access various statistics in git repository.
This package provides Emacs major modes for editing various Git configuration files, such as .gitattributes
, .gitignore
, and .git/config
.
pass-git-helper is a git credential helper which uses pass, the standard unix password manager, as the credential backend for your git repositories. This is achieved by explicitly defining mappings between hosts and entries in the password store.
This Git extension defines a subcommand, when-merged
, whose core operation is to find the merge that brought a given commit into the specified ref(s). It has various options that control how information about the merge is displayed.
git filter-repo
is a versatile tool for rewriting history, which roughly falls into the same space of tool like git filter-branch but with more capabilities. git filter-repo
is now recommended by the Git project instead of git filter-branch
.
Enhances Dired and buffers visiting annex files with git-annex functionality. In Dired, the names of annex files are shortened by hiding the symbolic links and fontified based on whether content is present. Commands for performing some common operations (e.g., unlocking and adding files) are provided.
The package makes it possible to incorporate git version control metadata into documents. For memoir
users, the package provides the means to tailor page headers and footers to use the metadata.
Note this version is now deprecated, but is kept on the archive, pro tem, for continuity for existing users. All new repositories should use gitinfo2
.
This crates compiles the git version (tag name, or hash otherwise) and dirty state into your program.
This package provides cargo:rustc-env
instructions via build.rs
for use in your code via the env!
macro.
The package makes it possible to incorporate git version control metadata into documents. For memoir
users, the package provides the means to tailor page headers and footers to use the metadata.
GitPython is a python library used to interact with Git repositories, high-level like git-porcelain, or low-level like git-plumbing.
It provides abstractions of Git objects for easy access of repository data, and additionally allows you to access the Git repository more directly using either a pure Python implementation, or the faster, but more resource intensive git
command implementation.
This package is an Emacs minor mode for displaying and interacting with hunks of text managed in a version control system. Added modified and deleted areas can be indicated with symbols on the edge of the buffer, and commands can be used to move between and perform actions on these hunks.
Git, Mercurial, Subversion and Bazaar are supported, and many parts of the display and behaviour is easily customisable.
G-Golf (Gnome: (Guile Object Library for)) is a library for developing modern applications in Guile Scheme. It comprises a direct binding to the GObject Introspection API and higher-level functionality for importing Gnome libraries and making GObject classes (and methods) available in Guile's object-oriented programming system, GOOPS.
Note: Currently, when developing with G-Golf in guix shell
, there is a grafts bug in Guix. To avoid it, use Guix' --no-grafts
option. Guix packages that use wrap-program
are unaffected.
MathJax for Emacs
An unofficial Copilot plugin for Emacs.
Git-review is a command-line tool that helps submitting Git branches to Gerrit for review, or fetching existing ones.