Index
joshstock.in
/
9307ef1
Source for serving and static templating/compiling of https://joshstock.in.
Download
|
Refs
|
Commit Log
|
Files
|
README
|
LICENSE
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
48
04 Jan 2020 12:53
6799f82
Create git pager source
Josh Stockin
1
4
0
N
Blob @
joshstock.in
/
gitpager
/
commands.json
text/plain
206 bytes
download 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