Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# git-server
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/logo/git-server-lockup-dark.svg">
<img src="assets/logo/git-server-lockup.svg" width="240" alt="git-server">
</picture>
</p>

Dependency-free smart HTTP Git server for local testing.
<p align="center">Dependency-free smart HTTP Git server for local testing.</p>

A standalone server that serves bare Git repositories over HTTP for `git clone` and `git fetch`, without requiring the `git` binary at runtime. Built with [gitoxide](https://github.com/GitoxideLabs/gitoxide) for native Git operations and [Axum](https://github.com/tokio-rs/axum) / [Tokio](https://tokio.rs) for asynchronous HTTP.

Expand Down Expand Up @@ -55,7 +60,6 @@ Repository listing response:
{
"name": "my-project.git",
"relative_path": "my-project.git",
"absolute_path": "/srv/repos/my-project.git",
"description": "My project"
}
]
Expand Down
24 changes: 24 additions & 0 deletions assets/logo/NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
git-server brand assets
========================

Files
git-server-mark.svg Primary mark (light backgrounds)
git-server-mark-dark.svg Mark for dark backgrounds
git-server-mark-mono.svg Single-ink mark
git-server-favicon.svg Favicon, filled source node (best at 16 px)
git-server-favicon-outline.svg Favicon, outline source node (matches the mark)
favicon.ico Multi-size icon (16 / 32 / 48)
git-server-lockup.svg Mark + wordmark

Colors
Ink #1f2937
Rust #C2410C (light) / #E2571A (dark)

Typography
The wordmark is set in JetBrains Mono SemiBold and converted to outlines,
so no font dependency remains in the SVG. JetBrains Mono is licensed under
the SIL Open Font License 1.1.
https://github.com/JetBrains/JetBrainsMono

The marks are part of the git-server project and released under the same
license as the project (MIT).
Binary file added assets/logo/favicon.ico
Binary file not shown.
9 changes: 9 additions & 0 deletions assets/logo/git-server-favicon-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/logo/git-server-favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions assets/logo/git-server-lockup-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions assets/logo/git-server-lockup.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions assets/logo/git-server-mark-dark-rot90.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/logo/git-server-mark-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/logo/git-server-mark-mono.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions assets/logo/git-server-mark-rot90.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/logo/git-server-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading