tools/git-buildpackage.git
14 years agoPrevent git-add-patch from being gzip'd
Jon Bernard [Sat, 6 Feb 2010 18:00:30 +0000 (19:00 +0100)]
Prevent git-add-patch from being gzip'd

14 years agoMake the commit message for upstream imports configurable.
Matthijs Kooijman [Fri, 5 Feb 2010 11:57:48 +0000 (12:57 +0100)]
Make the commit message for upstream imports configurable.

This adds the import-msg commandline and configuration file option to
change the commit message.

Closes: #474457

14 years agogbp-clone: Add --all to track all remote branches
Guido Günther [Thu, 28 Jan 2010 18:15:46 +0000 (19:15 +0100)]
gbp-clone: Add --all to track all remote branches

14 years agoAdd GitRepository.get_remotes()
Guido Günther [Sun, 31 Jan 2010 20:08:03 +0000 (21:08 +0100)]
Add GitRepository.get_remotes()

to easily query remote branches

14 years agobash-completion: Add git-dch, git-import-{orig,dsc}
Guido Günther [Fri, 29 Jan 2010 18:40:43 +0000 (19:40 +0100)]
bash-completion: Add git-dch, git-import-{orig,dsc}

and tab completion for branch names.

14 years agoAdd gbp-{clone,pull,pq} to description
Guido Günther [Sun, 31 Jan 2010 17:57:59 +0000 (18:57 +0100)]
Add gbp-{clone,pull,pq} to description

14 years agoAdd basic bash completion for git-buildpackage
Guido Günther [Thu, 28 Jan 2010 18:03:33 +0000 (19:03 +0100)]
Add basic bash completion for git-buildpackage

Thanks: Siegfried-Angel Gevatter
Closes: #567313

14 years agogbp-add-patch: Strip path from patchname
Guido Günther [Sun, 31 Jan 2010 17:24:01 +0000 (18:24 +0100)]
gbp-add-patch: Strip path from patchname

and handle missing files gracefully.

14 years agodocument changes and release 0.4.64 debian/0.4.64
Guido Günther [Mon, 25 Jan 2010 21:08:35 +0000 (22:08 +0100)]
document changes and release 0.4.64

14 years agoImport version 3 source format
Guido Günther [Mon, 25 Jan 2010 19:59:42 +0000 (20:59 +0100)]
Import version 3 source format

Closes: #552771

14 years agoDscFile: Parse name of debian.tar.gz
Guido Günther [Mon, 25 Jan 2010 19:59:18 +0000 (20:59 +0100)]
DscFile: Parse name of debian.tar.gz

14 years agoAllow to skip imports of same version
Guido Günther [Thu, 14 Jan 2010 14:40:33 +0000 (15:40 +0100)]
Allow to skip imports of same version

Based on a patch by Christoph Göhre.

14 years agoAdd gbp-add-patch
Guido Günther [Sun, 10 Jan 2010 15:59:02 +0000 (16:59 +0100)]
Add gbp-add-patch

to easily commit patches from debian/patches

14 years agodocument changes and release 0.4.63 debian/0.4.63
Guido Günther [Sat, 26 Dec 2009 17:20:10 +0000 (18:20 +0100)]
document changes and release 0.4.63

14 years agoFix comments
Guido Günther [Sun, 25 Oct 2009 15:38:29 +0000 (16:38 +0100)]
Fix comments

Git-Dch: Ignore

14 years agoAdd unpack test
Guido Günther [Thu, 24 Dec 2009 22:20:12 +0000 (23:20 +0100)]
Add unpack test

14 years agoAdd other gbp-* commands
Guido Günther [Thu, 24 Dec 2009 22:01:39 +0000 (23:01 +0100)]
Add other gbp-* commands

14 years agoDon't refer to gzip compression in comments
Guido Günther [Thu, 24 Dec 2009 21:50:46 +0000 (22:50 +0100)]
Don't refer to gzip compression in comments

Git-Dch: Ignore

14 years agoAllow to set compression type
Guido Günther [Wed, 23 Dec 2009 23:55:10 +0000 (00:55 +0100)]
Allow to set compression type

