summaryrefslogtreecommitdiff
path: root/server/git.py
AgeCommit message (Expand)AuthorFilesLines
2008-12-03gps pointed out that "== and != work in most cases but its better to use ismbligh1-3/+3
2008-06-12Risk: Low, the code was already brokenjadmanski1-1/+1
2008-06-06Convert all python code to use four-space indents instead of eight-space tabs.jadmanski1-159/+159
2008-06-03Risk: Medium - Hits quite a bit of different areasmbligh1-5/+3
2008-05-15Did some cleanup work on imports in order to remove any of the remaining "fro...mbligh1-5/+5
2008-05-091. Removed the system() and system_output() implementations from client/bin/a...mbligh1-2/+2
2008-04-17Convert all imports on the server to use absolute imports.mbligh1-6/+5
2008-01-14Fix exceptions not to be stringsmbligh1-6/+9
2007-12-04Add gitrepo class for managing git repositories.mbligh1-0/+185