Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • v1.3
  • v1.2
  • v1.1
  • v1.0
  • v0.9
  • v0.8
  • v0.7
  • v0.6
  • v0.5
  • v0.4
  • v0.3
  • v0.2
  • v0.1
14 results

gitchart.py

  • Sebastien Helleu's avatar
    5315960d
    Add chart "commits_day" and option -s/--sort-max · 5315960d
    Sebastien Helleu authored
    New chart "commits_day" shows commits by day (by default the 20 last
    days with at least one commit).
    
    Two charts have been renamed:
    - commits_hour -> commits_hour_day
    - commits_day -> commits_day_week
    
    New command line option -s/--sort-max: keep max entries in chart and
    sort them by value.
    
    Option -m/--max has been renamed to -d/--max-diff and is now used as
    well for the new chart "commits_day".
    5315960d
    History
    Add chart "commits_day" and option -s/--sort-max
    Sebastien Helleu authored
    New chart "commits_day" shows commits by day (by default the 20 last
    days with at least one commit).
    
    Two charts have been renamed:
    - commits_hour -> commits_hour_day
    - commits_day -> commits_day_week
    
    New command line option -s/--sort-max: keep max entries in chart and
    sort them by value.
    
    Option -m/--max has been renamed to -d/--max-diff and is now used as
    well for the new chart "commits_day".