Closes: #554520

14 years agoDon't hardcode pristine-tar branch
Guido Günther [Wed, 23 Dec 2009 22:54:40 +0000 (23:54 +0100)]
Don't hardcode pristine-tar branch

14 years agoAdd body regex filter
Guido Günther [Wed, 23 Dec 2009 15:37:12 +0000 (16:37 +0100)]
Add body regex filter

Closes: #544238

14 years agoThere was a second use of parse_commit.
Matthijs Kooijman [Fri, 18 Dec 2009 17:16:58 +0000 (18:16 +0100)]
There was a second use of parse_commit.

Both uses of parse_commit now support the None return value. The
shortlog_to_dch function is now superfluous and was removed.

14 years agoDrop superfluous upstream branch creation
Guido Günther [Wed, 23 Dec 2009 14:35:33 +0000 (15:35 +0100)]
Drop superfluous upstream branch creation

14 years agoAdd support for a Git-Dch: Ignore metaheader.
Matthijs Kooijman [Thu, 17 Dec 2009 11:54:23 +0000 (12:54 +0100)]
Add support for a Git-Dch: Ignore metaheader.

Closes: #561346
Thanks: Matthijs Kooijman

14 years agoMake sure we drop the generated custom index file
Guido Günther [Thu, 17 Dec 2009 14:42:10 +0000 (15:42 +0100)]
Make sure we drop the generated custom index file

Closes: #561454

14 years agodocs: fix git-init call
Guido Günther [Wed, 16 Dec 2009 18:33:37 +0000 (19:33 +0100)]
docs: fix git-init call

Thanks: Pietro Battiston

14 years agodocument changes and release 0.4.62 debian/0.4.62
Guido Günther [Mon, 14 Dec 2009 08:16:02 +0000 (09:16 +0100)]
document changes and release 0.4.62

14 years agoImprove error message when trying to import 3.0 source format packages
Guido Günther [Sun, 13 Dec 2009 21:09:23 +0000 (22:09 +0100)]
Improve error message when trying to import 3.0 source format packages

until we properly support them.

14 years agoImprove error handling on broken dsc files.
Guido Günther [Sun, 13 Dec 2009 13:09:44 +0000 (14:09 +0100)]
Improve error handling on broken dsc files.

Closes: #560689

14 years agodocument changes and release 0.4.61 debian/0.4.61
Guido Günther [Thu, 26 Nov 2009 18:06:05 +0000 (19:06 +0100)]
document changes and release 0.4.61

14 years agocleanup symlinks
Guido Günther [Thu, 26 Nov 2009 18:05:41 +0000 (19:05 +0100)]
cleanup symlinks

14 years agodocument changes and release 0.4.61
Guido Günther [Thu, 26 Nov 2009 17:55:36 +0000 (18:55 +0100)]
document changes and release 0.4.61

14 years agoDon't fail if no tracking branch exists.
Guido Günther [Thu, 26 Nov 2009 16:22:13 +0000 (17:22 +0100)]
Don't fail if no tracking branch exists.

14 years agoMake the default build command 3.x source format safe
Guido Günther [Sun, 22 Nov 2009 16:04:42 +0000 (17:04 +0100)]
Make the default build command 3.x source format safe

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

14 years agoAdd documentation for gbp-{pg,pull.clone}
Guido Günther [Sun, 22 Nov 2009 16:01:02 +0000 (17:01 +0100)]
Add documentation for gbp-{pg,pull.clone}

14 years agoMake gbp-clone, gbp-pull and gbp-pq first class citizens
Guido Günther [Sun, 22 Nov 2009 15:05:17 +0000 (16:05 +0100)]
Make gbp-clone, gbp-pull and gbp-pq first class citizens

by moving them from examples/ to /usr/bin/

14 years agouse git;// instead of http://
Guido Günther [Sun, 15 Nov 2009 19:16:51 +0000 (20:16 +0100)]
use git;// instead of http://

14 years agoswitch to 3.0 (native) source format
Guido Günther [Sat, 7 Nov 2009 15:05:40 +0000 (16:05 +0100)]
switch to 3.0 (native) source format

