https://github.com/akiacode/gitlog
A program that shows git logs to Restful API
https://github.com/akiacode/gitlog
git git-log git-web gitlog
Last synced: 3 months ago
JSON representation
A program that shows git logs to Restful API
- Host: GitHub
- URL: https://github.com/akiacode/gitlog
- Owner: AkiaCode
- License: apache-2.0
- Created: 2021-02-16T04:32:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-19T12:48:13.000Z (over 4 years ago)
- Last Synced: 2025-01-22T06:13:49.768Z (5 months ago)
- Topics: git, git-log, git-web, gitlog
- Language: Java
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitLog
A program that shows git logs to Restful API## Config
* Config File Name: application.properties
```
workspace={PATH}
port=80
```
#### port
Web Port (default: 8080)### API LIST
* /api/repos
* /api/branch?repo={REPO-NAME}
* /api/logs?repo={REPO-NAME}