Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-11 | Document changes and release 0.5.16debian/0.5.16 | Guido Günther | 1 | -0/+14 | |
2011-01-11 | git-import-dsc: also set the commit date to the changelog date | Guido Günther | 2 | -4/+8 | |
when importing old history. This makes sure we get proper sorting with e.g. gitk. Thanks: Rob Browning for the hint and explanation | |||||
2011-01-11 | Make gbp-create-remote-repo a first class citizen | Guido Günther | 14 | -9/+167 | |
Add manpage, move into path, add bash completion | |||||
2011-01-11 | gbp-create-remote-repo: allow to set up remote branch tracking | Guido Günther | 1 | -18/+33 | |
2011-01-11 | Make --[no-]merge a proper option | Guido Günther | 4 | -11/+12 | |
so it can be configured via gbp.conf. | |||||
2011-01-08 | Document changes and release 0.5.15debian/0.5.15 | Guido Günther | 1 | -0/+11 | |
2011-01-08 | git-dch: don't add empty changelog entries with "Git-Dch: Ignore" | Guido Günther | 1 | -2/+2 | |
2011-01-08 | Require python 2.6 | Guido Günther | 1 | -1/+1 | |
since we use a context manager | |||||
2011-01-08 | git-buildpackage: Add support for sending notifications via libnotify | Guido Günther | 7 | -5/+104 | |
after the build finished. | |||||
2011-01-08 | Use tristate option for --color=value | Guido Günther | 10 | -15/+42 | |
this allows true and false as alias for on and off. | |||||
2011-01-08 | Add Tristate class that allows for on, off and auto | Guido Günther | 1 | -0/+65 | |
Git-Dch: Ignore | |||||
2011-01-07 | Document changes and release 0.5.14debian/0.5.14 | Guido Günther | 1 | -0/+32 | |
2011-01-07 | docs: fix typo in gbp-pq manpage | Guido Günther | 1 | -1/+1 | |
Closes: #609166 Thanks: Emilio Pozuelo | |||||
2011-01-07 | bash completion: avoid space after options taking an argument | Guido Günther | 1 | -1/+6 | |
This makes branch and tag completion more useful. | |||||
2011-01-06 | bash completion: add support for tristate options like --color | Guido Günther | 1 | -10/+22 | |
2011-01-03 | bash completion: add completion for gbp-{pq,pull,clone} | Guido Günther | 1 | -0/+31 | |
2011-01-03 | bash completion: also complete on tags | Guido Günther | 1 | -4/+22 | |
2011-01-03 | bash completion: parse short options too | Guido Günther | 1 | -1/+1 | |
2010-12-29 | Use logging functions | Guido Günther | 1 | -9/+8 | |
2010-12-29 | Spit out debug message in __git_inout | Yaroslav Halchenko | 1 | -1/+3 | |
Signed-off-by: Guido Günther <agx@sigxcpu.org> | |||||
2010-12-29 | git-import-dscs: Use git-import-dsc from the same location as git-import-dscs | Yaroslav Halchenko | 1 | -1/+3 | |
With hardcoded path it is impossible to use git-import-dscs directly from the repository while developing both tools Signed-off-by: Guido Günther <agx@sigxcpu.org> | |||||
2010-12-28 | Remove duplicate log message | Guido Günther | 1 | -1/+0 | |
2010-12-28 | Enable pychecker warnings | Guido Günther | 1 | -2/+2 | |
2010-12-28 | Change dirs declaration to avoid false positives from pychecker | Guido Günther | 2 | -2/+2 | |
See #608153 | |||||
2010-12-28 | pychecker warning cleanups | Guido Günther | 7 | -21/+14 | |
(mostly unused variables and imports) | |||||
2010-12-28 | Document --debsnap to fetch from snapshots.debian.org | Guido Günther | 1 | -1/+18 | |
2010-12-27 | Add generated files to .gitignore | Guido Günther | 1 | -0/+23 | |
2010-12-27 | Add gbp-{pull,clone,pq} examples to gbp.conf | Guido Günther | 1 | -1/+1 | |
Git-Dch: Ignore | |||||
2010-12-27 | Add gbp-{pull,clone,pq} examples to gbp.conf | Guido Günther | 1 | -0/+14 | |
2010-12-27 | gbp-pull: Better document --force and --redo-pq | Guido Günther | 2 | -9/+12 | |
2010-12-27 | gbp-clone: better document --all | Guido Günther | 2 | -4/+14 | |
2010-12-27 | Document changes and release 0.5.13debian/0.5.13 | Guido Günther | 1 | -0/+14 | |
2010-12-27 | Allow to drop numbers from patch names via --no-patch-numbers | Guido Günther | 3 | -5/+56 | |
so patch names remain constant when interim patches are dropped. Closes: #592129 | |||||
2010-12-26 | Rewrite gbp-pq in python | Guido Günther | 4 | -149/+194 | |
so we get consistent logging and debugging options. | |||||
2010-12-25 | Initialize Logger.get_color{,off} | Guido Günther | 1 | -0/+1 | |
so we can print errors before the option parsing finished. Closes: #608004 | |||||
2010-12-25 | Typo | Guido Günther | 1 | -1/+1 | |
Git-Dch: Ignore | |||||
2010-12-24 | Update the repo after the first import | Guido Günther | 1 | -1/+1 | |
so master matches the debian branch. Thanks: Rob Browning for the testcase | |||||
2010-12-20 | Document changes and release 0.5.12debian/0.5.12 | Guido Günther | 1 | -0/+39 | |
2010-12-20 | Add missing options | Guido Günther | 1 | -0/+2 | |
Git-Dch: ignore | |||||
2010-12-20 | Add option to open editor | Guido Günther | 3 | -1/+33 | |
Closes: #565553 | |||||
2010-12-20 | Change --ignore-same-version to --allow-same-version | Guido Günther | 2 | -5/+12 | |
and properly document it. This matches the defaults we had since ages. | |||||
2010-12-17 | Favor ARCH environment variable over dpkg's architecture | Guido Günther | 1 | -1/+2 | |
based on a patch by Jacob Helwig. Closes: #607318 | |||||
2010-12-13 | Remove noop | Guido Günther | 1 | -2/+0 | |
Git-Dch: Ignore | |||||
2010-12-13 | Fix debug string formatting | Guido Günther | 1 | -7/+10 | |
Closes: #606771 | |||||
2010-12-10 | Fix error detected by pychecker | Guido Günther | 1 | -2/+2 | |
Git-Dch: ignore | |||||
2010-12-10 | Move Debian tag with --ignore-same-version | Guido Günther | 1 | -3/+16 | |
so the import doesn't fail. Closes: #606204 | |||||
2010-12-10 | Add move_tag | Guido Günther | 1 | -0/+5 | |
Git-Dch: ignore | |||||
2010-12-10 | Fix --ignore-same-version | Guido Günther | 1 | -3/+4 | |
2010-12-09 | Introduce functions | Guido Günther | 1 | -20/+29 | |
to self document the code a bit | |||||
2010-12-09 | Add --multimaint support to git-dch | Rob Browning | 2 | -1/+10 | |