summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Don't hardcode pristine-tar branchGuido Günther2009-12-23
|
* Add body regex filterGuido Günther2009-12-23
| | | | Closes: #544238
* There was a second use of parse_commit.Matthijs Kooijman2009-12-23
| | | | | Both uses of parse_commit now support the None return value. The shortlog_to_dch function is now superfluous and was removed.
* Drop superfluous upstream branch creationGuido Günther2009-12-23
|
* Add support for a Git-Dch: Ignore metaheader.Matthijs Kooijman2009-12-17
| | | | | Closes: #561346 Thanks: Matthijs Kooijman
* Make sure we drop the generated custom index fileGuido Günther2009-12-17
| | | | Closes: #561454
* docs: fix git-init callGuido Günther2009-12-16
| | | | Thanks: Pietro Battiston
* document changes and release 0.4.62debian/0.4.62Guido Günther2009-12-14
|
* Improve error message when trying to import 3.0 source format packagesGuido Günther2009-12-13
| | | | until we properly support them.
* Improve error handling on broken dsc files.Guido Günther2009-12-13
| | | | Closes: #560689
* document changes and release 0.4.61debian/0.4.61Guido Günther2009-11-26
|
* cleanup symlinksGuido Günther2009-11-26
|
* document changes and release 0.4.61Guido Günther2009-11-26
|
* Don't fail if no tracking branch exists.Guido Günther2009-11-26
|
* Make the default build command 3.x source format safeGuido Günther2009-11-22
| | | | | | | Instead of passing "-i\.git/ -I.git" to debuild use "-i -I". This makes sure we use the default behaviour of dpkg-source. Closes: #553079
* Add documentation for gbp-{pg,pull.clone}Guido Günther2009-11-22
|
* Make gbp-clone, gbp-pull and gbp-pq first class citizensGuido Günther2009-11-22
| | | | by moving them from examples/ to /usr/bin/
* use git;// instead of http://Guido Günther2009-11-15
|
* switch to 3.0 (native) source formatGuido Günther2009-11-07
|
* 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
|