Index

joshstock.in / bf4bead

Source for serving and static templating/compiling of https://joshstock.in.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
4804 Jan 2020 12:536799f82Create git pager sourceJosh Stockin140N

Blob @ joshstock.in / gitpager / commands.json

text/plain206 bytesdownload raw
1{
2 "count_commits": "git --git-dir $REPOSITORY/.git rev-list --count $BRANCH",
3 "list_commits": "git --git-dir $REPOSITORY/.git log --pretty=format:'%aI ## %H ## %an ## %ae ## %s' -n $COUNT --skip=$SKIP"
4}
5