aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
Commit message (Expand)AuthorAge
* 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
* Make create_repo a @classmethodGuido Günther2011-10-22
* Add _git_command that executes a command at the repo's pathGuido Günther2011-10-21
* Add cwd option to gbp.command_wrappers.CommandGuido Günther2011-10-21
* Make sure self.config['filter'] is a listGuido Günther2011-10-16
* Move guess_upstream_version into UpstreamSourceGuido Günther2011-10-16
* Use known_compressions in guess_upstream_version tooGuido Günther2011-10-16
* gbp-pq: don't fail on missing series fileGuido Günther2011-09-27
* Add docstringGuido Günther2011-08-26
* Fix pristine-tar error messageGuido Günther2011-08-23
* Ignore comments and empty lines in series filesGuido Günther2011-08-09
* Leave compression type detection to tar by defaultGuido Günther2011-08-09
* Add known_compressions() to UpstreamSourceGuido Günther2011-08-09
* doc: epydoc updatesGuido Günther2011-07-30
* gbp-pq: add --time-mache=N optionGuido Günther2011-07-30
* Don't return commits in a different order than git-logGuido Günther2011-07-30
* gbp.git.GitRepository: Add first_parent option to commits()Guido Günther2011-07-30
* Epydoc indentationGuido Günther2011-07-30
* Robustify gbp.git.commits()Guido Günther2011-07-30
* Add copyright headers to all non autogenerated filesGuido Günther2011-07-29
* Move GbpPatchQueue and GbpPatch into gbp.pqGuido Günther2011-07-29
* Fix some epydoc warningsGuido Günther2011-07-29
* Add strip option to GitRepository.applyGuido Günther2011-07-29
* Be less picky about empty filtersGuido Günther2011-07-27
* Drop unpack_orig and tar_toplevelGuido Günther2011-07-25
* Strip trailing '/' from the unpack pathGuido Günther2011-07-25
* git-import-orig: support filters for all input formatsGuido Günther2011-07-25
* Support importing zip archivesGuido Günther2011-07-25
* git-import-orig: Better support uscan of non tar.gz tarballsGuido Günther2011-07-24