aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Move to Python 3Alberto Bertogli2020-05-241-1/+2
| | | | | | | | | | | Python 3 was released more than 10 years ago, and support for Python 2 is going away, with many Linux distributions starting to phase it out. This patch migrates git-arr to Python 3. The generated output is almost exactly the same, there are some minor differences such as HTML characters being quoted more aggresively, and handling of paths with non-utf8 values.
* Initial commit0.01Alberto Bertogli2012-11-101-0/+3
Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>