summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* document changes and release 0.4.67debian/0.4.67Guido Günther2010-05-15
|
* Let docbook handle the hard partGuido Günther2010-05-13
| | | | Git-Dch: Ignore
* Document --downloadGuido Günther2010-05-13
|
* Improve manpage and help outputGuido Günther2010-05-13
|
* Add --download optionGuido Günther2010-05-12
| | | | | | | | | | | This allows to directly import source packages either via git-import-dsc --download <pkg> or git-import-dsc --download <url-to-dsc> The former uses "apt-get soure" the later "dget". Closes: #510036
* Document Git-Dch: Ignore and Git-Dch: ShortGuido Günther2010-05-04
|
* Drop superflous TERMGuido Günther2010-05-04
| | | | Git-Dch: Ignore
* Document --git-compression and --git-compression-levelGuido Günther2010-05-04
|
* Document --uscanGuido Günther2010-05-04
|
* Document gbp-pull exit codesGuido Günther2010-05-04
|
* document changes and release 0.4.66debian/0.4.66Guido Günther2010-05-04
|
* Requests for non fast-forward updates should exit with a non-zero resultGuido Günther2010-05-04
| | | | Closes: #579997
* Don't assume the repo has a '/'Guido Günther2010-05-02
|
* Fix typoGuido Günther2010-05-02
| | | | Thanks: Paul Menzel
* zeitgeist hook: don't fail on umlautsGuido Günther2010-04-30
|
* Make --uscan more robustGuido Günther2010-04-26
| | | | | by not throwing exceptions onto the console and catching download errors.
* Depend on git | git-coreGuido Günther2010-04-14
| | | | Closes: #577731
* Bump standards versionGuido Günther2010-04-12
|
* Add --uscan command-line optionDavid Paleino2010-04-12
| | | | | | Launch uscan and use the tarball, if there's a new upstream version. Closes: #577394
* Be silentGuido Günther2010-04-12
| | | | Git-Dch: Ignore
* Add 'Git-Dch: Short' tag to changelog parserGuido Günther2010-04-10
| | | | This omits the long description of the commit from the changelog.
* Add simple Zeitgist data providerGuido Günther2010-04-10
|
* docs/manpages/git-dch.sgml: Consistency fixes and typo.Paul Menzel2010-02-25
| | | | | | | • Start sentences with capital letter and end them with a full stop. • s/enty/entry/ Signed-off-by: Paul Menzel <pm.debian@googlemail.com>
* document changes and release 0.4.65debian/0.4.65Guido Günther2010-02-13
|
* Prevent git-add-patch from being gzip'dJon Bernard2010-02-06
|
* Make the commit message for upstream imports configurable.Matthijs Kooijman2010-02-05
| | | | | | | This adds the import-msg commandline and configuration file option to change the commit message. Closes: #474457
* gbp-clone: Add --all to track all remote branchesGuido Günther2010-01-31
|
* Add GitRepository.get_remotes()Guido Günther2010-01-31
| | | | to easily query remote branches
* bash-completion: Add git-dch, git-import-{orig,dsc}Guido Günther2010-01-31
| | | | and tab completion for branch names.
* Add gbp-{clone,pull,pq} to descriptionGuido Günther2010-01-31
|
* Add basic bash completion for git-buildpackageGuido Günther2010-01-31
| | | | | Thanks: Siegfried-Angel Gevatter Closes: #567313
* gbp-add-patch: Strip path from patchnameGuido Günther2010-01-31
| | | | and handle missing files gracefully.
* document changes and release 0.4.64debian/0.4.64Guido Günther2010-01-25
|
* Import version 3 source formatGuido Günther2010-01-25
| | | | Closes: #552771
* DscFile: Parse name of debian.tar.gzGuido Günther2010-01-25
|
* Allow to skip imports of same versionGuido Günther2010-01-14
| | | | Based on a patch by Christoph Göhre.
* Add gbp-add-patchGuido Günther2010-01-10
| | | | to easily commit patches from debian/patches
* 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