Skip to content
Snippets Groups Projects
  1. Jan 07, 2018
  2. Mar 24, 2017
  3. Feb 18, 2017
  4. Jun 20, 2016
  5. Mar 19, 2016
  6. Mar 02, 2016
  7. Jan 21, 2016
  8. Jan 03, 2015
  9. Nov 10, 2013
    • Sebastien Helleu's avatar
      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".
  10. Nov 02, 2013
    • Sebastien Helleu's avatar
      Make options title/repository optional, add option -m/--max, major code... · 8202406f
      Sebastien Helleu authored
      Make options title/repository optional, add option -m/--max, major code cleanup, full PEP8 compliance
      
      All changes:
      - chart title and repository are now optional and must be set with two
        new options:
          -t, --title (default: hardcoded in script, depends on the chart)
          -r, --repo (default: '.', ie current directory)
      - add option -m/--max: max different entries in chart: after this
        number, an entry is counted in "others" (only for charts "authors" and
        "files_type")
      - if filename is "-", display SVG content on standard output
      - import the new division operator and the print function
      - replace %-formatting with .format()
      - full PEP8 compliance
      - major code cleanup: add comments, dynamically build the names for week
        days and months, use a dynamic name for functions building a chart.
  11. Oct 25, 2013
  12. Oct 05, 2013
  13. Apr 29, 2013
  14. Mar 28, 2013
  15. Mar 16, 2013
  16. Mar 15, 2013
Loading