summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-01-11Document changes and release 0.5.16debian/0.5.16Guido Günther1-0/+14
2011-01-11git-import-dsc: also set the commit date to the changelog dateGuido Günther2-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-11Make gbp-create-remote-repo a first class citizenGuido Günther14-9/+167
Add manpage, move into path, add bash completion
2011-01-11gbp-create-remote-repo: allow to set up remote branch trackingGuido Günther1-18/+33
2011-01-11Make --[no-]merge a proper optionGuido Günther4-11/+12
so it can be configured via gbp.conf.
2011-01-08Document changes and release 0.5.15debian/0.5.15Guido Günther1-0/+11
2011-01-08git-dch: don't add empty changelog entries with "Git-Dch: Ignore"Guido Günther1-2/+2
2011-01-08Require python 2.6Guido Günther1-1/+1
since we use a context manager
2011-01-08git-buildpackage: Add support for sending notifications via libnotifyGuido Günther7-5/+104
after the build finished.
2011-01-08Use tristate option for --color=valueGuido Günther10-15/+42
this allows true and false as alias for on and off.
2011-01-08Add Tristate class that allows for on, off and autoGuido Günther1-0/+65
Git-Dch: Ignore
2011-01-07Document changes and release 0.5.14debian/0.5.14Guido Günther1-0/+32
2011-01-07docs: fix typo in gbp-pq manpageGuido Günther1-1/+1
Closes: #609166 Thanks: Emilio Pozuelo
2011-01-07bash completion: avoid space after options taking an argumentGuido Günther1-1/+6
This makes branch and tag completion more useful.
2011-01-06bash completion: add support for tristate options like --colorGuido Günther1-10/+22
2011-01-03bash completion: add completion for gbp-{pq,pull,clone}Guido Günther1-0/+31
2011-01-03bash completion: also complete on tagsGuido Günther1-4/+22
2011-01-03bash completion: parse short options tooGuido Günther1-1/+1
2010-12-29Use logging functionsGuido Günther1-9/+8
2010-12-29Spit out debug message in __git_inoutYaroslav Halchenko1-1/+3
Signed-off-by: Guido Günther <agx@sigxcpu.org>
2010-12-29git-import-dscs: Use git-import-dsc from the same location as git-import-dscsYaroslav Halchenko1-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-28Remove duplicate log messageGuido Günther1-1/+0
2010-12-28Enable pychecker warningsGuido Günther1-2/+2
2010-12-28Change dirs declaration to avoid false positives from pycheckerGuido Günther2-2/+2
See #608153
2010-12-28pychecker warning cleanupsGuido Günther7-21/+14
(mostly unused variables and imports)
2010-12-28Document --debsnap to fetch from snapshots.debian.orgGuido Günther1-1/+18
2010-12-27Add generated files to .gitignoreGuido Günther1-0/+23
2010-12-27Add gbp-{pull,clone,pq} examples to gbp.confGuido Günther1-1/+1
Git-Dch: Ignore
2010-12-27Add gbp-{pull,clone,pq} examples to gbp.confGuido Günther1-0/+14
2010-12-27gbp-pull: Better document --force and --redo-pqGuido Günther2-9/+12
2010-12-27gbp-clone: better document --allGuido Günther2-4/+14
2010-12-27Document changes and release 0.5.13debian/0.5.13Guido Günther1-0/+14
2010-12-27Allow to drop numbers from patch names via --no-patch-numbersGuido Günther3-5/+56
so patch names remain constant when interim patches are dropped. Closes: #592129
2010-12-26Rewrite gbp-pq in pythonGuido Günther4-149/+194
so we get consistent logging and debugging options.
2010-12-25Initialize Logger.get_color{,off}Guido Günther1-0/+1
so we can print errors before the option parsing finished. Closes: #608004
2010-12-25TypoGuido Günther1-1/+1
Git-Dch: Ignore
2010-12-24Update the repo after the first importGuido Günther1-1/+1
so master matches the debian branch. Thanks: Rob Browning for the testcase
2010-12-20Document changes and release 0.5.12debian/0.5.12Guido Günther1-0/+39
2010-12-20Add missing optionsGuido Günther1-0/+2
Git-Dch: ignore
2010-12-20Add option to open editorGuido Günther3-1/+33
Closes: #565553
2010-12-20Change --ignore-same-version to --allow-same-versionGuido Günther2-5/+12
and properly document it. This matches the defaults we had since ages.
2010-12-17Favor ARCH environment variable over dpkg's architectureGuido Günther1-1/+2
based on a patch by Jacob Helwig. Closes: #607318
2010-12-13Remove noopGuido Günther1-2/+0
Git-Dch: Ignore
2010-12-13Fix debug string formattingGuido Günther1-7/+10
Closes: #606771
2010-12-10Fix error detected by pycheckerGuido Günther1-2/+2
Git-Dch: ignore
2010-12-10Move Debian tag with --ignore-same-versionGuido Günther1-3/+16
so the import doesn't fail. Closes: #606204
2010-12-10Add move_tagGuido Günther1-0/+5
Git-Dch: ignore
2010-12-10Fix --ignore-same-versionGuido Günther1-3/+4
2010-12-09Introduce functionsGuido Günther1-20/+29
to self document the code a bit
2010-12-09Add --multimaint support to git-dchRob Browning2-1/+10