index
:
githermit
master
A modern Git web interface
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
api
/
git.js
Age
Commit message (
Expand
)
Author
2021-05-23
The commit-patch length-check also checks line length
HampusM
2021-05-22
Made some Git functions prettier
HampusM
2021-05-20
The function for getting git repos was inproper. So I fixed it.
HampusM
2021-05-20
Too large patch diffs become hidden
HampusM
2021-05-19
The git commit function probably works now
HampusM
2021-05-19
Backend uses nodegit, gettings repos is a single function & backend cleaned up
HampusM
2021-05-14
Fixed even more commit parsing bugs & added console logs
HampusM
2021-05-13
Improved commit parsing, fixed tiny mistakes that caused bugs
HampusM
2021-05-12
Switched to date-fns's implementation of time difference formatting
HampusM
2021-05-10
Fixed commit file index regex because Git is weird
HampusM
2021-05-10
Commit endpoint includes hash, author & date and removed unnecessary characte...
HampusM
2021-05-10
Fixed commit parsing bug caused by empty files
HampusM
2021-05-10
Added a commit api endpoint & cleaned up a little
HampusM
2021-04-22
Git execution uses spawn, optimized & cleaned up
HampusM
2021-04-20
Moved most of the page to js, added settings & removed a bunch of hardcoded s...
HampusM
2021-04-17
Finished repos api endpoint, created complete repos page & removed dist dir
HampusM
2021-04-16
Added basic backend code, two api endpoints & sanitization
HampusM