14 years agodocument changes and release 0.4.60 debian/0.4.60
Guido Günther [Sat, 7 Nov 2009 14:32:41 +0000 (15:32 +0100)]
document changes and release 0.4.60

14 years agoDon't compress the example scripts
Guido Günther [Sat, 7 Nov 2009 14:21:10 +0000 (15:21 +0100)]
Don't compress the example scripts

14 years agoadd --redo-pq
Guido Günther [Sat, 7 Nov 2009 14:07:18 +0000 (15:07 +0100)]
add --redo-pq

so a "gbp-pull --redo-pq" also refreshes the patch-queue branch

14 years agoDon't fail when series file is missing.
Guido Günther [Sat, 7 Nov 2009 14:11:52 +0000 (15:11 +0100)]
Don't fail when series file is missing.

Create an empty patch-queue branch instead.

14 years agoadd option to drop patch-queue branch
Guido Günther [Sat, 7 Nov 2009 14:02:53 +0000 (15:02 +0100)]
add option to drop patch-queue branch

14 years agoStefano Zacchiroli’s workaround for creating empty upstream branches.
Charles Plessy [Tue, 3 Nov 2009 13:04:36 +0000 (22:04 +0900)]
Stefano Zacchiroli’s workaround for creating empty upstream branches.

(See ‘http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471560’)

14 years agocheck for clean repo
Guido Günther [Sun, 25 Oct 2009 21:29:36 +0000 (22:29 +0100)]
check for clean repo

14 years agoUse "imported" instead of "merged".
Guido Günther [Sun, 25 Oct 2009 12:43:08 +0000 (13:43 +0100)]
Use "imported" instead of "merged".

This way we don't claim we merged something but we possibly didn't.
Closes: #545908

14 years agodocument --git-retag
Guido Günther [Sat, 24 Oct 2009 20:23:49 +0000 (22:23 +0200)]
document --git-retag

14 years agodocument changes and release 0.4.59 debian/0.4.59
Guido Günther [Sat, 24 Oct 2009 19:34:00 +0000 (21:34 +0200)]
document changes and release 0.4.59

14 years agofix link to "homepage"
Guido Günther [Sat, 24 Oct 2009 19:28:27 +0000 (21:28 +0200)]
fix link to "homepage"

14 years agomove FastImport into gbp/git.py
Guido Günther [Sat, 24 Oct 2009 19:10:31 +0000 (21:10 +0200)]
move FastImport into gbp/git.py

14 years agoadd --git-retag
Guido Günther [Sat, 24 Oct 2009 19:00:56 +0000 (21:00 +0200)]
add --git-retag

Closes: #521329

14 years agoadd gbp-pull
Guido Günther [Sat, 22 Aug 2009 11:53:28 +0000 (13:53 +0200)]
add gbp-pull

Adresses another part of #540185.

14 years agoadd GitRepository.is_fast_forward()
Guido Günther [Sat, 24 Oct 2009 17:47:09 +0000 (19:47 +0200)]
add GitRepository.is_fast_forward()

14 years agoadd GitRepository.get_merge_branch()
Guido Günther [Sat, 24 Oct 2009 17:16:04 +0000 (19:16 +0200)]
add GitRepository.get_merge_branch()

14 years agoadd GitFetch
Guido Günther [Sat, 24 Oct 2009 16:40:34 +0000 (18:40 +0200)]
add GitFetch

14 years agoimport Command too
Guido Günther [Sat, 24 Oct 2009 16:27:24 +0000 (18:27 +0200)]
import Command too

fixes "--verbose"

14 years agoDrop superflous argument
Guido Günther [Tue, 13 Oct 2009 21:02:07 +0000 (23:02 +0200)]
Drop superflous argument

fixes TypeError on merge failures.

Closes: #549885

14 years agodocument changes and release 0.4.58 debian/0.4.58
Guido Günther [Mon, 5 Oct 2009 16:16:27 +0000 (18:16 +0200)]
document changes and release 0.4.58

