Skip to content

Commit 4d1e603

Browse files
committed
Merge branch 'patch-1' of github.com:alexander-mart/git-stats into new-version
2 parents 9f0c318 + 1401a3e commit 4d1e603

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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*

lib/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
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*",
@@ -286,4 +286,4 @@
286286
"bloggify.json",
287287
"bloggify/"
288288
]
289-
}
289+
}

0 commit comments

Comments
 (0)