aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
Commit message (Collapse)AuthorAge
...
* Add git-depth option to gbp-clone and gbp-pullMarkus Lehtonen2012-01-17
| | | | | Allows creating and deepening shallow clones. This is sometimes useful for e.g. saving bandwidth when cloning.
* GitRepository: Fix types in diff docstringGuido Günther2012-01-15
|
* GitRepository: add depth parameter to fetch()Markus Lehtonen2012-01-15
| | | | Allows deepening of shallow clones.
* GitRepository: fix documentation of fetch()Markus Lehtonen2012-01-15
|
* deb: minor refactor of parameters of has_orig()Markus Lehtonen2012-01-15
|
* deb: minor refactor of parameters of symlink_orig()Markus Lehtonen2012-01-15
|
* GitRepository: add diff()Markus Lehtonen2012-01-15
| | | | Diff two git repository objects (tag, commit, tree or blob).
* GitRepository: add rename_branch() methodMarkus Lehtonen2012-01-15
|
* GitRepository: don't explicitly set the tags optionGuido Günther2012-01-13
| | | | to avoid missing remotes on "git fetch".
* GitRepository: Allow to explicitly fetch tagsGuido Günther2012-01-12
|
* buildpackage: Allow to pass pbuilder optionsGuido Günther2012-01-11
| | | | via commandline or gbp.conf
* GitRepository.branch_contains: fix misplaced remote parameterGuido Günther2012-01-10
|
* GitRepository: Add branch_contains()Guido Günther2012-01-10
| | | | to check if a branch contains a specific commit
* GitRepository: add verify_tag()Guido Günther2012-01-10
|
* GitRepository: add push() and push_tag()Guido Günther2012-01-10
|
* Allow to specify the upstream tree via --upstream-treeGuido Günther2012-01-10
| | | | without the indirection to --upstream-branch.
* GitRepository: use isinstance(basestring) to check for string typesGuido Günther2012-01-08
|
* import_dsc: remove debian dir from upstream sourceGuido Günther2011-12-29
| | | | | | | after importing it. This gives as the orig tarball on upstream but the debian branch looks the same as with dpkg-source -x. Closes: #653472
* GitRepository: Add testcases for cornercasesGuido Günther2011-12-29
| | | | | | and small functions Git-Dch: Ignore
* GitRepository: more consistent exception syntaxGuido Günther2011-12-29
|
* dch: Honor epoch when guessing new upstream versionGuido Günther2011-12-28
| | | | | Closes: #652366 Thanks: a lot to Daniel Dehennin for the testcase
* dch: Split guessing of upstream version into separate functionGuido Günther2011-12-28
|
* Move _build_legacty_tag from GitRepository to to DebianGitRepositoryGuido Günther2011-12-28
| | | | | | and add doctest. Git-Dch: Ignore
* gbp.deb.git.py: Fix typos and add versionGuido Günther2011-12-27
|
* GitRepository: Use GitArgs in get_commitsGuido Günther2011-12-27
|
* GitRepository: Add num option to git_commitsGuido Günther2011-12-27
| | | | | to limit number of returned commits and fix path option to also accept a list of paths instead of a string.
* dch: Indentation and docstring cleanupsGuido Günther2011-12-27
|
* dch: Add doctests for snapshot_versionGuido Günther2011-12-27
|
* dch: fix epydoc parametersGuido Günther2011-12-26
|
* gbp-pq: add "switch" actionGuido Günther2011-12-26
| | | | to quickly switch between patch-queue and base branch.
* gbp.git.repository: add edit option to commit_stagedGuido Günther2011-12-26
| | | | to allow editing the commit message.
* Rename gbp.pq to gbp.patch_seriesGuido Günther2011-12-26
| | | | since that's what it currently handles.
* pq.Patch: move support for parsing patch headers into Patch classGuido Günther2011-12-26
| | | | and add tests.
* pq: rename PatchQueue to PatchSeriesGuido Günther2011-12-26
| | | | since this models a quilt patch series
* Add --[no-]-pbuilder-autoconfGuido Günther2011-12-26
| | | | to pass GIT_PBUILDER_AUTOCONF=no to git-pbuilder.
* scripts/pq: handle patches without filename extensionGuido Günther2011-12-18
| | | | | Don't fail if patches don't have a proper patch header and filename extensions (like in the heimdal package)
* scripts/pq: Move patch name handling to separate functionGuido Günther2011-12-18
| | | | and add tests
* pq: add --force option to fore recreation of pq branchGuido Günther2011-12-16
| | | | so one doesn't have to drop the old one first.
* Move GitRepository into separate submoduleGuido Günther2011-12-16
|
* Move debian specific functions from GitRepository to DebianGitRepositoryGuido Günther2011-12-16
|
* Parse the changelog of the exported tree instead of the working copyGuido Günther2011-11-30
| | | | | | | | when using --export. This reduces the number of options needed when using an export dir since the correct tarball is now being created without additional options. Closes: #564791
* Remove unused moduleGuido Günther2011-11-30
| | | | Git-Dch: Ignore
* buildpackage.py: move changelog fetching into functionGuido Günther2011-11-28
|
* Add ChangeLog classGuido Günther2011-11-28
| | | | making it easier to query versions. Add tests.
* Fix typosGuido Günther2011-11-23
|
* buildpackage: group functions needed for export-dir handlingGuido Günther2011-11-22
|
* buildpackage: move export of source tree into separate functionGuido Günther2011-11-22
|
* Support postexport hooksGuido Günther2011-11-22
| | | | | | Heavily based on a patch by Jan Čapek Closes: #640982
* Move debian related helpers into submoduleGuido Günther2011-11-22
|
* buildpackage: move tarball preparation into separate functionGuido Günther2011-11-22
|