arzzen
125eec7136
Merge pull request #195 from tomice/issues/194-flatten-awk-arrays-for-bsd-awk-compat
...
Flatten arrays for wider awk compatibility
2.8.0
2025-09-02 11:46:39 +02:00
Tom Ice
d61c812247
Flatten arrays for wider awk compatibility
...
* The current implementation of the calendar heatmap by author
contains multidimensional arrays. This works with newer versions
of awk, but can cause issues with systems that use an older variant
which cannot easily handle these calculations. macOS is especially
impacted by this.
By flattening the arrays from a multidimensional array to a single
dimensional array, we can maintain greater compatibility across awk
variants without requiring the user to install additional versions
of awk.
Addresses issue #194
2025-08-31 16:22:59 -04:00
arzzen
261262ab4e
Update Dockerfile - add coreutils
2025-08-03 18:48:37 +02:00
arzzen
e968ef62b9
Merge pull request #190 from git-quick-stats/task/commits-heatmap
...
commits heatmap
2.7.0
2025-06-29 08:57:05 +02:00
arzzen
74261c1e50
smallfixes
2025-06-29 08:55:49 +02:00
arzzen
4eade09673
Merge branch 'task/commits-heatmap' of github.com:git-quick-stats/git-quick-stats into task/commits-heatmap
2025-06-28 22:25:09 +02:00
arzzen
47a9151886
fix: tput colors, local vars
2025-06-28 22:24:51 +02:00
arzzen
916d5e1e0f
Merge branch 'master' of github.com:git-quick-stats/git-quick-stats into task/commits-heatmap
2025-06-25 17:50:40 +02:00
arzzen
17a9d1427b
Update git-quick-stats
2025-06-22 20:06:31 +02:00
arzzen
091562d4f8
Merge pull request #191 from git-quick-stats/task/citation-file
...
citation file
2025-06-22 20:03:57 +02:00
arzzen
748576b541
citation file
2025-06-22 20:03:38 +02:00
arzzen
f43ab22172
remove sponsors
2025-06-22 19:51:06 +02:00
arzzen
4d2e52aa6d
commits heatmap
2025-06-22 19:49:49 +02:00
arzzen
08c0ca1d85
Update README.md
2.6.2
2025-06-17 19:24:24 +02:00
arzzen
e8843da10e
Merge pull request #189 from git-quick-stats/134-feature-request-sorting-contribution-stats
...
Sorting contribution stats
2025-06-17 19:03:55 +02:00
arzzen
376887a394
update manpage
2025-06-17 19:01:38 +02:00
arzzen
cebb5a8f48
Merge pull request #188 from git-quick-stats/task/issue-116
...
_MENU_THEME=none
2025-06-17 18:52:01 +02:00
arzzen
343351b762
update manpage
2025-06-17 18:49:38 +02:00
arzzen
95136d3f92
add filter ignored authors
2025-06-16 14:40:49 +02:00
arzzen
79c735c814
fix backslash
2025-06-16 14:36:11 +02:00
arzzen
ec6a95d2ef
cleanup
2025-06-16 14:33:03 +02:00
arzzen
b65b100cd8
fix tests
2025-06-16 14:29:24 +02:00
arzzen
dd7719c3b0
sorting contribution stats
2025-06-16 14:03:21 +02:00
arzzen
c34ceb4c0e
_MENU_THEME=none
2025-06-16 08:55:00 +02:00
arzzen
850b7453eb
Merge pull request #187 from FloezeTv/fix/default-until-date-locale
2.6.1
2025-06-15 15:32:51 +02:00
FloezeTv
5063d1aad7
Fix default until-date in other locales
...
The default until-date used `date` with the system's default locale
as `date` produces localized output by default.
However, `date -d` cannot parse this localized output
but requires a locale independent format:
https://www.gnu.org/software/coreutils/manual/html_node/Options-for-date.html#index-_002dd-19
This sets the locale to a format parsable by `date` as in the article.
2025-06-15 14:03:10 +02:00
arzzen
53b9971cf7
fix tests
2025-06-15 13:30:16 +02:00
arzzen
eec6d53ce9
Merge pull request #183 from git-quick-stats/feat/activity-calendar
...
Activity calendar by author
2.6.0
2025-06-14 19:04:01 +02:00
arzzen
d06a7ca090
Merge branch 'master' into feat/activity-calendar
2025-06-14 19:03:52 +02:00
arzzen
462439a855
Merge pull request #184 from git-quick-stats/task/ignore-authors
...
Ignore authors #141
2025-06-14 19:02:48 +02:00
arzzen
c467a9694b
merge
2025-06-14 14:48:39 +02:00
arzzen
d4f71cfdad
removed unuse arrays
2025-06-14 14:43:14 +02:00
arzzen
88e369503e
link correction
2025-06-14 14:38:28 +02:00
arzzen
afd61ce9c2
Ignore authors #141
2025-06-14 14:30:56 +02:00
arzzen
e1e02024a1
Activity calendar by author
2025-06-08 19:39:29 +02:00
arzzen
d1641f7bf3
Merge pull request #181 from jwilk-forks/anchor-regexps
...
Anchor regexps in commitsPerAuthor()
2025-06-08 19:33:43 +02:00
arzzen
8de8c43212
Merge pull request #182 from jwilk-forks/json-spelling
2025-02-27 17:49:37 +01:00
Jakub Wilk
f4ec72073d
Fix typo in JSON output
2025-02-24 08:40:54 +01:00
Jakub Wilk
b0003bef49
Anchor regexps in commitsPerAuthor()
...
Fixes:
$ git clone -q https://github.com/util-linux/util-linux.git
$ git -C util-linux quick-stats -a | grep -w uthor
23 uthor Karel Zak 0.1%
3 uthor Ondrej Oprala 0.0%
2 uthor Samuel Thibault 0.0%
...
2025-02-24 08:32:23 +01:00
arzzen
a833a5f431
Update .mailmap
2025-01-14 13:49:39 +01:00
arzzen
886f64f086
Merge pull request #180 from reitzig/patch-1
...
fix(docker): tell Git that the workdir is safe
2025-01-05 17:43:46 +01:00
Raphael
115b21a48d
fix(docker): tell Git that the workdir is safe
...
When bind-mounting a Git repository to the workdir, Git would complain about 'dubious ownership'.
We add an exception to the global Git config, in the way Git tells us to.
This should be safe since
- we run in a container, and
- the user can set the mount to read-only.
refs: issue #179
2025-01-03 14:00:30 +01:00
arzzen
4d515b88b3
Update LICENSE
2024-10-27 14:07:49 +01:00
arzzen
9b3c0e5db1
Merge pull request #176 from tomice/bugfix/161-changelogs-wrong-output
...
Address inconsistency in changelogs
2024-10-25 20:26:54 +02:00
arzzen
86ad0af8bb
Update FUNDING.yml
2024-10-25 20:18:35 +02:00
Tom Ice
fb488abe3e
Address inconsistency in changelogs
...
* Original function lacked explicit sorting by time.
Adding sorting by time within the same day to help make
changelogs consistent.
2024-10-12 17:16:21 -04:00
arzzen
3cce04ddad
Merge pull request #174 from tomice/master
2.5.8
2024-10-06 16:04:25 +02:00
Tom Ice
d4e56cf557
Adjust commitsByYear() to support multiple dates
...
* commitsByYear() previously could only support Default-style
dates for git log. However, a user can use a variety of different
date formats such as relative, default, iso, rfc, short, and raw.
This change modifies commitsByYear() to handle multiple different
date strings
Fixes #172
2024-10-01 20:43:39 -04:00
Tom Ice
cf239e5523
Update README.md
...
* Update README.md's screenshots to show new features added since last screenshots were taken
2.5.7
2024-09-19 20:45:36 -04:00
Tom Ice
a0f495894b
Merge pull request #173 from laxdog/master
...
Fix stats for situation where there are no inserts / deletes
2024-09-19 16:20:32 -04:00