Skip to content

Tags: lukehsiao/git-stats

Tags

v0.1.20

Toggle v0.1.20's commit message
git-stats v0.1.20

Build
- Bump clap from 4.5.23 to 4.5.27
- Bump anyhow from 1.0.94 to 1.0.96
- Update all dependencies

Fix
- Add proper spacing when using --author

$ git stats -r v0.1.19..v0.1.20
 Author           Commits  Changed Files  Insertions  Deletions  Net Δ
 Luke Hsiao             2              3         +53        -54     -1
 dependabot[bot]        2              4         +10        -10      0
 Total                  4              7         +63        -64     -1

v0.1.19

Toggle v0.1.19's commit message
git-stats v0.1.19

Build
- Re-simplify the Justfile
- Add clippy::pedantic to check
- Bump clap from 4.5.18 to 4.5.20
- Bump anyhow from 1.0.89 to 1.0.92
- Bump clap from 4.5.20 to 4.5.21
- Bump tabled from 0.16.0 to 0.17.0
- Bump xshell from 0.2.6 to 0.2.7
- Bump anyhow from 1.0.92 to 1.0.93
- Update all dependencies

Docs
- Use markdown for nicer rendering

Feat
- Support `--since` and `--until` filters for git log

$ git stats -r v0.1.18..v0.1.19
 Author           Commits  Changed Files  Insertions  Deletions  Net Δ
 dependabot[bot]        6             12         +54       -119    -65
 Luke Hsiao             5              8         +81        -54    +27
 Total                 11             20        +135       -173    -38

v0.1.18

Toggle v0.1.18's commit message
git-stats v0.1.18

Build
- Bump clap from 4.5.15 to 4.5.16
- Bump tabled from 0.15.0 to 0.16.0
- Bump clap from 4.5.16 to 4.5.18
- Bump anyhow from 1.0.86 to 1.0.89

Chore
- Update description to drop shortlog

Refactor
- Fix clippy pedantic lints

$ git stats -r v0.1.17..v0.1.18
 Author           Commits  Changed Files  Insertions  Deletions  Net Δ
 dependabot[bot]        4              8         +22        -23     -1
 Luke Hsiao             2              6         +29        -24     +5
 Total                  6             14         +51        -47     +4

v0.1.17

Toggle v0.1.17's commit message
git-stats v0.1.17

Chore
- Update git-cliff template for ordering

Fix
- Use `log`, not `shortlog` for proper `--author` support

$ git stats -r v0.1.16..v0.1.17
 Author           Commits  Changed Files  Insertions  Deletions  Net Δ
 Luke Hsiao             4              6        +116       -105    +11
 dependabot[bot]        3              6         +17        -17      0
 Total                  7             12        +133       -122    +11

v0.1.16

Toggle v0.1.16's commit message
git-stats v0.1.16

Feat
- Support `--author` flag for git-shortlog

$ git stats -r v0.1.15..v0.1.16
 Author      Commits  Changed Files  Insertions  Deletions  Net Δ
 Luke Hsiao        2              3         +33        -13    +20
 Total             2              3         +33        -13    +20

v0.1.15

Toggle v0.1.15's commit message
git-stats v0.1.15

Chore
- Make description consistent

Docs
- Fix indentation of example output

Perf
- Drop unneeded derives and sort

$ git stats -r v0.1.14..v0.1.15
 Author      Commits  Changed Files  Insertions  Deletions  Net Δ
 Luke Hsiao        3              4         +11        -11      0
 Total             3              4         +11        -11      0

v0.1.14

Toggle v0.1.14's commit message
git-stats v0.1.14

Docs
- Update alignment of output

Feat
- Allow sorting by other columns

$ git stats -r v0.1.13..v0.1.14
 Author      Commits  Changed Files  Insertions  Deletions  Net Δ
 Luke Hsiao        2              3         +48        -12    +36
 Total             2              3         +48        -12    +36

v0.1.13

Toggle v0.1.13's commit message
git-stats v0.1.13

Refactor
- Don't right-align "Total"

$ git stats -r v0.1.12..v0.1.13
 Author      Commits  Changed Files  Insertions  Deletions  Net Δ
 Luke Hsiao        1              1           0         -1     -1
      Total        1              1           0         -1     -1

v0.1.12

Toggle v0.1.12's commit message
git-stats v0.1.12

Refactor
- Remove redundant logic

$ git stats -r v0.1.11..v0.1.12
 Author      Commits  Changed Files  Insertions  Deletions  Net Δ
 Luke Hsiao        2              3         +55        -54     +1
      Total        2              3         +55        -54     +1

v0.1.11

Toggle v0.1.11's commit message
git-stats v0.1.11

Feat
- Improve styling, and disable if not interactive

$ git stats -r v0.1.10..v0.1.11
 Author      Commits  Changed Files  Insertions  Deletions  Net Δ
 Luke Hsiao        1              3         +38         -2    +36