summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)Author
2012-11-24git-import-dscs: Properly catch import errorsGuido Günther
2012-11-24Remove unused imports and adjust formattingGuido Günther
2012-11-24gbp-pq: don't use plural form when there's only one try leftGuido Günther
2012-11-24GitRepository/has_submodules: use correct .gitmodules fileMarkus Lehtonen
2012-11-24GitRepository/get_commit_info: support tagsMarkus Lehtonen
2012-11-23GitRepository/get_submodules: use correct pathMarkus Lehtonen
2012-11-23GitRepository/get_commits: more flexible revision rangesMarkus Lehtonen
2012-11-23import-orig: remove dead GbpNothingImported exceptionMarkus Lehtonen
2012-11-23import-orig: remove dead if statementMarkus Lehtonen
2012-11-23Add sha1 stripping in a single placeGuido Günther
2012-11-23pq: Allow to pass in custom fucntion to fetch authorship informationGuido Günther
2012-11-23Use an absolute path when parsing the control fileGuido Günther
2012-11-23pq: fix "no authorship" warning messagesMarkus Lehtonen
2012-11-23notifications.py: remove unused importMarkus Lehtonen
2012-11-23command_wrappers: suppress some pylint warningsMarkus Lehtonen
2012-11-23Add issing git- prefix to --color and --notify optionsGuido Günther
2012-11-08Remove unused importGuido Günther
2012-11-08GbpError accepts an error messageGuido Günther
2012-11-08Allow to remove the orig tarball symlinkGuido Günther
2012-11-07GitRepository/diff: catch git errorMarkus Lehtonen
2012-11-07GitRepository/diff: add 'paths' argumentMarkus Lehtonen
2012-11-07GitRepository.find_tag: change deprecated _git_getoutput to _git_inoutEd Bartosh
2012-11-07GitRepository: fix merge() for older git versionsMarkus Lehtonen
2012-11-07GitRepository: implement _cmd_has_feature() methodMarkus Lehtonen
2012-10-25Print number of tries leftGuido Günther
2012-10-25Add support dch's --security optionGuido Günther
2012-10-25PEP-8 and pyflakes cleanupsGuido Günther
2012-08-26Add debian/source/format parserGuido Günther
2012-08-22GitArgs/add: support iterable and non-string argsMarkus Lehtonen
2012-08-22GitRepository: Implement set_upstream_branch and get_upstream_branch methodsEd Bartosh
2012-08-22GitRepository/branch_contains: remove prefix '*' in branch nameZhang Qiang
2012-08-13dch: Fix error reporting on parsing errorsGuido Günther
2012-08-03Improve error reporting from uscanGuido Günther
2012-08-03Move uscan to separate classGuido Günther
2012-08-02gbp.command_wrappers: Reformat to 80 chars line lengthGuido Günther
2012-07-31Remove multiple spacesGuido Günther
2012-07-29GitModifier: use __getitem__ to fetch dateGuido Günther
2012-07-28GitRepository: raise GitRepositoryError on git errorsGuido Günther
2012-07-27GitRepository/get_commit_info: add file statusMarkus Lehtonen
2012-07-27GitRepository/get_commit_info: add committer infoMarkus Lehtonen
2012-07-27GitRepository/get_commit_info: add author timestampMarkus Lehtonen
2012-07-27GitModifier: More flexible date handlingGuido Günther
2012-07-27Fix variable renamingGuido Günther
2012-07-24GitRepository: option to ignore untracked in is_clean()Markus Lehtonen
2012-07-24GitRepository/get_author_info: return user.name as nameMarkus Lehtonen
2012-07-23gbp.git.GitRepository: Add remove_remoteGuido Günther
2012-07-23git.repository.GitRepository.add_remote_repo: use GitArgsGuido Günther
2012-07-03GitRepository: Make rev_parse's short option an int everywhereGuido Günther
2012-07-03GitRepository/rev_parse: add new argument 'short'Markus Lehtonen
2012-07-02GitRepository/get_commit_info: check return value of git command correctlyMarkus Lehtonen