mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 05:12:11 +01:00
Merge branch 'patch-1' of github.com:alexander-mart/git-stats into new-version
This commit is contained in:
commit
4d1e603780
3 changed files with 5 additions and 4 deletions
|
@ -206,7 +206,7 @@ module.exports = {
|
|||
// The file where the commit hashes will be stored
|
||||
, "path": "~/.git-stats"
|
||||
|
||||
// First day of the week
|
||||
// [DEPRECATED] First day of the week https://github.com/IonicaBizau/git-stats/issues/121
|
||||
, first_day: "Sun"
|
||||
|
||||
// This defaults to *one year ago*
|
||||
|
|
|
@ -469,7 +469,7 @@ class GitStats {
|
|||
theme: options.theme
|
||||
, start: options.start
|
||||
, end: options.end
|
||||
, firstDay: options.firstDay
|
||||
, firstDay: options.firstDay // [DEPRECATED] https://github.com/IonicaBizau/git-stats/issues/121
|
||||
, cal: cal
|
||||
, raw: options.raw
|
||||
}
|
||||
|
@ -661,6 +661,7 @@ GitStats.DEFAULT_CONFIG = {
|
|||
// This defaults in library
|
||||
, path: undefined
|
||||
|
||||
// [DEPRECATED] https://github.com/IonicaBizau/git-stats/issues/121
|
||||
// This defaults in cli-gh-cal
|
||||
, first_day: undefined
|
||||
|
||||
|
|
|
@ -192,7 +192,7 @@
|
|||
" // The file where the commit hashes will be stored",
|
||||
" , \"path\": \"~/.git-stats\"",
|
||||
"",
|
||||
" // First day of the week",
|
||||
" // [DEPRECATED] First day of the week https://github.com/IonicaBizau/git-stats/issues/121"
|
||||
" , first_day: \"Sun\"",
|
||||
"",
|
||||
" // This defaults to *one year ago*",
|
||||
|
@ -286,4 +286,4 @@
|
|||
"bloggify.json",
|
||||
"bloggify/"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue