summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)AuthorFilesLines
2013-03-22Return boolean types from is_ methodsGuido Günther1-3/+5
2013-03-22Remove unused importsGuido Günther2-6/+0
2013-01-17gbp-pull: fix --depth cmdline optionMarkus Lehtonen1-1/+1
2013-01-17gbp-clone: fix return value in case of GitRepositoryErrorMarkus Lehtonen1-1/+1
2013-01-16pq/apply_and_commit_patch: fix date parsingMarkus Lehtonen1-2/+4
2013-01-16buildpackage: add 'force' option to write_wc()Markus Lehtonen1-2/+2
2013-01-16pq: do author guessing outside the apply_patch functionsMarkus Lehtonen2-22/+17
2013-01-16log: make color setting a tristate on/off/autoMarkus Lehtonen1-20/+17
2012-11-27Tristate: drop broken and unused is_valid_state() methodMarkus Lehtonen1-5/+0
2012-11-27Tristate: allow to init from another Tristate objectMarkus Lehtonen1-0/+7
2012-11-27Check the sha1 doesn't exceed 40 bytesGuido Günther1-2/+4
2012-11-27GitRepository/strip_sha1: fix length checkingMarkus Lehtonen1-1/+3
2012-11-25git-dch: Allow to create changelogs when not on a branchGuido Günther1-2/+7
2012-11-25gbp-create-remote-repo: Set HEAD in remote repoGuido Günther1-13/+14
2012-11-25gbp.log: Improve error message on broken color listsGuido Günther1-0/+5
2012-11-25New configuration option for setting the output color schemeMarkus Lehtonen9-7/+30
2012-11-25log: add support for setting the color schemeMarkus Lehtonen1-2/+29
2012-11-25gbp.log: lowercase the levelnameGuido Günther1-0/+1
2012-11-25log: rewrite the module to use Python logging moduleMarkus Lehtonen1-72/+94
2012-11-25gbp-pq: Improve patch header write outGuido Günther1-20/+119
2012-11-24git-import-dscs: Properly catch import errorsGuido Günther1-3/+5
2012-11-24Remove unused imports and adjust formattingGuido Günther2-8/+11
2012-11-24gbp-pq: don't use plural form when there's only one try leftGuido Günther1-1/+1
2012-11-24GitRepository/has_submodules: use correct .gitmodules fileMarkus Lehtonen1-1/+1
2012-11-24GitRepository/get_commit_info: support tagsMarkus Lehtonen1-6/+8
2012-11-23GitRepository/get_submodules: use correct pathMarkus Lehtonen1-3/+4
2012-11-23GitRepository/get_commits: more flexible revision rangesMarkus Lehtonen1-1/+4
2012-11-23import-orig: remove dead GbpNothingImported exceptionMarkus Lehtonen2-10/+1
2012-11-23import-orig: remove dead if statementMarkus Lehtonen1-2/+0
2012-11-23Add sha1 stripping in a single placeGuido Günther1-5/+32
2012-11-23pq: Allow to pass in custom fucntion to fetch authorship informationGuido Günther2-7/+11
2012-11-23Use an absolute path when parsing the control fileGuido Günther1-3/+5
2012-11-23pq: fix "no authorship" warning messagesMarkus Lehtonen1-2/+3
2012-11-23notifications.py: remove unused importMarkus Lehtonen1-1/+0
2012-11-23command_wrappers: suppress some pylint warningsMarkus Lehtonen1-9/+9
2012-11-23Add issing git- prefix to --color and --notify optionsGuido Günther1-1/+0
2012-11-08Remove unused importGuido Günther1-3/+0
2012-11-08GbpError accepts an error messageGuido Günther1-2/+1
2012-11-08Allow to remove the orig tarball symlinkGuido Günther3-12/+35
2012-11-07GitRepository/diff: catch git errorMarkus Lehtonen1-1/+3
2012-11-07GitRepository/diff: add 'paths' argumentMarkus Lehtonen1-1/+5
2012-11-07GitRepository.find_tag: change deprecated _git_getoutput to _git_inoutEd Bartosh1-3/+4
2012-11-07GitRepository: fix merge() for older git versionsMarkus Lehtonen1-1/+5
2012-11-07GitRepository: implement _cmd_has_feature() methodMarkus Lehtonen1-0/+34
2012-10-25Print number of tries leftGuido Günther1-0/+5
2012-10-25Add support dch's --security optionGuido Günther1-1/+6
2012-10-25PEP-8 and pyflakes cleanupsGuido Günther3-16/+12
2012-08-26Add debian/source/format parserGuido Günther1-0/+97
2012-08-22GitArgs/add: support iterable and non-string argsMarkus Lehtonen1-1/+13
2012-08-22GitRepository: Implement set_upstream_branch and get_upstream_branch methodsEd Bartosh1-0/+38