summaryrefslogtreecommitdiff
path: root/git.py
Commit message (Expand)AuthorAgeFilesLines
* git: Don't use an empty pathspec when listingAlberto Bertogli2017-08-271-1/+4
* Repo: retire new_in_branch() and notion of "bound" branch0.14Eric Sunshine2015-01-171-13/+3
* Repo.blob: respect reported blob sizeEric Sunshine2015-01-131-2/+2
* Blob: vend raw or cooked contentEric Sunshine2015-01-131-8/+12
* git.py: introduce Blob abstractionEric Sunshine2015-01-131-2/+11
* Repo.blob: employ formal mechanism for requesting raw command outputEric Sunshine2015-01-131-4/+1
* GitCommand: teach run() how to return raw output streamEric Sunshine2015-01-131-1/+8
* run_git: add option to return raw output streamEric Sunshine2015-01-131-1/+4
* repo: diff: add option to show "creation event" diff for root commitEric Sunshine2015-01-111-2/+2
* git: Add '--' to "git rev-list" runs to avoid ambiguous argumentsAlberto Bertogli2014-12-311-0/+2
* git.py: Parse timestamps from UTC, not from local timeAlberto Bertogli2014-10-051-1/+1
* Show the age of a repository in the index, via javascriptAlberto Bertogli2013-11-021-1/+12
* Add embed data URI image blob supportVanya Sergeev2013-11-021-1/+5
* Fix parsing of empty commit messagesVanya Sergeev2013-10-121-1/+6
* Improve the way we find repo pathsAlberto Bertogli2012-11-111-3/+9
* Initial commit0.01Alberto Bertogli2012-11-101-0/+522