Add proxy for Git protocol to Git config and git-proxy script

Signed-off-by: PandaCoderPL <git@pandacoderpl.anonaddy.me>
main v1.7.8
PandaCoderPL 3 years ago
parent 095d4d3969
commit 797609a1d3
Signed by: PandaCoderPL
GPG Key ID: 101E7BD8DF5C987B

@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.7.8] - 2021-11-25
### Added
- Proxy for Git protocol to [Git Config](home/.config/git/config)
- git-proxy script.
## [1.7.7] - 2021-11-23
### Changed
- Style of some aliases in [Git Config](home/.config/git/config)

@ -1 +1 @@
1.7.7
1.7.8

@ -50,6 +50,7 @@
gpgSign = true
[core]
editor = vim
gitProxy = git-proxy
pager = less
[include]
path = ~/.config/git/config-secret

@ -0,0 +1 @@
nc -X 5 -x 127.0.0.1:9050 $1 $2
Loading…
Cancel
Save