AkiaCode / gitlog

A program that shows git logs to Restful API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}

About

A program that shows git logs to Restful API

License:Apache License 2.0


Languages

Language:Java 100.0%