Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-25 | document changes and release 0.4.64debian/0.4.64 | Guido Günther | 1 | -0/+10 | |
2010-01-25 | Import version 3 source format | Guido Günther | 1 | -4/+16 | |
Closes: #552771 | |||||
2010-01-25 | DscFile: Parse name of debian.tar.gz | Guido Günther | 1 | -5/+12 | |
2010-01-14 | Allow to skip imports of same version | Guido Günther | 1 | -2/+12 | |
Based on a patch by Christoph Göhre. | |||||
2010-01-10 | Add gbp-add-patch | Guido Günther | 1 | -0/+160 | |
to easily commit patches from debian/patches | |||||
2009-12-26 | document changes and release 0.4.63debian/0.4.63 | Guido Günther | 1 | -0/+22 | |
2009-12-24 | Fix comments | Guido Günther | 1 | -2/+2 | |
Git-Dch: Ignore | |||||
2009-12-24 | Add unpack test | Guido Günther | 1 | -0/+41 | |
2009-12-24 | Add other gbp-* commands | Guido Günther | 1 | -2/+7 | |
2009-12-24 | Don't refer to gzip compression in comments | Guido Günther | 1 | -3/+2 | |
Git-Dch: Ignore | |||||
2009-12-24 | Allow to set compression type | Guido Günther | 4 | -23/+53 | |
Closes: #554520 | |||||
2009-12-23 | Don't hardcode pristine-tar branch | Guido Günther | 2 | -7/+7 | |
2009-12-23 | Add body regex filter | Guido Günther | 4 | -1/+22 | |
Closes: #544238 | |||||
2009-12-23 | There was a second use of parse_commit. | Matthijs Kooijman | 1 | -28/+30 | |
Both uses of parse_commit now support the None return value. The shortlog_to_dch function is now superfluous and was removed. | |||||
2009-12-23 | Drop superfluous upstream branch creation | Guido Günther | 1 | -1/+0 | |
2009-12-17 | Add support for a Git-Dch: Ignore metaheader. | Matthijs Kooijman | 3 | -4/+30 | |
Closes: #561346 Thanks: Matthijs Kooijman | |||||
2009-12-17 | Make sure we drop the generated custom index file | Guido Günther | 1 | -1/+9 | |
Closes: #561454 | |||||
2009-12-16 | docs: fix git-init call | Guido Günther | 1 | -1/+1 | |
Thanks: Pietro Battiston | |||||
2009-12-14 | document changes and release 0.4.62debian/0.4.62 | Guido Günther | 1 | -0/+8 | |
2009-12-13 | Improve error message when trying to import 3.0 source format packages | Guido Günther | 2 | -0/+8 | |
until we properly support them. | |||||
2009-12-13 | Improve error handling on broken dsc files. | Guido Günther | 1 | -2/+10 | |
Closes: #560689 | |||||
2009-11-26 | document changes and release 0.4.61debian/0.4.61 | Guido Günther | 1 | -1/+2 | |
2009-11-26 | cleanup symlinks | Guido Günther | 1 | -1/+1 | |
2009-11-26 | document changes and release 0.4.61 | Guido Günther | 1 | -0/+14 | |
2009-11-26 | Don't fail if no tracking branch exists. | Guido Günther | 1 | -1/+4 | |
2009-11-22 | Make the default build command 3.x source format safe | Guido Günther | 5 | -4/+13 | |
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 | |||||
2009-11-22 | Add documentation for gbp-{pg,pull.clone} | Guido Günther | 10 | -1/+301 | |
2009-11-22 | Make gbp-clone, gbp-pull and gbp-pq first class citizens | Guido Günther | 5 | -3/+11 | |
by moving them from examples/ to /usr/bin/ | |||||
2009-11-15 | use git;// instead of http:// | Guido Günther | 1 | -1/+1 | |
2009-11-07 | switch to 3.0 (native) source format | Guido Günther | 1 | -0/+1 | |
2009-11-07 | document changes and release 0.4.60debian/0.4.60 | Guido Günther | 1 | -0/+26 | |
2009-11-07 | Don't compress the example scripts | Guido Günther | 1 | -0/+4 | |
2009-11-07 | add --redo-pq | Guido Günther | 1 | -0/+7 | |
so a "gbp-pull --redo-pq" also refreshes the patch-queue branch | |||||
2009-11-07 | Don't fail when series file is missing. | Guido Günther | 1 | -5/+6 | |
Create an empty patch-queue branch instead. | |||||
2009-11-07 | add option to drop patch-queue branch | Guido Günther | 1 | -0/+19 | |
2009-11-05 | Stefano Zacchiroli’s workaround for creating empty upstream branches. | Charles Plessy | 1 | -0/+11 | |
(See ‘http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471560’) | |||||
2009-10-25 | check for clean repo | Guido Günther | 1 | -0/+6 | |
2009-10-25 | Use "imported" instead of "merged". | Guido Günther | 1 | -1/+1 | |
This way we don't claim we merged something but we possibly didn't. Closes: #545908 | |||||
2009-10-24 | document --git-retag | Guido Günther | 1 | -0/+9 | |
2009-10-24 | document changes and release 0.4.59debian/0.4.59 | Guido Günther | 1 | -0/+21 | |
2009-10-24 | fix link to "homepage" | Guido Günther | 1 | -1/+1 | |
2009-10-24 | move FastImport into gbp/git.py | Guido Günther | 2 | -67/+67 | |
2009-10-24 | add --git-retag | Guido Günther | 2 | -1/+16 | |
Closes: #521329 | |||||
2009-10-24 | add gbp-pull | Guido Günther | 1 | -0/+99 | |
Adresses another part of #540185. | |||||
2009-10-24 | add GitRepository.is_fast_forward() | Guido Günther | 1 | -0/+9 | |
2009-10-24 | add GitRepository.get_merge_branch() | Guido Günther | 1 | -0/+11 | |
2009-10-24 | add GitFetch | Guido Günther | 1 | -0/+10 | |
2009-10-24 | import Command too | Guido Günther | 1 | -1/+1 | |
fixes "--verbose" | |||||
2009-10-13 | Drop superflous argument | Guido Günther | 1 | -1/+1 | |
fixes TypeError on merge failures. Closes: #549885 | |||||
2009-10-05 | document changes and release 0.4.58debian/0.4.58 | Guido Günther | 1 | -0/+10 | |