summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-07document changes and release 0.4.60Guido Günther
2009-11-07Don't compress the example scriptsGuido Günther
2009-11-07add --redo-pqGuido Günther
so a "gbp-pull --redo-pq" also refreshes the patch-queue branch
2009-11-07Don't fail when series file is missing.Guido Günther
Create an empty patch-queue branch instead.
2009-11-07add option to drop patch-queue branchGuido Günther
2009-11-05Stefano Zacchiroli’s workaround for creating empty upstream branches.Charles Plessy
(See ‘http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471560’)
2009-10-25check for clean repoGuido Günther
2009-10-25Use "imported" instead of "merged".Guido Günther
This way we don't claim we merged something but we possibly didn't. Closes: #545908
2009-10-24document --git-retagGuido Günther
2009-10-24document changes and release 0.4.59Guido Günther
2009-10-24fix link to "homepage"Guido Günther
2009-10-24move FastImport into gbp/git.pyGuido Günther
2009-10-24add --git-retagGuido Günther
Closes: #521329
2009-10-24add gbp-pullGuido Günther
Adresses another part of #540185.
2009-10-24add GitRepository.is_fast_forward()Guido Günther
2009-10-24add GitRepository.get_merge_branch()Guido Günther
2009-10-24add GitFetchGuido Günther
2009-10-24import Command tooGuido Günther
fixes "--verbose"
2009-10-13Drop superflous argumentGuido Günther
fixes TypeError on merge failures. Closes: #549885
2009-10-05document changes and release 0.4.58Guido Günther
2009-10-05export GBP_BRANCH to postimport hookGuido Günther
so we can pass the current branch to git-dch
2009-09-17add missing --git- prefixGuido Günther
2009-09-16mention pristine-tar branch and pristine-tarGuido Günther
2009-09-15catch config file parse errorsGuido Günther
Closes: #545690
2009-09-05document changes and release 0.4.57Guido Günther
2009-09-05document changes so farGuido Günther
2009-09-05Add changelog section if current topmost version is already tagged.Guido Günther
This makes sure we add a new changelog section after a release. This was broken due to 016318.
2009-09-05fix testcase nameGuido Günther
2009-09-05catch gbp.deb.NoChangelogErrorGuido Günther
2009-09-05Add gbp-cloneGuido Günther
to examples. Using this to clone repositories will automatically track the remote branches used by gbp. Adresses parts of #540185.
2009-09-05make has_branch aware of remote branchesGuido Günther
2009-09-05make GitBranch remote branch awareGuido Günther
2009-09-05add GitCloneGuido Günther
2009-08-23bump standards versionGuido Günther
2009-08-23--no-dch is no moreGuido Günther
2009-08-23add postimport hook for git-import-origGuido Günther
Allows to run git-dch after import. Drop the dch invocation and warn when --no-dch gets passed on the commandline. Closes: #520355
2009-08-23use option groupsGuido Günther
2009-08-23add unit test for --helpGuido Günther
2009-08-23TODO list maintained in the wikiGuido Günther
2009-08-23add doctest for Command.call()Guido Günther
and fix error in exception handling revealed by the test.
2009-08-23add doctest for Command.__call__()Guido Günther
2009-08-23add doctestGuido Günther
for __sanitize_version() and build_tag()
2009-08-23make sanitize_version a private functionGuido Günther
2009-08-23drop superfluous _utils from module namesGuido Günther
2009-08-22run doctests with noseGuido Günther
2009-08-22honor DEB_BUILD_OPTIONS=nocheckGuido Günther
2009-08-18trim commit displayGuido Günther
2009-08-15document changes and release 0.4.56Guido Günther
2009-08-15use the last commit in which debian/changelog was touched as starting pointGuido Günther
if no snapshot header was found. This can still be overriden by using --since. Based on a patch by Felipe Sateler. Closes: #511269
2009-08-15make parameters for GitRepository.commits() optionalGuido Günther