Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-09 | Better wrap thanks and closes | Guido Günther | 1 | -3/+11 | |
Closes: #529332 | |||||
2010-12-07 | Drop debugging print statement | Guido Günther | 1 | -1/+0 | |
2010-12-06 | git-dch: fix --id-length != 0 | Guido Günther | 1 | -0/+1 | |
Git-Dch: Ignore | |||||
2010-12-06 | Add git-dch --customizations FILE to allow changelog entry customization | Rob Browning | 4 | -96/+180 | |
Add support for git-dch --customizations FILE. FILE must be Python code, and for now, the only useful thing it can do is define a format_changelog_entry() function which will override gbp.dch.format_changelog_entry(). Add a new customization option group for --customizations. Create a gbp.dch module and move the changelog entry formatting functions there. Create separate procedures to handle extracting metadata from the git log, and use them in the default format_changelog_entry(). These functions are also available for use by custom formatters: extract_git_dch_cmds(), filter_ignore_rx_matches(), extract_bts_cmds(), extract_thanks_info(), etc. Add a GitRepository.get_commit_info() method, and use it in git-dch parse_commit(). Signed-off-by: Rob Browning <rlb@defaultvalue.org> | |||||
2010-12-06 | Add "*.pyc" to .gitignore. | Rob Browning | 1 | -0/+1 | |
Signed-off-by: Rob Browning <rlb@defaultvalue.org> | |||||
2010-12-06 | Use "log -n1" instead of "show" to retrieve commit log information. | Rob Browning | 1 | -1/+1 | |
Signed-off-by: Rob Browning <rlb@defaultvalue.org> | |||||
2010-12-06 | Remove unused commit_msg variable from git-dch. | Rob Browning | 1 | -1/+0 | |
Signed-off-by: Rob Browning <rlb@defaultvalue.org> | |||||
2010-12-03 | Fix off by one error by not counting | Guido Günther | 1 | -2/+2 | |
Thanks: Olivier Aubert for pointing this out | |||||
2010-11-25 | Also allow for 'issue' as bugnumber prefix | Guido Günther | 1 | -1/+1 | |
as used in Grml. | |||||
2010-11-16 | Document changes and release 0.5.11debian/0.5.11 | Guido Günther | 1 | -0/+37 | |
2010-11-16 | Add logging functions | Guido Günther | 11 | -140/+248 | |
This allows us to color and prefix the output. Closes: #544332 | |||||
2010-11-08 | Fix download location | Guido Günther | 1 | -1/+1 | |
Thanks: Rob Browning | |||||
2010-11-02 | Expand environment variables and '~' in gbp.conf paths | Benoît Knecht | 2 | -4/+14 | |
Options that expect a path in gbp.conf can now be given as '~/path/to/dir' or '$HOME/path/to/dir' (or any other environment variable for that matter). Closes: #545692 | |||||
2010-10-14 | Don't put generated gbp/gbp_version.py into the source package | Guido Günther | 1 | -1/+1 | |
2010-10-07 | Merge branch 'master' into experimental | Guido Günther | 3 | -1/+14 | |
2010-09-29 | Document --git-overlay | Yaroslav Halchenko | 1 | -0/+7 | |
Closes: #598530 | |||||
2010-09-29 | Makes uscan options explicit | Guido Günther | 1 | -1/+1 | |
Closes; #596003 Thanks: Chris Butler | |||||
2010-09-29 | Fall back to source only changes file | Guido Günther | 1 | -0/+3 | |
if the architecture one doesn't exist. Closes: #593598 | |||||
2010-09-27 | Document changes and release 0.5.10debian/0.5.10 | Guido Günther | 1 | -0/+8 | |
2010-09-27 | Cleanup generated manpage | Guido Günther | 1 | -1/+1 | |
Git-Dch: Ignore | |||||
2010-09-27 | Warn if not invoked by git-buildpackage | Guido Günther | 1 | -0/+5 | |
git-pbuilder is supposed to be invoked by git-buildpackage. Otherwise things like export-dir aren't respected. Closes: #596625 | |||||
2010-09-17 | Add --[no]-interactive to avoid prompts | Guido Günther | 2 | -2/+13 | |
2010-09-17 | Let git-import-orig find the changelog when not on the debian-branch. | Matthijs Kooijman | 5 | -16/+62 | |
When no changelog file is available in the checkout, look for the changelog in the repository. This allows for using git-import-orig when the upstream branch is checked out, for example. | |||||
2010-09-17 | Ask the user for the package name and version if needed. | Matthijs Kooijman | 2 | -30/+113 | |
If there is no debian/changelog to find the source package name, and/or the upstream version was not given on the commandline, ask the user for them. The values guessed from the original tarball name are offered as defaults to the user. Previously, this guessed version was used without confirmation. The source package name is now always taken from debian/changelog or prompted for, even when it might not be used (when importing a directory instead of a tarball, for example). This makes the code more straightforward and less errorprone in the future. Closes: #479172 | |||||
2010-09-17 | Allow passing --quiet to git show. | Matthijs Kooijman | 1 | -2/+5 | |
Git-Dch: Ignore | |||||
2010-09-17 | Document changes and release 0.5.9debian/0.5.9 | Guido Günther | 1 | -0/+16 | |
2010-09-16 | Don't fail on missing debian/rules | Guido Günther | 1 | -1/+2 | |
LP: #638371 | |||||
2010-09-14 | Improve compression format detection | Guido Günther | 2 | -3/+21 | |
by checking if a version is already on the pristine-tar branch and use it's compression type if found. LP: #615212 | |||||
2010-09-14 | Avoid unnecessary branch switch | Guido Günther | 1 | -2/+3 | |
when fixing the previous issues. LP: #637286 | |||||
2010-09-13 | Switch to debian branch before forcing the HEAD update | Guido Günther | 1 | -0/+1 | |
otherwise we might forward the current branch to another branch's ref. Thanks: Rolf Leggewie for the testcase | |||||
2010-09-02 | Add --git-arch option | Guido Günther | 3 | -1/+18 | |
2010-09-02 | Resync with git-pbuilder 0.16 | Guido Günther | 1 | -22/+38 | |
Closes: #595055 | |||||
2010-09-01 | Document changes and release 0.5.8debian/0.5.8 | Guido Günther | 1 | -0/+15 | |
2010-08-31 | Don't hardcode package name | Guido Günther | 1 | -1/+2 | |
2010-08-31 | Fix exception name | Guido Günther | 1 | -1/+1 | |
so we don't fail on repos without tags. | |||||
2010-08-31 | Remove file and commit ambiguity | Guido Günther | 1 | -1/+1 | |
2010-08-29 | Properly handle local only changes as no update needed | Guido Günther | 2 | -6/+20 | |
2010-08-29 | Fix --git-cleaner option name in git-buildpackage man page | Svend Sorensen | 1 | -1/+1 | |
git-cleaner option is misspelled as git-cleander in description of git-pbuilder option in the git-buildpackage man page. Closes: #594612 | |||||
2010-08-24 | Simple helper to tag a version if using git-svn | Guido Günther | 1 | -0/+18 | |
2010-08-21 | Don't call stdout stdin. | Matthijs Kooijman | 1 | -3/+3 | |
Git-Dch: Ignore | |||||
2010-08-18 | Document changes and release 0.5.7debian/0.5.7 | Guido Günther | 1 | -0/+17 | |
2010-08-18 | Use --pretty=format: instead of --format= | Guido Günther | 1 | -1/+1 | |
to support the git version in Lenny. | |||||
2010-08-18 | Check for greater not unequal when looking for a new upstream version | Guido Günther | 1 | -1/+1 | |
2010-08-15 | Catch KeyboardInterrupt | Guido Günther | 1 | -0/+3 | |
2010-08-15 | Don't fail on gbp_version import errors | Guido Günther | 1 | -2/+5 | |
This makes it easier to test from the source tree without starting a build first. | |||||
2010-08-14 | Fix bug number | Guido Günther | 1 | -1/+1 | |
Git-Dch: Ignore | |||||
2010-08-14 | Update copyright file | Guido Günther | 1 | -3/+19 | |
2010-08-14 | Recommend cowbuilder | Guido Günther | 1 | -1/+1 | |
2010-08-14 | Check for cowbuilder | Guido Günther | 1 | -0/+7 | |
The cowbuilder package depends on pbuilder so this is enough. | |||||
2010-08-14 | Only output dist if set. | Guido Günther | 1 | -1/+1 | |