Commit Graph

26 Commits (9efedeba0008a4ceb4b8523f0ce14c1fe78cefda)

Author SHA1 Message Date
Wynd 9efedeba00 Fixed the --ignore flag being misspelled 2024-09-15 13:48:21 +03:00
Wynd f8b8a69b8c Fixed repos without a remote having an empty branches list 2024-09-15 13:42:23 +03:00
Wynd eaf956ef9f Small fix for start dates and updated the README and Cargo.toml files 2024-09-08 00:09:12 +03:00
Wynd 6c474164fd Added a license field to cargo.toml 2024-09-07 22:30:34 +03:00
Wynd 92935c7d44 Bumped up the version number 2024-09-04 15:46:01 +03:00
Wynd c2466abf83 Updated the README with the new -i arg 2024-09-01 12:44:25 +03:00
Wynd 43e18129a1 Removed the screen clear and added an ignore repos cli arg 2024-09-01 12:22:47 +03:00
Wynd 249a962441 Number of commits is now accurate within both start and end times 2024-09-01 11:15:58 +03:00
Wynd 95bb51dfd4 Simplified the split-months option 2024-09-01 10:57:24 +03:00
Wynd 5622df82a9 Fixed the split-months heatmap being 1 day off 2024-09-01 10:52:10 +03:00
Wynd 468f6a4eba Added month splitting option 2024-08-24 16:41:51 +03:00
Wynd a7ef30e412 Number of repos now only show repos with at least 1 commit visible in the heatmap instead of all the checked ones 2024-08-24 15:47:15 +03:00
Wynd 9bc5c6174c Added a new option to allow the program to find all git repos from a given root dir 2024-08-24 14:21:26 +03:00
Wynd 90bd9ac376 Fixed a stupid bug with by-amount and made by-weight the default 2024-08-20 00:23:50 +03:00
Wynd f2e52f3815 Added a new config for coloring based on amount or weight 2024-08-20 00:07:19 +03:00
Wynd cbb5d07cb4 Added a --no-merges flag so merges can be ignored 2024-08-17 23:59:44 +03:00
Wynd 31052bcd37 Added a README file 2024-08-17 23:31:25 +03:00
Wynd 9e54cdb8ac Added total number of authors string for the visible commits 2024-08-17 17:02:31 +03:00
Wynd 25d6b47e15 Added support for multiple authors and mailmap parsing for these authors 2024-08-17 16:13:38 +03:00
Wynd 797ab6a9ac Small optimization so it stops fetching and converting all commits 2024-08-17 02:40:20 +03:00
Wynd cbbe8c44b0 Added support for multiple repos each with their own number of branches 2024-08-17 01:48:06 +03:00
Wynd 893947b6ec Added support for multiple branches and start/end dates 2024-08-16 21:00:37 +03:00
Wynd 6aae792912 Heatmap colors based on the highest visible number of commits instead of commit number for that day 2024-08-16 12:50:24 +03:00
Wynd de4143ed81 Transformed all UTCs to Local and fixed the 1 day offset issue 2024-08-16 02:27:50 +03:00
Wynd 1bb310a4a3 Changed name to git-heatmap 2024-08-15 22:11:24 +03:00
Wynd f9f33e6b58 First impl, a heatmap with some clap configs 2024-08-15 22:09:51 +03:00