summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Document changes and release 0.5.17debian/0.5.17Guido Günther2011-01-15
|
* Use the latest commit instead of the earliest oneGuido Günther2011-01-14
| | | | | | | when guessing the compression type for pristine-tar. Closes; #609980 Thanks: Andreas Rottmann for the detailed report
* Document --remote-nameGuido Günther2011-01-14
|
* git-create-remote-repo: Don't hardcode 'origin' as remoteGuido Günther2011-01-13
| | | | | This makes it possible to create different remote repos from within the same repository.
* Rename get_remotes to get_remote_branchesGuido Günther2011-01-13
| | | | Git-Dch: Ignore
* gbp-create-remote-repo: get repository name from debian/changelogGuido Günther2011-01-13
| | | | if possible.
* gbp-create-remote-repo: Allow for repository names without substitutionsGuido Günther2011-01-13
|
* Document changes and release 0.5.16debian/0.5.16Guido Günther2011-01-11
|
* git-import-dsc: also set the commit date to the changelog dateGuido Günther2011-01-11
| | | | | | | when importing old history. This makes sure we get proper sorting with e.g. gitk. Thanks: Rob Browning for the hint and explanation
* Make gbp-create-remote-repo a first class citizenGuido Günther2011-01-11
| | | | Add manpage, move into path, add bash completion
* gbp-create-remote-repo: allow to set up remote branch trackingGuido Günther2011-01-11
|
* Make --[no-]merge a proper optionGuido Günther2011-01-11
| | | | so it can be configured via gbp.conf.
* Document changes and release 0.5.15debian/0.5.15Guido Günther2011-01-08
|
* git-dch: don't add empty changelog entries with "Git-Dch: Ignore"Guido Günther2011-01-08
|
* Require python 2.6Guido Günther2011-01-08
| | | | since we use a context manager
* git-buildpackage: Add support for sending notifications via libnotifyGuido Günther2011-01-08
| | | | after the build finished.
* Use tristate option for --color=valueGuido Günther2011-01-08
| | | | this allows true and false as alias for on and off.
* Add Tristate class that allows for on, off and autoGuido Günther2011-01-08
| | | | Git-Dch: Ignore
* Document changes and release 0.5.14debian/0.5.14Guido Günther2011-01-07
|
* docs: fix typo in gbp-pq manpageGuido Günther2011-01-07
| | | | | Closes: #609166 Thanks: Emilio Pozuelo
* bash completion: avoid space after options taking an argumentGuido Günther2011-01-07
| | | | This makes branch and tag completion more useful.
* bash completion: add support for tristate options like --colorGuido Günther2011-01-06
|
* bash completion: add completion for gbp-{pq,pull,clone}Guido Günther2011-01-03
|
* bash completion: also complete on tagsGuido Günther2011-01-03
|
* bash completion: parse short options tooGuido Günther2011-01-03
|
* Use logging functionsGuido Günther2010-12-29
|
* Spit out debug message in __git_inoutYaroslav Halchenko2010-12-29
| | | | Signed-off-by: Guido Günther <agx@sigxcpu.org>
* git-import-dscs: Use git-import-dsc from the same location as git-import-dscsYaroslav Halchenko2010-12-29
| | | | | | | 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>
* Remove duplicate log messageGuido Günther2010-12-28
|
* Enable pychecker warningsGuido Günther2010-12-28
|
* Change dirs declaration to avoid false positives from pycheckerGuido Günther2010-12-28
| | | | See #608153
* pychecker warning cleanupsGuido Günther2010-12-28
| | | | (mostly unused variables and imports)
* Document --debsnap to fetch from snapshots.debian.orgGuido Günther2010-12-28
|
* Add generated files to .gitignoreGuido Günther2010-12-27
|
* Add gbp-{pull,clone,pq} examples to gbp.confGuido Günther2010-12-27
| | | | Git-Dch: Ignore
* Add gbp-{pull,clone,pq} examples to gbp.confGuido Günther2010-12-27
|
* gbp-pull: Better document --force and --redo-pqGuido Günther2010-12-27
|
* gbp-clone: better document --allGuido Günther2010-12-27
|
* Document changes and release 0.5.13debian/0.5.13Guido Günther2010-12-27
|
* Allow to drop numbers from patch names via --no-patch-numbersGuido Günther2010-12-27
| | | | | | so patch names remain constant when interim patches are dropped. Closes: #592129
* Rewrite gbp-pq in pythonGuido Günther2010-12-26
| | | | so we get consistent logging and debugging options.
* Initialize Logger.get_color{,off}Guido Günther2010-12-25
| | | | | | so we can print errors before the option parsing finished. Closes: #608004
* TypoGuido Günther2010-12-25
| | | | Git-Dch: Ignore
* Update the repo after the first importGuido Günther2010-12-24
| | | | | | so master matches the debian branch. Thanks: Rob Browning for the testcase
* Document changes and release 0.5.12debian/0.5.12Guido Günther2010-12-20
|
* Add missing optionsGuido Günther2010-12-20
| | | | Git-Dch: ignore
* Add option to open editorGuido Günther2010-12-20
| | | | Closes: #565553
* Change --ignore-same-version to --allow-same-versionGuido Günther2010-12-20
| | | | and properly document it. This matches the defaults we had since ages.
* Favor ARCH environment variable over dpkg's architectureGuido Günther2010-12-17
| | | | | based on a patch by Jacob Helwig. Closes: #607318
* Remove noopGuido Günther2010-12-13
| | | | Git-Dch: Ignore