summaryrefslogtreecommitdiffhomepage
path: root/gbp
Commit message (Expand)AuthorAge
* gbp-pq: don't claim we're uptodateGuido Günther2011-11-04
* Use import_dsc as a moduleGuido Günther2011-11-01
* Get rid of the symlinkGuido Günther2011-11-01
* GitRepository: Use update-ref to force a branch's head in bare reposGuido Günther2011-10-30
* GitRepository: handle bare repos and errors in is_clean()Guido Günther2011-10-30
* GitRepository: Simplify error status handlingGuido Günther2011-10-29
* GitRepository: add head property to return the current HEADGuido Günther2011-10-28
* GitRepository: simplify is_emptyGuido Günther2011-10-28
* GitModifier: Don't use self.__dict__.update(locals())Guido Günther2011-10-28
* Docstring fixupsGuido Günther2011-10-28
* GitRepository: rename base_dir to git_dirGuido Günther2011-10-28
* GitRepository: Don't try to access .git/ in bare reposGuido Günther2011-10-27
* GitRepository: Reorder into groupsGuido Günther2011-10-27
* GitRepository: use 'git show-ref' to check a branch's existenceGuido Günther2011-10-27
* GitRepository: use branch instead of get_branchGuido Günther2011-10-27
* GitRepository: speed up get_branch() and make it more robustGuido Günther2011-10-27
* GitRepository: mark _get_branches privateGuido Günther2011-10-26
* GitRrepository: add get_tags()Guido Günther2011-10-26
* GitRepository: group related methodsGuido Günther2011-10-26
* GitRepository: Add commit_files()Guido Günther2011-10-26
* GitRepository: extend list_files()Guido Günther2011-10-26
* GitRepository: Add minimal support for bare repositoriesGuido Günther2011-10-26
* GitRepository: Allow to list local branchesGuido Günther2011-10-26
* GitRepository: Allow to delete remote branchesGuido Günther2011-10-26
* GitRepository: Add collect_garbageGuido Günther2011-10-26
* command_wrappers.Command: Don't print several error linesGuido Günther2011-10-26
* GitRepository: Rename remove_tag() to delete_tag()Guido Günther2011-10-26
* Fix GitRepository.is_clean() docsGuido Günther2011-10-26
* GitRepository: make branch, path and base_dir read only propertiesGuido Günther2011-10-26
* GitRepository.fetch(): fix remote argGuido Günther2011-10-26
* Add GitRepository.add_remote_repo()Guido Günther2011-10-26
* GitRepository.clone(): add depth and recursive parameterGuido Günther2011-10-26
* GitRepository: add pull()Guido Günther2011-10-26
* Replace GitTag by GitRepository.create_tag()Guido Günther2011-10-26
* Replace GitFetch by GitRepository.fetch()Guido Günther2011-10-23
* Replace GitMerge by GitRepository.merge()Guido Günther2011-10-23
* Replace GitClone by GitRepository.clone()Guido Günther2011-10-23
* GitRepository.__init__: use more robust "git rev-parse --show-cdup"Guido Günther2011-10-23
* Replace GitBranch by GitRepository.create_branch()Guido Günther2011-10-23
* GitRepository: add commit and commit_allGuido Günther2011-10-23
* git: Add GitModifierGuido Günther2011-10-23
* GitRepository: rename commits to get_commitsGuido Günther2011-10-23
* git: Docstring updatesGuido Günther2011-10-23
* GitRepository.__init__: improve error messageGuido Günther2011-10-22
* GitRepository: remove now superfluous check_pathGuido Günther2011-10-22
* Use GitRepository._git_command instead of GitCommandGuido Günther2011-10-22
* Execute GitRepository._get_output default at self.path by defaultGuido Günther2011-10-22
* Add GitRepository.remove_filesGuido Günther2011-10-22
* Replace GitAdd by GitRepository.add_filesGuido Günther2011-10-22
* Execute GitRepository.__git_inout and self.pathGuido Günther2011-10-22