All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Released: 2026.06.24
Summary:
- Implements Core Functionality:
- Implemented parameter-driven automation to install and configure Git BASH on Windows targets via executable installer or compressed tarball.
- Added configuration management for global Git settings using inline INI merges to modify system configurations without erasing defaults.
- Injected organizational environment profiles into the shell initialization pathway to enforce customizable login banners and proxy variables.
- Provided standard clean states to cleanly remove all application binaries, environment files, and configurations from the system.
Released: 2026.06.23
Summary:
- Cloned project from https://github.com/plus3it/repo-template
- Created git-bash directory-tree contents by:
- Cloning https://github.com/saltstack-formulas/template-formula.git
- Executing
bin/convert-formula.sh git-bashin the new repo-copy - Moving the resulting
git-bashdirectory into this project's space - Updating all imports from "
git__bash" to "git_bash"
- Update LICENSE, CHANGELOG.md (this file), README.md and .bumpversion.cfg per the P3 repo-template guidance
- Update the
.githubandtestsdirectories' contents per the P3 repo-template guidance