aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* document changes and release 0.4.63~bpo50+2debian/0.4.63.bpo50+2debian/lenny-backportsGuido Günther2010-01-20
|
* Switch back to 1.0 source formatGuido Günther2010-01-20
| | | | since bpo doesn't support it yet.
* document changes and release 0.4.63~bpo50+1debian/0.4.63.bpo50+1Guido Günther2010-01-20
|
* Merge commit 'debian/0.4.63' into bpo-lennyGuido Günther2010-01-20
|\ | | | | | | | | Conflicts: debian/changelog
| * document changes and release 0.4.63debian/0.4.63Guido Günther2009-12-26
| |
| * Fix commentsGuido Günther2009-12-24
| | | | | | | | Git-Dch: Ignore
| * Add unpack testGuido Günther2009-12-24
| |
| * Add other gbp-* commandsGuido Günther2009-12-24
| |
| * Don't refer to gzip compression in commentsGuido Günther2009-12-24
| | | | | | | | Git-Dch: Ignore
| * Allow to set compression typeGuido Günther2009-12-24
| | | | | | | | Closes: #554520
| * 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.61~bpo50+1Guido Günther2009-12-07
| |
* | Revert "add --no-force-save-on-release"Guido Günther2009-12-07
| | | | | | | | This reverts commit f636022be8a0d802f357612ca9eef5986ece887d.
* | Revert "depend on devscripts >= 2.10.49"Guido Günther2009-12-07
|/ | | | This reverts commit d6dae624d35719556257043ce2212cd40511848f.
* 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"