summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-26GitRepository: Allow to delete remote branchesGuido Günther
2011-10-26GitRepository: Add collect_garbageGuido Günther
2011-10-26command_wrappers.Command: Don't print several error linesGuido Günther
2011-10-26GitRepository: Rename remove_tag() to delete_tag()Guido Günther
2011-10-26Fix GitRepository.is_clean() docsGuido Günther
2011-10-26Don't be verboseGuido Günther
2011-10-26GitRepository: make branch, path and base_dir read only propertiesGuido Günther
2011-10-26GitRepository.fetch(): fix remote argGuido Günther
2011-10-26Add GitRepository.add_remote_repo()Guido Günther
2011-10-26GitRepository.clone(): add depth and recursive parameterGuido Günther
2011-10-26GitRepository: add pull()Guido Günther
2011-10-26Replace GitTag by GitRepository.create_tag()Guido Günther
2011-10-24gbp-pq: Strip .patch and .diffGuido Günther
2011-10-24gbp-pq: Properly check for start of signatureGuido Günther
2011-10-23Document that gbp-create-repo is noninteractiveGuido Günther
2011-10-23Replace GitFetch by GitRepository.fetch()Guido Günther
2011-10-23Replace GitMerge by GitRepository.merge()Guido Günther
2011-10-23Replace GitClone by GitRepository.clone()Guido Günther
2011-10-23GitRepository.__init__: use more robust "git rev-parse --show-cdup"Guido Günther
2011-10-23Replace GitBranch by GitRepository.create_branch()Guido Günther
2011-10-23GitRepository: add commit and commit_allGuido Günther
2011-10-23git: Add GitModifierGuido Günther
2011-10-23GitRepository: rename commits to get_commitsGuido Günther
2011-10-23git: Docstring updatesGuido Günther
2011-10-22GitRepository.__init__: improve error messageGuido Günther
2011-10-22GitRepository: remove now superfluous check_pathGuido Günther
2011-10-22Use GitRepository._git_command instead of GitCommandGuido Günther
2011-10-22Execute GitRepository._get_output default at self.path by defaultGuido Günther
2011-10-22Add GitRepository.remove_filesGuido Günther
2011-10-22Replace GitAdd by GitRepository.add_filesGuido Günther
2011-10-22Execute GitRepository.__git_inout and self.pathGuido Günther
2011-10-22Make create_repo a @classmethodGuido Günther
2011-10-21Add _git_command that executes a command at the repo's pathGuido Günther
2011-10-21Add cwd option to gbp.command_wrappers.CommandGuido Günther
2011-10-17Document changes and release 0.5.32Guido Günther
2011-10-16Make sure self.config['filter'] is a listGuido Günther
2011-10-16Move guess_upstream_version into UpstreamSourceGuido Günther
2011-10-16Use known_compressions in guess_upstream_version tooGuido Günther
2011-09-28Document changes and release 0.5.31Guido Günther
2011-09-27gbp-pq: don't fail on missing series fileGuido Günther
2011-09-27Add missing braceGuido Günther
2011-09-27Add missing braceGuido Günther
2011-09-02Fix URL to cl2vcs serviceSalvatore Bonaccorso
2011-08-26Add docstringGuido Günther
2011-08-23Fix pristine-tar error messageGuido Günther
2011-08-10Document changes and release 0.5.30Guido Günther
2011-08-10gbp-pq: Use latest patches with --time-machineGuido Günther
2011-08-09Fix missing branch name in error messageGuido Günther
2011-08-09Ignore comments and empty lines in series filesGuido Günther
2011-08-09Leave compression type detection to tar by defaultGuido Günther