aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/git.py
Commit message (Expand)AuthorAgeFilesLines
* Added --allow-empty to "be commit"W. Trevor King2009-07-191-3/+12
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-11/+11
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+3
* Added darcs support.W. Trevor King2009-06-301-1/+8
* Added ability to handle non text/* MIME types.W. Trevor King2009-06-261-2/+2
* Merge from Ben Finney's RCS unittest patchW. Trevor King2009-06-211-5/+8
|\
| * Make RCS testcase subclasses dynamically.John Doe2009-06-141-5/+8
* | Merge from main branch.W. Trevor King2009-06-191-1/+1
|\ \
| * | Use a more general regex to test GIT commits; GIT's output has changed.Chris Ball2009-06-131-1/+1
| |/
* / Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-1/+1
|/
* Major rewrite of RCS backends. RCS now represented as a class.W. Trevor King2008-11-181-136/+82
* Fixed another bug in git.strip_git() (bug 0cad).W. Trevor King2008-11-161-1/+1
* Oops... *Now* I've fixed 0cadW. Trevor King2008-11-131-1/+5
* Fixed 0cad bug with smaller fix.W. Trevor King2008-11-131-1/+4
* Add GIT support, from Chris Ball and Michael Stone.Chris Ball2008-05-161-0/+146