Skip to content

Commit 797609a

Browse files
committed
Add proxy for Git protocol to Git config and git-proxy script
Signed-off-by: PandaCoderPL <git@pandacoderpl.anonaddy.me>
1 parent 095d4d3 commit 797609a

4 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.7.8] - 2021-11-25
8+
### Added
9+
- Proxy for Git protocol to [Git Config](home/.config/git/config)
10+
- git-proxy script.
11+
712
## [1.7.7] - 2021-11-23
813
### Changed
914
- Style of some aliases in [Git Config](home/.config/git/config)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.7
1+
1.7.8

home/.config/git/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
gpgSign = true
5151
[core]
5252
editor = vim
53+
gitProxy = git-proxy
5354
pager = less
5455
[include]
5556
path = ~/.config/git/config-secret

usr/bin/git-proxy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nc -X 5 -x 127.0.0.1:9050 $1 $2

0 commit comments

Comments
 (0)