_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-git-modes 1.4.7
Propagated dependencies: emacs-compat@30.1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/magit/git-modes
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs major modes for Git configuration files
Description:

This package provides Emacs major modes for editing various Git configuration files, such as .gitattributes, .gitignore, and .git/config.

pass-git-helper 4.1.0
Dependencies: password-store@1.7.4 python-pyxdg@0.28
Channel: guix
Location: gnu/packages/password-utils.scm (gnu packages password-utils)
Home page: https://github.com/languitar/pass-git-helper
Licenses: LGPL 3+
Build system: pyproject
Synopsis: Git credential helper interfacing with pass
Description:

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.

git-when-merged 1.2.0-ab6af78
Dependencies: bash-minimal@5.2.37 git@2.52.0 python-wrapper@3.11.14
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://github.com/mhagger/git-when-merged
Licenses: GPL 2+
Build system: gnu
Synopsis: Determine when a commit was merged into a Git branch
Description:

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 2.45.0
Dependencies: python@3.11.14
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://github.com/newren/git-filter-repo
Licenses: Expat GPL 2
Build system: gnu
Synopsis: Quickly rewrite Git repository history
Description:

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.

emacs-git-annex 1.1-2.1324d3f
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jwiegley/git-annex-el
Licenses: GPL 2+
Build system: emacs
Synopsis: Emacs integration for git-annex
Description:

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.

texlive-gitinfo 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/gitinfo
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Access metadata from the Git distributed version control system
Description:

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.

emacs-git-blamed 20161028.1926
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tsgates/git-emacs
Licenses:
Build system: melpa
Synopsis: Minor mode for incremental blame for Git
Description:

Documentation at https://melpa.org/#/git-blamed

emacs-bts-github 20170401.1249
Propagated dependencies: emacs-bts@20151109.1333 emacs-gh@20230825.1217
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/aki2o/emacs-bts-github
Licenses:
Build system: melpa
Synopsis: A plugin of bts.el for GitHub
Description:

Documentation at https://melpa.org/#/bts-github

emacs-ivy-gitlab 20181228.826
Propagated dependencies: emacs-s@20220902.1511 emacs-dash@20250312.1307 emacs-ivy@20251123.1023 emacs-gitlab@20180312.1647
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/nlamirault/emacs-gitlab
Licenses:
Build system: melpa
Synopsis: Ivy interface to Gitlab
Description:

Documentation at https://melpa.org/#/ivy-gitlab

emacs-git-gutter 20241212.1415
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacsorphanage/git-gutter
Licenses:
Build system: melpa
Synopsis: Port of Sublime Text plugin GitGutter
Description:

Documentation at https://melpa.org/#/git-gutter

emacs-git-backup 20191209.2144
Propagated dependencies: emacs-s@20220902.1511
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/antham/git-backup
Licenses:
Build system: melpa
Synopsis: Backup each file change using git
Description:

Documentation at https://melpa.org/#/git-backup

texlive-gitinfo2 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/gitinfo2
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Access metadata from the Git distributed version control system
Description:

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.

python-gitpython 3.1.44
Dependencies: git-minimal@2.50.0
Propagated dependencies: python-gitdb@4.0.12
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://github.com/gitpython-developers/GitPython
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python library for interacting with Git repositories
Description:

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.

emacs-git-gutter 0.93
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/syohex/emacs-git-gutter
Licenses: GPL 3+
Build system: emacs
Synopsis: See and manage hunks of text in a version control system
Description:

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.

guile-g-golf.git 0.8.0-a.5-0.4120743
Dependencies: guile@3.0.9 guile-lib@0.2.8.1 glib@2.83.3
Propagated dependencies: gobject-introspection@1.82.0
Channel: small-guix
Location: small-guix/packages/guile-xyz.scm (small-guix packages guile-xyz)
Home page: https://www.gnu.org/software/g-golf/
Licenses: LGPL 3+
Build system: gnu
Synopsis: Guile Object Library for GNOME
Description:

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.

emacs-git-command 20191028.333
Propagated dependencies: emacs-term-run@20200128.702 emacs-with-editor@20260101.1848
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/10sr/git-command-el
Licenses:
Build system: melpa
Synopsis: A Git Command-Line interface
Description:

Documentation at https://melpa.org/#/git-command

emacs-github-elpa 20231201.804
Propagated dependencies: emacs-package-build@20260115.1042 emacs-commander@20140120.1852 emacs-git@20140128.1041
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/10sr/github-elpa
Licenses:
Build system: melpa
Synopsis: Build and publish ELPA repositories with GitHub Pages
Description:

Documentation at https://melpa.org/#/github-elpa

emacs-ibuffer-git 20110508.731
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/jrockway/ibuffer-git
Licenses:
Build system: melpa
Synopsis: Show git status in ibuffer column
Description:

Documentation at https://melpa.org/#/ibuffer-git

emacs-helm-gitlab 20180312.1647
Propagated dependencies: emacs-s@20220902.1511 emacs-dash@20250312.1307 emacs-helm@4.0.6 emacs-gitlab@20180312.1647
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/nlamirault/emacs-gitlab
Licenses:
Build system: melpa
Synopsis: Helm interface to Gitlab
Description:

Documentation at https://melpa.org/#/helm-gitlab

emacs-helm-ls-git 20260105.455
Propagated dependencies: emacs-helm@4.0.6
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacs-helm/helm-ls-git
Licenses:
Build system: melpa
Synopsis: The git project manager for helm
Description:

Documentation at https://melpa.org/#/helm-ls-git

python-git-review 2.5.0
Dependencies: bash-minimal@5.2.37 git-minimal@2.52.0 openssh-sans-x@10.2p1
Propagated dependencies: python-requests@2.32.5
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://docs.openstack.org/infra/git-review/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Command-line tool for Gerrit
Description:

Git-review is a command-line tool that helps submitting Git branches to Gerrit for review, or fetching existing ones.

python-git-hammer 0.3.2
Propagated dependencies: python-beautifultable@1.1.0 python-dateutil@2.9.0 python-gitpython@3.1.44 python-globber@0.2.1 python-matplotlib@3.8.2 python-sqlalchemy@1.4.42 python-sqlalchemy-utils@0.42.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/asharov/git-hammer
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Provide statistics for git repositories
Description:

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.

git-test-sequence 20140312.48e5a2f
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://dustin.sallings.org/2010/03/28/git-test-sequence.html
Licenses: X11-style
Build system: trivial
Synopsis: Run a command over a sequence of commits
Description:

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.

texlive-gitstatus 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/gitstatus
Licenses: LPPL 1.3+
Build system: texlive
Synopsis: Include Git information in the document as watermark or via variables
Description:

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.

Total results: 2125