This repository was archived by the owner on Feb 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +11
-10
lines changed Expand file tree Collapse file tree 7 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ UrlToolkit {
116
116
117
117
---
118
118
119
- [ ** P3X-GITLIST** ] ( https://pages.corifeus.com/gitlist ) Build v2018.11.17-1
119
+ [ ** P3X-GITLIST** ] ( https://pages.corifeus.com/gitlist ) Build v2018.11.19-0
120
120
121
121
[ ![ Like Corifeus @ Facebook] ( https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg )] ( https://www.facebook.com/corifeus.software ) [ ![ Donate for Corifeus / P3X] ( https://img.shields.io/badge/Donate-Corifeus-003087.svg )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6 ) [ ![ Contact Corifeus / P3X] ( https://img.shields.io/badge/Contact-P3X-ff9900.svg )] ( https://www.patrikx3.com/en/front/contact )
122
122
Original file line number Diff line number Diff line change 7
7
8
8
9
9
10
- # 🤖 P3X Gitlist - An elegant, feature rich and modern git ui repository viewer v2018.11.17-1
10
+ # 🤖 P3X Gitlist - An elegant, feature rich and modern git ui repository viewer v2018.11.19-0
11
11
12
12
This is an open-source project. Star this repository, if you like it, or even donate! Thank you so much! :)
13
13
@@ -182,7 +182,7 @@ npm run watch
182
182
183
183
---
184
184
185
- [ ** P3X-GITLIST** ] ( https://pages.corifeus.com/gitlist ) Build v2018.11.17-1
185
+ [ ** P3X-GITLIST** ] ( https://pages.corifeus.com/gitlist ) Build v2018.11.19-0
186
186
187
187
[ ![ Like Corifeus @ Facebook] ( https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg )] ( https://www.facebook.com/corifeus.software ) [ ![ Donate for Corifeus / P3X] ( https://img.shields.io/badge/Donate-Corifeus-003087.svg )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6 ) [ ![ Contact Corifeus / P3X] ( https://img.shields.io/badge/Contact-P3X-ff9900.svg )] ( https://www.patrikx3.com/en/front/contact )
188
188
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ sudo apt upgrade -y
20
20
21
21
---
22
22
23
- [ ** P3X-GITLIST** ] ( https://pages.corifeus.com/gitlist ) Build v2018.11.17-1
23
+ [ ** P3X-GITLIST** ] ( https://pages.corifeus.com/gitlist ) Build v2018.11.19-0
24
24
25
25
[ ![ Like Corifeus @ Facebook] ( https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg )] ( https://www.facebook.com/corifeus.software ) [ ![ Donate for Corifeus / P3X] ( https://img.shields.io/badge/Donate-Corifeus-003087.svg )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6 ) [ ![ Contact Corifeus / P3X] ( https://img.shields.io/badge/Contact-P3X-ff9900.svg )] ( https://www.patrikx3.com/en/front/contact )
26
26
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ require('codemirror/mode/yaml/yaml');
178
178
179
179
---
180
180
181
- [ ** P3X-GITLIST** ] ( https://pages.corifeus.com/gitlist ) Build v2018.11.17-1
181
+ [ ** P3X-GITLIST** ] ( https://pages.corifeus.com/gitlist ) Build v2018.11.19-0
182
182
183
183
[ ![ Like Corifeus @ Facebook] ( https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg )] ( https://www.facebook.com/corifeus.software ) [ ![ Donate for Corifeus / P3X] ( https://img.shields.io/badge/Donate-Corifeus-003087.svg )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6 ) [ ![ Contact Corifeus / P3X] ( https://img.shields.io/badge/Contact-P3X-ff9900.svg )] ( https://www.patrikx3.com/en/front/contact )
184
184
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " p3x-gitlist" ,
3
- "version" : " 2018.11.17-2 " ,
3
+ "version" : " 2018.11.19-1 " ,
4
4
"corifeus" : {
5
5
"prod-dir" : " prod" ,
6
6
"postfix" : " 76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4" ,
Original file line number Diff line number Diff line change 25
25
{% if item .rev is defined %}
26
26
<a id =" {{ item .short_rev }}" class =" treegraph-button" href =" {{ path(' commit' , {repo : repo , commit : item .rev }) }}" > {{ item .short_rev }}</a >
27
27
<strong > {{ item .branch }} </strong >
28
- <span class =" p3x-gitlist-treegraph-subject" >{{ item .subject }}</span > by
29
- <span class =" author" ><a class =" treegraph-link" href =" mailto:{{ item .author_email }}" >{{ item .author }}</a ></span >
30
- on <span >{{ item .date | date (gitlist_date_format ) }}</span >
28
+ <span >{{ item .date | date (gitlist_date_format ) }}</span >
29
+ by
30
+ <span class =" author" ><a class =" treegraph-link" href =" mailto:{{ item .author_email }}" >{{ item .author }}</a ></span >:
31
+ <span class =" p3x-gitlist-treegraph-subject" >{{ item .subject }}</span >
31
32
{% else %}
32
33
<span ></span >
33
34
{% endif %}
Original file line number Diff line number Diff line change 32
32
33
33
---
34
34
35
- [ ** P3X-GITLIST** ] ( https://pages.corifeus.com/gitlist ) Build v2018.11.17-1
35
+ [ ** P3X-GITLIST** ] ( https://pages.corifeus.com/gitlist ) Build v2018.11.19-0
36
36
37
37
[ ![ Like Corifeus @ Facebook] ( https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg )] ( https://www.facebook.com/corifeus.software ) [ ![ Donate for Corifeus / P3X] ( https://img.shields.io/badge/Donate-Corifeus-003087.svg )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6 ) [ ![ Contact Corifeus / P3X] ( https://img.shields.io/badge/Contact-P3X-ff9900.svg )] ( https://www.patrikx3.com/en/front/contact )
38
38
You can’t perform that action at this time.
0 commit comments