_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
r-git2rdata 0.5.0
Propagated dependencies: r-yaml@2.3.10 r-git2r@0.36.2 r-assertthat@0.2.1
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://ropensci.github.io/git2rdata/
Licenses: GPL 3
Synopsis: Store and Retrieve Data.frames in a Git Repository
Description:

The git2rdata package is an R package for writing and reading dataframes as plain text files. A metadata file stores important information. 1) Storing metadata allows to maintain the classes of variables. By default, git2rdata optimizes the data for file storage. The optimization is most effective on data containing factors. The optimization makes the data less human readable. The user can turn this off when they prefer a human readable format over smaller files. Details on the implementation are available in vignette("plain_text", package = "git2rdata"). 2) Storing metadata also allows smaller row based diffs between two consecutive commits. This is a useful feature when storing data as plain text files under version control. Details on this part of the implementation are available in vignette("version_control", package = "git2rdata"). Although we envisioned git2rdata with a git workflow in mind, you can use it in combination with other version control systems like subversion or mercurial. 3) git2rdata is a useful tool in a reproducible and traceable workflow. vignette("workflow", package = "git2rdata") gives a toy example. 4) vignette("efficiency", package = "git2rdata") provides some insight into the efficiency of file storage, git repository size and speed for writing and reading.

chicken5-git 0.2.0
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/git
Licenses: FreeBSD
Synopsis: libgit2 bindings
Description:

libgit2 bindings

emacs-gitlab 20180312.1647
Propagated dependencies: emacs-s@20220902.1511 emacs-dash@20250312.1307 emacs-pkg-info@20150517.1143 emacs-request@20250219.2213
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/nlamirault/emacs-gitlab
Licenses:
Synopsis: Emacs client for Gitlab
Description:

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

emacs-gitter 20220316.138
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/xuchunyang/gitter.el
Licenses:
Synopsis: An Emacs Gitter client
Description:

Documentation at https://melpa.org/#/gitter

emacs-git-io 20230322.1038
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tejasbubane/emacs-git-io
Licenses:
Synopsis: Integration for git.io URL shortening in buffer
Description:

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

guile2.2-git 0.10.0
Dependencies: guile@2.2.7 libgit2@1.9.1
Propagated dependencies: guile2.2-bytestructures@1.0.10
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://gitlab.com/guile-git/guile-git.git
Licenses: GPL 3+
Synopsis: Guile bindings for libgit2
Description:

This package provides Guile bindings to libgit2, a library to manipulate repositories of the Git version control system.

guile2.0-git 0.10.0
Dependencies: guile@2.2.7 libgit2@1.9.1
Propagated dependencies: guile2.2-bytestructures@1.0.10
Channel: guix
Location: gnu/packages/guile.scm (gnu packages guile)
Home page: https://gitlab.com/guile-git/guile-git.git
Licenses: GPL 3+
Synopsis: Guile bindings for libgit2
Description:

This package provides Guile bindings to libgit2, a library to manipulate repositories of the Git version control system.

ruby-hoe-git 1.6.0
Propagated dependencies: ruby-hoe@3.26.0
Channel: guix
Location: gnu/packages/ruby-xyz.scm (gnu packages ruby-xyz)
Home page: https://github.com/jbarnette/hoe-git
Licenses: Expat
Synopsis: Hoe plugins for tighter Git integration
Description:

This package provides a set of Hoe plugins for tighter Git integration. It provides tasks to automate release tagging and pushing and changelog generation.

guile-gitlab 0.2.1
Dependencies: bash-minimal@5.2.37 guile@2.2.7 guile2.2-json@4.7.3 guile2.2-lib@0.2.8.1 guile2.2-gnutls@5.0.1
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://github.com/artyom-poptsov/guile-gitlab
Licenses: GPL 3
Synopsis: Guile interface to GitLab
Description:

This package provides bindings to the GitLab Community Edition REST API as well as the gitlab-cli command line tool for interacting with a GitLab instance.

python-gitdb 4.0.12
Propagated dependencies: python-smmap@5.0.2
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://github.com/gitpython-developers/gitdb
Licenses: Modified BSD
Synopsis: Python implementation of the Git object database
Description:

GitDB allows you to access bare Git repositories for reading and writing. It aims at allowing full access to loose objects as well as packs with performance and scalability in mind. It operates exclusively on streams, allowing to handle large objects with a small memory footprint.