14 years agoexport GBP_BRANCH to postimport hook
Guido Günther [Mon, 5 Oct 2009 16:13:08 +0000 (18:13 +0200)]
export GBP_BRANCH to postimport hook

so we can pass the current branch to git-dch

14 years agoadd missing --git- prefix
Guido Günther [Wed, 16 Sep 2009 22:02:38 +0000 (00:02 +0200)]
add missing --git- prefix

14 years agomention pristine-tar branch and pristine-tar
Guido Günther [Wed, 16 Sep 2009 21:47:44 +0000 (23:47 +0200)]
mention pristine-tar branch and pristine-tar

14 years agocatch config file parse errors
Guido Günther [Tue, 15 Sep 2009 11:40:55 +0000 (13:40 +0200)]
catch config file parse errors

Closes: #545690

14 years agodocument changes and release 0.4.57 debian/0.4.57
Guido Günther [Sat, 5 Sep 2009 14:06:40 +0000 (16:06 +0200)]
document changes and release 0.4.57

14 years agodocument changes so far
Guido Günther [Sat, 5 Sep 2009 13:27:48 +0000 (15:27 +0200)]
document changes so far

14 years agoAdd changelog section if current topmost version is already tagged.
Guido Günther [Sun, 23 Aug 2009 16:00:40 +0000 (18:00 +0200)]
Add changelog section if current topmost version is already tagged.

This makes sure we add a new changelog section after a release. This was
broken due to 016318.

14 years agofix testcase name
Guido Günther [Mon, 24 Aug 2009 05:59:09 +0000 (07:59 +0200)]
fix testcase name

14 years agocatch gbp.deb.NoChangelogError
Guido Günther [Mon, 24 Aug 2009 05:47:11 +0000 (07:47 +0200)]
catch gbp.deb.NoChangelogError

14 years agoAdd gbp-clone
Guido Günther [Sat, 5 Sep 2009 11:06:41 +0000 (13:06 +0200)]
Add gbp-clone

to examples. Using this to clone repositories will automatically track
the remote branches used by gbp. Adresses parts of #540185.

14 years agomake has_branch aware of remote branches
Guido Günther [Sat, 5 Sep 2009 11:35:49 +0000 (13:35 +0200)]
make has_branch aware of remote branches

14 years agomake GitBranch remote branch aware
Guido Günther [Sat, 5 Sep 2009 11:35:23 +0000 (13:35 +0200)]
make GitBranch remote branch aware

14 years agoadd GitClone
Guido Günther [Sat, 5 Sep 2009 11:06:52 +0000 (13:06 +0200)]
add GitClone

14 years agobump standards version
Guido Günther [Sun, 23 Aug 2009 15:27:13 +0000 (17:27 +0200)]
bump standards version

14 years ago--no-dch is no more
Guido Günther [Sun, 23 Aug 2009 15:25:44 +0000 (17:25 +0200)]
--no-dch is no more

14 years agoadd postimport hook for git-import-orig
Guido Günther [Sun, 23 Aug 2009 14:46:15 +0000 (16:46 +0200)]
add postimport hook for git-import-orig

Allows to run git-dch after import. Drop the dch invocation and warn
when --no-dch gets passed on the commandline.

Closes: #520355

14 years agouse option groups
Guido Günther [Sun, 23 Aug 2009 13:28:07 +0000 (15:28 +0200)]
use option groups

14 years agoadd unit test for --help
Guido Günther [Sun, 23 Aug 2009 11:34:38 +0000 (13:34 +0200)]
add unit test for --help

14 years agoTODO list maintained in the wiki
Guido Günther [Sat, 22 Aug 2009 13:16:29 +0000 (15:16 +0200)]
TODO list maintained in the wiki

14 years agoadd doctest for Command.call()
Guido Günther [Sat, 22 Aug 2009 13:03:42 +0000 (15:03 +0200)]
add doctest for Command.call()

and fix error in exception handling revealed by the test.

14 years agoadd doctest for Command.__call__()
Guido Günther [Sat, 22 Aug 2009 12:31:51 +0000 (14:31 +0200)]
add doctest for Command.__call__()

