_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-helm-ls-git 20240828.607
Propagated dependencies: emacs-helm@20240929.416
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacs-helm/helm-ls-git
Licenses:
Synopsis: The git project manager for helm.
Description:

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

emacs-recentd-git 0.1-0.78f3b6c
Channel: neguix
Location: negnu/packages/emacs.scm (negnu packages emacs)
Home page: https://gitlab.com/niklaseklund/recentd
Licenses: GPL 3+
Synopsis: Global directory history
Description:

Recentd provides a history of recently visited directories. It integrates with dired and shell.

python-git-review 2.1.0
Dependencies: bash-minimal@5.1.16 git@2.46.0 openssh@9.8p1
Propagated dependencies: python-requests@2.28.1
Channel: guix
Location: gnu/packages/openstack.scm (gnu packages openstack)
Home page: https://docs.openstack.org/infra/git-review/
Licenses: ASL 2.0
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.1
Propagated dependencies: python-beautifultable@1.0.0 python-dateutil@2.8.2 python-gitpython@3.1.24 python-globber@0.2.1 python-matplotlib@3.8.2 python-sqlalchemy@1.4.42 python-sqlalchemy-utils@0.38.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/asharov/git-hammer
Licenses: ASL 2.0
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.

python-scanpy-git 1.4.6-1.590d423
Propagated dependencies: python-anndata@0.10.7 python-dask@2024.4.2 python-h5py@3.8.0 python-igraph@0.10.4-0.b6ebd8e python-joblib@1.3.2 python-legacy-api-wrap@1.2 python-louvain@0.16 python-matplotlib@3.8.2 python-natsort@7.1.1 python-networkx@2.8.6 python-numba@0.56.4 python-packaging@21.3 python-pandas@2.1.1 python-patsy@0.5.2 python-scikit-learn@1.4.2 python-scipy@1.12.0 python-seaborn@0.13.1 python-session-info@1.0.0 python-sinfo@0.3.4 python-statsmodels@0.14.0 python-tables@3.7.0 python-pytoml@0.1.21 python-tqdm@4.64.1 python-umap-learn@0.5.6
Channel: gn-bioinformatics
Location: gn/packages/bioinformatics.scm (gn packages bioinformatics)
Home page: https://github.com/theislab/scanpy
Licenses: Modified BSD
Synopsis: Single-Cell Analysis in Python
Description:

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 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
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 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/gitstatus
Licenses: LPPL 1.3+
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.

git-remote-gcrypt 1.5
Channel: guix
Location: gnu/packages/version-control.scm (gnu packages version-control)
Home page: https://spwhitton.name/tech/code/git-remote-gcrypt/
Licenses: GPL 3+
Synopsis: Whole remote repository encryption
Description:

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.

emacs-helm-ls-git 1.9.4
Propagated dependencies: emacs-helm@4.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-helm/helm-ls-git
Licenses: GPL 3+
Synopsis: Helm interface for listing the files in a Git repository
Description:

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-examples-git 5.1.0-2.f755853
Dependencies: lagui-git@5.1.0-2.6ce1602 glew@2.2.0 freetype@2.13.0 libpng@1.6.39 libx11@1.8.7 libxi@1.7.10 libxcursor@1.2.1
Channel: ngapsh
Location: pnkp/guix/packages/libs-gui.scm (pnkp guix packages libs-gui)
Home page: https://www.wellobserve.com/index.php?&post=20221022165137
Licenses: GPL 3
Synopsis: LaGUI demonstration programs
Description:

LaGUI demonstration programs

emacs-github-clone 20210108.1920
Propagated dependencies: emacs-gh@20230825.1217 emacs-magit@20241001.2052
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/dgtized/github-clone.el
Licenses:
Synopsis: Fork and clone github repos
Description:

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

emacs-git-walktree 20191101.302
Propagated dependencies: emacs-git@20140128.1041
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/10sr/git-walktree-el
Licenses:
Synopsis: Browse Git tree and blob objects
Description:

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

emacs-emoji-github 20240101.935
Propagated dependencies: emacs-emojify@20210108.1111 emacs-request@20230127.417
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/jcs-elpa/emoji-github
Licenses:
Synopsis: Display list of GitHub's emoji. (cheat sheet)
Description:

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

emacs-magit-gitlab 20240707.1506
Propagated dependencies: emacs-magit@20241001.2052 emacs-ghub@20241001.1025
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://gitlab.com/arvidnl/magit-gitlab
Licenses:
Synopsis: Magit plugin for manipulating GitLab merge requests
Description:

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

emacs-git-identity 20220721.912
Propagated dependencies: emacs-dash@20240510.1327 emacs-hydra@20220910.1206 emacs-f@20240308.906
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/akirak/git-identity.el
Licenses:
Synopsis: Identity management for (ma)git
Description:

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

emacs-github-stars 20190517.1319
Propagated dependencies: emacs-ghub@20241001.1025
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/xuchunyang/github-stars.el
Licenses:
Synopsis: Browse your Github Stars
Description:

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

emacs-mo-git-blame 20160129.1759
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: unspecified
Licenses:
Synopsis: An interactive, iterative 'git blame' mode for Emacs
Description:

Documentation at https://melpa.org/#/mo-git-blame

emacs-git-ps1-mode 20200113.704
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/10sr/git-ps1-mode-el
Licenses:
Synopsis: Global minor-mode to print __git_ps1 in mode-line
Description:

Documentation at https://melpa.org/#/git-ps1-mode

rust-git-testament 0.2.5
Channel: guix
Location: gnu/packages/crates-vcs.scm (gnu packages crates-vcs)
Home page: https://github.com/kinnison/git-testament/
Licenses: Modified BSD
Synopsis: Record git working tree status when compiling your crate
Description:

Record git working tree status when compiling your crate

python-giturlparse 0.10.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/nephila/giturlparse
Licenses: ASL 2.0
Synopsis: Git URL parsing module
Description:

This package provides a git URL parsing module which supports parsing and rewriting of remote git URLs from various hosting providers.

emacs-github-review 20211029.243
Propagated dependencies: emacs-s@20220902.1511 emacs-ghub@20241001.1025 emacs-dash@20240510.1327 emacs-deferred@20170901.1330 emacs-a@20210929.1510
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/charignon/github-review
Licenses:
Synopsis: GitHub based code review
Description:

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

emacs-magit-gitflow 20170929.824
Propagated dependencies: emacs-magit@20241001.2052 emacs-magit-popup@20200719.1015
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/jtatarik/magit-gitflow
Licenses:
Synopsis: gitflow extension for magit
Description:

Documentation at https://melpa.org/#/magit-gitflow

emacs-github-search 20190624.436
Propagated dependencies: emacs-magit@20241001.2052 emacs-gh@20230825.1217
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/IvanMalison/github-search
Licenses:
Synopsis: Clone repositories by searching github
Description:

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

emacs-git-messenger 20201202.1637
Propagated dependencies: emacs-popup@20240101.830
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacsorphanage/git-messenger
Licenses:
Synopsis: Popup last commit of current line
Description:

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

Total results: 1585