summaryrefslogtreecommitdiff
path: root/lib/git/repo.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Determine git_dir and git_work_tree in python.Govind Salinas2008-06-121-6/+6
| | | | | | | | Calling git to find the git_dir and work_tree is very costly. This patch uses the same mechanisim to find the git_dir as native git does without shelling out. Signed-off-by: Govind Salinas <blix@sophiasuchtig.com>
* stupid typo *grr*Florian Apolloner2008-06-111-2/+2
|
* removed to much :þFlorian Apolloner2008-06-111-0/+4
|
* fixed init_bareFlorian Apolloner2008-06-111-10/+1
|
* renamed gitter to cmd since that makes more sense. Fixed up changes doc.Michael Trier2008-05-311-1/+1
|
* renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ↵Michael Trier2008-05-301-0/+435
up tests so they pass except for stderr test. Modified version information retrieval.