summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-23git: Docstring updatesGuido Günther
2011-10-22GitRepository.__init__: improve error messageGuido Günther
Git-Dch: Ignore
2011-10-22GitRepository: remove now superfluous check_pathGuido Günther
2011-10-22Use GitRepository._git_command instead of GitCommandGuido Günther
so we execute commands in the repository by default
2011-10-22Execute GitRepository._get_output default at self.path by defaultGuido Günther
Git-Dch: Ignore
2011-10-22Add GitRepository.remove_filesGuido Günther
to mark files for removal Git-Dch: Ignore
2011-10-22Replace GitAdd by GitRepository.add_filesGuido Günther
Git-Dch: Ignore
2011-10-22Execute GitRepository.__git_inout and self.pathGuido Günther
Git-Dch: Ignore
2011-10-22Make create_repo a @classmethodGuido Günther
and GitInit superfluous Git-Dch: Ignore
2011-10-21Add _git_command that executes a command at the repo's pathGuido Günther
making explicit path checking superfluous. Git-Dch: Ignore
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
The python2.7 OptionParser chokes otherwise.
2011-10-16Move guess_upstream_version into UpstreamSourceGuido Günther
2011-10-16Use known_compressions in guess_upstream_version tooGuido Günther
Closes: #645477
2011-09-28Document changes and release 0.5.31Guido Günther
2011-09-27gbp-pq: don't fail on missing series fileGuido Günther
but create an empty branch instead
2011-09-27Add missing braceGuido Günther
2011-09-27Add missing braceGuido Günther
2011-09-02Fix URL to cl2vcs serviceSalvatore Bonaccorso
Refer to https://honk.sigxcpu.org/cl2vcs instead of https://honk.sigxcpu.org/cl2vcs for the cl2vcs service. Closes: #640141
2011-08-26Add docstringGuido Günther
Git-Dch: Ignore
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
When going back in history to find the point where the patches in debian/patches still apply make sure we use the latest ones not the one currently in the tree.
2011-08-09Fix missing branch name in error messageGuido Günther
2011-08-09Ignore comments and empty lines in series filesGuido Günther
Closes; #637224
2011-08-09Leave compression type detection to tar by defaultGuido Günther
2011-08-09Add known_compressions() to UpstreamSourceGuido Günther
so we can use it for the DscFile parsing. This fixes the import of xz compressed upstream tarballs.
2011-08-09Document meta tagsGuido Günther
so one doesn't have to consult the manual Git-Dch: Short Closes: #636088 Thanks: Raphaël Hertzog for the suggestion
2011-07-30doc: epydoc updatesGuido Günther
Git-Dch: Ignore
2011-07-30Document changes and release 0.5.29Guido Günther
2011-07-30Document --time-machine optionGuido Günther
2011-07-30gbp-pq: add --time-mache=N optionGuido Günther
to find the last commit the patch-queue applies to.
2011-07-30Don't return commits in a different order than git-logGuido Günther
Git-Dch: Ignore
2011-07-30gbp.git.GitRepository: Add first_parent option to commits()Guido Günther
Git-Dch: Ignore
2011-07-30Epydoc indentationGuido Günther
Git-Dch: Ignore
2011-07-30Build epydoc API documents by defaultGuido Günther
2011-07-30Robustify gbp.git.commits()Guido Günther
Git-Dch: Ignore
2011-07-30gbp-pq: Drop GitBranch in favour of repo.create_branch()Guido Günther
Git-Dch: Ignore
2011-07-29Add copyright headers to all non autogenerated filesGuido Günther
Git-Dch: Ignore
2011-07-29Move GbpPatchQueue and GbpPatch into gbp.pqGuido Günther
2011-07-29Document changes and release 0.5.28Guido Günther
2011-07-29Fix some epydoc warningsGuido Günther
Git-Dch: Ignore
2011-07-29Split out GbpPatchQueue and GbpPatchGuido Günther
to handle "-p<num>" without munging the code further Closes: #635873
2011-07-29Add strip option to GitRepository.applyGuido Günther
2011-07-29Better document --git-upstream-treeGuido Günther
2011-07-29Report errors reading the patch fileGuido Günther
instead of throwing an exception. Closes: #635872
2011-07-27Be less picky about empty filtersGuido Günther
Closes: #635641
2011-07-27git-import-orig: Clarify missing argument error messageGuido Günther
2011-07-26Document changes and release 0.5.27Guido Günther