r-gittargets 0.0.7
Dependencies: git@2.51.0
Propagated dependencies: r-uuid@1.2-1 r-tibble@3.2.1 r-targets@1.11.3 r-processx@3.8.6 r-gert@2.1.5 r-data-table@1.17.4 r-cli@3.6.5 r-callr@3.7.6
Channel: guix-cran
Location: guix-cran/packages/g.scm (guix-cran packages g)
Home page: https://docs.ropensci.org/gittargets/
Licenses: Expat
Synopsis: Data Version Control for the Targets Package
Description:

In computationally demanding data analysis pipelines, the targets R package (2021, <doi:10.21105/joss.02959>) maintains an up-to-date set of results while skipping tasks that do not need to rerun. This process increases speed and increases trust in the final end product. However, it also overwrites old output with new output, and past results disappear by default. To preserve historical output, the gittargets package captures version-controlled snapshots of the data store, and each snapshot links to the underlying commit of the source code. That way, when the user rolls back the code to a previous branch or commit, gittargets can recover the data contemporaneous with that commit so that all targets remain up to date.

emacs-git-bug 20251001.25
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://www.github.com/WillForan/emacs-git-bug
Licenses:
Synopsis: Conveniences for local-first issues with git-bug
Description:

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

python-gitlab 3.2.0
Propagated dependencies: python-requests@2.32.5 python-requests-toolbelt@1.0.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/python-gitlab/python-gitlab
Licenses: LGPL 3+
Synopsis: Interact with GitLab API
Description:

This package provides an extended library for interacting with GitLab instances through their API.

our-paint-git 0.5-3.18f75ae
Dependencies: lagui@5.3-247.0458735 libpng@1.6.39
Channel: ngapsh
Location: pnkp/guix/packages/painting.scm (pnkp guix packages painting)
Home page: https://www.wellobserve.com/index.php?post=20221222155743
Licenses: GPL 3
Synopsis: Featureless but programmable painting program
Description:

Our Paint is a featureless but programmable painting program. Borderless canvas, nodes brushes, color management, wacom support, and more!

gitlab-runner 17.9.0
Dependencies: git@2.51.0 bash@5.2.37
Channel: guix-hpc-non-free
Location: guix-hpc-non-free/packages/gitlab.scm (guix-hpc-non-free packages gitlab)
Home page: https://gitlab.com/gitlab-org/gitlab-runner
Licenses: Expat
Synopsis: Gitlab Runner
Description:

The official GitLab Runner written in Go. It runs tests and sends the results to GitLab. GitLab CI is the open-source continuous integration service included with GitLab that coordinates the testing.

vim-gitgutter 0.0.0-1.256702d
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://github.com/airblade/vim-gitgutter
Licenses: Expat
Synopsis: Vim plugin which shows a git diff in the sign column
Description:

A Vim plugin which shows a git diff in the sign column. It shows which lines have been added, modified, or removed. You can also preview, stage, and undo individual hunks; and stage partial hunks. The plugin also provides a hunk text object. The signs are always up to date and the plugin never saves your buffer.

emacs-gitpatch 20170722.410
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tumashu/gitpatch
Licenses:
Synopsis: Git-format patch toolkit
Description:

Documentation at https://melpa.org/#/gitpatch

emacs-git-attr 20180925.2003
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/arnested/emacs-git-attr
Licenses:
Synopsis: Git attributes of buffer file
Description:

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

emacs-git-lens 20220922.710
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/pidu/git-lens
Licenses:
Synopsis: Show new, deleted or modified files in branch
Description:

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

emacs-git-dwim 20170126.1214
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://www.emacswiki.org/cgi-bin/wiki/download/git-dwim.el
Licenses:
Synopsis: Context-aware git commands such as branch handling
Description:

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

emacs-git-link 20251023.2008
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/sshaw/git-link
Licenses:
Synopsis: Get the GitHub/Bitbucket/GitLab URL for a buffer location
Description:

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

emacs-git-grep 20200920.1751
Propagated dependencies: emacs-projectile@20250704.908
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tychoish/git-grep.el
Licenses:
Synopsis: Search tools using git grep
Description:

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

rebar3-git-vsn 1.1.1
Dependencies: git-minimal@2.50.0
Channel: guix
Location: gnu/packages/erlang.scm (gnu packages erlang)
Home page: https://github.com/soranoba/rebar3_git_vsn
Licenses: Expat
Synopsis: Rebar3 plugin for generating the version from git
Description:

This plugin adds support for generating the version from a git checkout.

Total results: 1973