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