Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab
This package provides Command-line option parsing for Go.
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.
Package pty is a wrapper for github.com/creack/pty, which provides functions for working with Unix terminals.
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.
git-credential-oauth is a Git credential helper that securely authenticates to GitHub, GitLab, BitBucket, Gerrit, Gitea, and Forgejo using OAuth. The first time you authenticate, the helper opens a browser window to the host. Subsequent authentication within storage lifetime is non-interactive.
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
Package xid is a globally unique id generator suited for web scale. Features:
zize: 12 bytes (96 bits), smaller than UUID, larger than snowflake
base32 hex encoded by default (20 chars when transported as printable string, still sortable)
mon configured, you don't need set a unique machine and/or data center id
k-ordered
embedded time with 1 second precision
unicity guaranteed for 16,777,216 (24 bits) unique ids per second and per host/process
lock-free (i.e.: unlike UUIDv1 and v2)
If you are using git to control versions of LaTeX files, you may want to show yourself or other users or devs the current version of the file, information about the author and last edited date. All packages for Git known make that kind of information available for the whole repository. But sometimes you have a lot of files within the same repository in different versions, from different authors etc. Perhaps you also split up a big project in small files and want to show within the document who had edited what. This package gives you the opportunity to do so.
Documentation at https://melpa.org/#/github-notifier
Documentation at https://melpa.org/#/git-timemachine
Documentation at https://melpa.org/#/gitlab-pipeline
Documentation at https://melpa.org/#/github-explorer
Documentation at https://melpa.org/#/github-linguist
Documentation at https://melpa.org/#/dired-gitignore
Documentation at https://melpa.org/#/git-time-metric
This package provides a text formatting functions in Go.
This package provides a plugin for Setuptools for revision control with Git.
This package provides a Git .gitignore grammar for the Tree-sitter library.
This package provides a Git commit grammar for the Tree-sitter library.
git-latexdiff is a tool to graphically visualize differences between different versions of a LaTeX file.
This package enables you to step through historic versions of files under Git version control from within Emacs.