Commit Graph

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