Read all commit messages of your local git repository and sort them according to tags or specific text pattern into chapters of a HTML book using bookdown'. The git history book presentation helps organisms required to testify for every changes in their source code, in relation to features requests.
This package provides R functions to access the API of the project and repository management web application GitLab
'. For many common tasks (repository file access, issue assignment and status, commenting) convenience wrappers are provided, and in addition the full API can be used by specifying request locations. GitLab
is open-source software and can be self-hosted or used on <https://about.gitlab.com>.
git-crypt enables transparent encryption and decryption of files in a git repository. Files which you choose to protect are encrypted when committed, and decrypted when checked out. git-crypt lets you freely share a repository containing a mix of public and private content. git-crypt gracefully degrades, so developers without the secret key can still clone and commit to a repository with encrypted files. This lets you store your secret material (such as keys or passwords) in the same repository as your code, without requiring you to lock down your entire repository.
LaGUI is an OpenGL based data driven graphical application framework, it has following main features:
Widgets driven by properties.
Fully automatic undo/redo for the entire data structure.
Multiple working file and file management.
Any kind of GL canvas.
Flexible tiling and multi-window interface.
Game controller/joystick and Wacom pen input support.
Interface translation and theme support.
Simple 3D mesh modelling support.
Very few external dependencies.
Due to the inherit complexity of data structure descriptor for the property driven interface and undo system, LaGUI is not suitable for quick simple programs. It's more suitable to be used as a infrastructure for medium scale tool-styled programs.
git-tools
is a collection of bash and python scripts. Specifically, it includes the following tools:
git-branches-rename
: Batch rename branches with a matching prefix to another prefixgit-clone-subset
: Clone a subset of a git repositorygit-find-uncommitted-repos
: Recursively list repositories in the given directory(ies) that have uncommitted changesgit-rebase-theirs
: Resolve rebase conflicts and failed cherry-picks by favoring "theirs" versiongit-restore-mtime
: Restore modification time of files based on the date of the most recent commit that modified themgit-strip-merge
: A git-merge wrapper that deletes files on a "foreign" branch before merging
The git-extras package provides a collection of additional git commands for repository metrics and summarization, commit and log editing, developer workflow, and project and release management.
gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.
gitauthors
is simple tool that prints a quick summary of a repository's authors, as collated by commits. Summary output includes each author's name, email, number of commits, and date of last commit.
Query, set, and delete credentials from the git credential store. Manage GitHub tokens and other git credentials. This package is to be used by other packages that need to authenticate to GitHub and/or other git repositories.
Obtain standardized data from multiple Git services, including GitHub
and GitLab
'. Designed to be Git service-agnostic, this package assists teams with activities spread across various Git platforms by providing a unified way to access repository data.
This package provides some handy Template Haskell splices for including the current git hash and branch in the code of your project. This is useful for including in panic messages, --version
output, or diagnostic info for more informative bug reports.
git absorb
automatically absorbs staged changes into their current branch. git absorb
will automatically identify which commits are safe to modify, and which staged changes belong to each of those commits. It will then write fixup!
commits for each of those changes.
This Git extension defines a subcommand, imerge
, which performs an incremental merge between two branches. Its two primary design goals are to reduce the pain of resolving merge conflicts by finding the smallest possible conflicts and to allow a merge to be saved, tested, interrupted, published, and collaborated on while in progress.
An implementation of the git-lfs protocol.
Please see the README and documentation at <https://www.stackage.org/package/githash>
DotGNU Portable.NET Library contains an implementation of the C# library, for use with .NET-capable runtime engines and applications.
Git is a free distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Git is a free distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Simple interface to query gitignore.io to fetch gitignore templates that can be included in the .gitignore file. More than 450 templates are currently available.
Stumpwm is a window manager written entirely in Common Lisp. It attempts to be highly customizable while relying entirely on the keyboard for input. These design decisions reflect the growing popularity of productive, customizable lisp based systems.
An Rstudio addin for version control that allows users to clone repositories, create and delete branches, and sync forks on GitHub
, GitLab
, etc. Furthermore, the addin uses the GitLab
API to allow instructors to create forks and merge requests for all students/teams with one click of a button.
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.
libgit2 bindings
This package provides Guile bindings to libgit2, a library to manipulate repositories of the Git version control system.