index
:
gitreef
trunk
simple, fast and memory-friendly GIT-over-SSH server for self hosting your repos
Matthias Jaros
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
git-run
Commit message (
Collapse
)
Author
Age
*
Added another check to secure path of repo does not contain any funky .
Matthias Jaros
9 days
|
*
Fixed -- not working as intended. Added git-run as prefix to easier
Matthias Jaros
2026-08-03
|
|
|
|
distinguish it from normal sshd log
*
Use -- to prevent further commands passed through variables
Matthias Jaros
2026-08-03
|
*
Removed usage of grep and use fish internal instead
Matthias Jaros
2026-08-03
|
*
Log to stdout using logfile and tail -f. So everything is together in
Matthias Jaros
2026-08-03
|
|
|
|
docker log visible
*
Comments
Matthias Jaros
2025-11-30
|
*
Bump to next snapshot version. Make scripts more efficient by avoiding call ↵
Matthias Jaros
2025-11-27
|
|
|
|
of cat
*
Removed unnecessary comments and moved parsing logic into one function
Matthias Jaros
2025-11-16
|
*
Use exec at end of scripts to replace fish process after it's done
Matthias Jaros
2025-11-16
|
*
Added proper init that reaps zombies before they accumulate
Matthias Jaros
2025-11-15
|
*
Refactoring
Matthias Jaros
2025-11-15
|
*
Refactored git-run to use functions
Matthias Jaros
2025-11-15
|
*
Replaced dirname command with shorter version
Matthias Jaros
2025-11-09
|
*
Adjusted some comments and found a bug with realpath that is not defined at ↵
Matthias Jaros
2025-10-27
|
|
|
|
the moment of usage
*
Added basic acl handling of read/write git repos
Matthias Jaros
2025-10-27
|
*
Added banner and renamed run script to git-run
Matthias Jaros
2025-10-27