File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ module.exports = {
206206 // The file where the commit hashes will be stored
207207 , " path" : " ~/.git-stats"
208208
209- // First day of the week
209+ // [DEPRECATED] First day of the week https://github.com/IonicaBizau/git-stats/issues/121
210210 , first_day: " Sun"
211211
212212 // This defaults to *one year ago*
Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ class GitStats {
469469 theme : options . theme
470470 , start : options . start
471471 , end : options . end
472- , firstDay : options . firstDay
472+ , firstDay : options . firstDay // [DEPRECATED] https://github.com/IonicaBizau/git-stats/issues/121
473473 , cal : cal
474474 , raw : options . raw
475475 }
@@ -661,6 +661,7 @@ GitStats.DEFAULT_CONFIG = {
661661 // This defaults in library
662662 , path : undefined
663663
664+ // [DEPRECATED] https://github.com/IonicaBizau/git-stats/issues/121
664665 // This defaults in cli-gh-cal
665666 , first_day : undefined
666667
Original file line number Diff line number Diff line change 192192 " // The file where the commit hashes will be stored" ,
193193 " , \" path\" : \" ~/.git-stats\" " ,
194194 " " ,
195- " // First day of the week" ,
195+ " // [DEPRECATED] First day of the week https://github.com/IonicaBizau/git-stats/issues/121 "
196196 " , first_day: \" Sun\" " ,
197197 " " ,
198198 " // This defaults to *one year ago*" ,
286286 " bloggify.json" ,
287287 " bloggify/"
288288 ]
289- }
289+ }
You can’t perform that action at this time.
0 commit comments