14 years agoadd doctest
Guido Günther [Sat, 22 Aug 2009 12:19:23 +0000 (14:19 +0200)]
add doctest

for __sanitize_version() and build_tag()

14 years agomake sanitize_version a private function
Guido Günther [Sat, 22 Aug 2009 12:15:26 +0000 (14:15 +0200)]
make sanitize_version a private function

14 years agodrop superfluous _utils from module names
Guido Günther [Sat, 22 Aug 2009 12:08:29 +0000 (14:08 +0200)]
drop superfluous _utils from module names

14 years agorun doctests with nose
Guido Günther [Sat, 22 Aug 2009 12:02:47 +0000 (14:02 +0200)]
run doctests with nose

14 years agohonor DEB_BUILD_OPTIONS=nocheck
Guido Günther [Sat, 22 Aug 2009 11:54:34 +0000 (13:54 +0200)]
honor DEB_BUILD_OPTIONS=nocheck

14 years agotrim commit display
Guido Günther [Tue, 18 Aug 2009 16:27:18 +0000 (18:27 +0200)]
trim commit display

14 years agodocument changes and release 0.4.56 debian/0.4.56
Guido Günther [Sat, 15 Aug 2009 17:25:16 +0000 (19:25 +0200)]
document changes and release 0.4.56

14 years agouse the last commit in which debian/changelog was touched as starting point
Guido Günther [Sat, 15 Aug 2009 17:13:44 +0000 (19:13 +0200)]
use the last commit in which debian/changelog was touched as starting point

if no snapshot header was found. This can still be overriden by using
--since. Based on a patch by Felipe Sateler.

Closes: #511269

14 years agomake parameters for GitRepository.commits() optional
Guido Günther [Sat, 15 Aug 2009 16:58:18 +0000 (18:58 +0200)]
make parameters for GitRepository.commits() optional

14 years agodepend on devscripts >= 2.10.49
Guido Günther [Fri, 14 Aug 2009 14:03:52 +0000 (16:03 +0200)]
depend on devscripts >= 2.10.49

for --no-force-save-on-release in dch

15 years agodocument changes and release 0.4.55 debian/0.4.55
Guido Günther [Thu, 30 Jul 2009 09:28:10 +0000 (11:28 +0200)]
document changes and release 0.4.55

15 years agoadd --no-force-save-on-release
Guido Günther [Wed, 29 Jul 2009 14:52:16 +0000 (16:52 +0200)]
add --no-force-save-on-release

so dch saves the changlog even when there are no changes so we don't end
up with UNRELEASED when passing -R.

15 years agobump standards version
Guido Günther [Wed, 29 Jul 2009 13:28:03 +0000 (15:28 +0200)]
bump standards version

15 years agocheck for correct overlay usage
Guido Günther [Wed, 29 Jul 2009 13:26:28 +0000 (15:26 +0200)]
check for correct overlay usage

15 years agoadd --git-overlay option
أحمد المحمودي [Wed, 29 Jul 2009 13:19:26 +0000 (15:19 +0200)]
add --git-overlay option

Closes: #411206

15 years agomake tar_toplevel safer
أحمد المحمودي [Wed, 29 Jul 2009 13:19:06 +0000 (15:19 +0200)]
make tar_toplevel safer

15 years agoadd gbp-pq to examples
Guido Günther [Thu, 23 Jul 2009 18:49:22 +0000 (20:49 +0200)]
add gbp-pq to examples

Closes: #537212

15 years agoupdate Homepage:
Guido Günther [Mon, 6 Jul 2009 19:36:25 +0000 (21:36 +0200)]
update Homepage:

15 years agofix release
Guido Günther [Fri, 3 Jul 2009 14:38:29 +0000 (16:38 +0200)]
fix release

15 years agodocument changes and release 0.4.54 debian/0.4.54
Guido Günther [Fri, 3 Jul 2009 14:19:30 +0000 (16:19 +0200)]
document changes and release 0.4.54

15 years ago+ is a valid character in version numbers
Guido Günther [Fri, 3 Jul 2009 14:15:24 +0000 (16:15 +0200)]
+ is a valid character in version numbers