Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Determine git_dir and git_work_tree in python. | Govind Salinas | 2008-06-12 | 1 | -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 Apolloner | 2008-06-11 | 1 | -2/+2 | |
| | ||||||
* | removed to much :þ | Florian Apolloner | 2008-06-11 | 1 | -0/+4 | |
| | ||||||
* | fixed init_bare | Florian Apolloner | 2008-06-11 | 1 | -10/+1 | |
| | ||||||
* | renamed gitter to cmd since that makes more sense. Fixed up changes doc. | Michael Trier | 2008-05-31 | 1 | -1/+1 | |
| | ||||||
* | renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ↵ | Michael Trier | 2008-05-30 | 1 | -0/+435 | |
up tests so they pass except for stderr test. Modified version information retrieval. |