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
Commit message (
Collapse
)
Author
Age
*
ssh hardening allow at least 3 tries
Matthias Jaros
2025-11-14
|
*
ssh hardening due to lot of attacks
Matthias Jaros
2025-11-14
|
*
Renamed project to gitfish. Much nicer than git-server that is actually more ↵
Matthias Jaros
2025-11-10
|
|
|
|
misleading
*
Version 1.1
Matthias Jaros
2025-11-09
|
*
Fail when git user is not setup
Matthias Jaros
2025-11-09
|
*
Only create user if it does not exist
Matthias Jaros
2025-11-09
|
*
Fix could not create user directory
Matthias Jaros
2025-11-09
|
*
Added fail helper function that gives formatted output returns nonzero
Matthias Jaros
2025-11-09
|
|
|
|
status
*
Replaced dirname command with shorter version
Matthias Jaros
2025-11-09
|
*
Set snapshot version
Matthias Jaros
2025-11-09
|
*
Updated VERSION handling and added LICENSE file to docker image
Matthias Jaros
2025-10-27
|
*
Adjusted some comments and found a bug with realpath that is not defined at ↵
Matthias Jaros
2025-10-27
|
|
|
|
the moment of usage
*
Added handling of gid for git user also
Matthias Jaros
2025-10-27
|
*
Added basic acl handling of read/write git repos
Matthias Jaros
2025-10-27
|
*
Comments
Matthias Jaros
2025-10-27
|
*
Added banner and renamed run script to git-run
Matthias Jaros
2025-10-27
|
*
Added banner
Matthias Jaros
2025-10-26
|
*
Redirect all output to file before git command execution where normal stdout ↵
Matthias Jaros
2025-10-26
|
|
|
|
has to be reestablished
*
Better error handling
Matthias Jaros
2025-10-26
|
*
Enhanced jail_escape logic and allowed also dots for repo names. Fixed - in ↵
Matthias Jaros
2025-10-26
|
|
|
|
repo names
*
- Added also info logging for successful attempts
Matthias Jaros
2025-10-22
|
|
|
|
|
- merge info and error logs - Fix log being overwritten with every entry
*
Restrict sudo to specific group
Matthias Jaros
2025-10-20
|
*
Handle restart case
Matthias Jaros
2025-10-20
|
*
Security hardening
Matthias Jaros
2025-10-20
|
*
Renamed variables again to avoid collision with global docker environment ↵
Matthias Jaros
2025-10-20
|
|
|
|
variables
*
Moved files to src and renamed variables
Matthias Jaros
2025-10-20