tools/git-buildpackage.git
2012-11-24 Guido GüntherDocument changes and release 0.6.0~git20121124 debian/0.6.0_git20121124
2012-11-24 Guido Günthergit-import-dscs: Properly catch import errors
2012-11-24 Guido GüntherRemove unused imports and adjust formatting
2012-11-24 Guido Günthergbp-pq: don't use plural form when there's only one...
2012-11-24 Markus LehtonenGitRepository/has_submodules: use correct .gitmodules...
2012-11-24 Markus LehtonenGitRepository/get_commit_info: support tags
2012-11-24 Guido GüntherTest gbp.pq.common.write_patch
2012-11-24 Guido GüntherOutput test results in xunit format too
2012-11-23 Markus LehtonenGitRepository/get_submodules: use correct path
2012-11-23 Markus LehtonenGitRepository/get_commits: more flexible revision ranges
2012-11-23 Markus Lehtonenimport-orig: remove dead GbpNothingImported exception
2012-11-23 Markus Lehtonenimport-orig: remove dead if statement
2012-11-23 Guido GüntherAdd sha1 stripping in a single place
2012-11-23 Guido GüntherTest if setting a topic works
2012-11-23 Guido Güntherpq: Allow to pass in custom fucntion to fetch authorshi...
2012-11-23 Guido GüntherTest apply_and_commit_patch
2012-11-23 Guido GüntherUse an absolute path when parsing the control file
2012-11-23 Guido Günthertestutils: create missing directories when adding a...
2012-11-23 Markus Lehtonenpq: fix "no authorship" warning messages
2012-11-23 Markus Lehtonentests: make tests a Python module
2012-11-23 Markus Lehtonennotifications.py: remove unused import
2012-11-23 Markus Lehtonencommand_wrappers: suppress some pylint warnings
2012-11-23 Guido GüntherAdd issing git- prefix to --color and --notify options
2012-11-08 Guido GüntherRemove unused import
2012-11-08 Guido GüntherMinor git-import-orig manpage improvements
2012-11-08 Guido GüntherGbpError accepts an error message
2012-11-08 Guido GüntherAllow to remove the orig tarball symlink
2012-11-07 Markus LehtonenGitRepository/diff: catch git error
2012-11-07 Markus LehtonenGitRepository/diff: add 'paths' argument
2012-11-07 Ed BartoshGitRepository.find_tag: change deprecated _git_getoutpu...
2012-11-07 Markus LehtonenGitRepository: fix merge() for older git versions
2012-11-07 Markus LehtonenGitRepository: implement _cmd_has_feature() method
2012-11-04 Dmitrijs LedkovsFix testsuite failure if DEB_VENDOR != Debian
2012-10-25 Guido GüntherPrint number of tries left
2012-10-25 Guido GüntherAdd support dch's --security option
2012-10-25 Guido GüntherPEP-8 and pyflakes cleanups
2012-08-26 Guido GüntherAdd debian/source/format parser
2012-08-22 Guido GüntherDocument changes and release 0.6.0~git20120822 debian/0.6.0_git20120822
2012-08-22 Markus LehtonenGitArgs/add: support iterable and non-string args
2012-08-22 Ed BartoshGitRepository: Implement set_upstream_branch and get_up...
2012-08-22 Guido Günthermanpages: correct manual section and remove duplicate...
2012-08-22 Markus Lehtonendocs: make refentry ids of manpages more consistent
2012-08-22 Markus Lehtonendocs: fix cross-referencing in manpages
2012-08-22 Zhang QiangGitRepository/branch_contains: remove prefix '*' in...
2012-08-18 Guido Günthermanpage: Fix typo in git-dch's multimain-merge option
2012-08-13 Guido Güntherdch: Fix error reporting on parsing errors
2012-08-03 Guido GüntherDocument changes and release 0.6.0~git20120803 debian/0.6.0_git20120803
2012-08-03 Guido GüntherImprove error reporting from uscan
2012-08-03 Guido GüntherMove uscan to separate class
2012-08-02 Guido GüntherAdd tests for gbp.deb.{DpkgCompareVersions,DscFile}
2012-08-02 Guido Günthergbp.command_wrappers: Reformat to 80 chars line length
2012-08-01 Guido GüntherTest help output by importing the modules
2012-08-01 Guido GüntherSkip tests requiring devscripts if dch is not there
2012-07-31 Daniel DehenninTest behavior of gbp.scripts.dch.main().
2012-07-31 Guido GüntherRemove multiple spaces
2012-07-29 Guido GüntherGitModifier: add tests for dict interface
2012-07-29 Guido GüntherGitModifier: use __getitem__ to fetch date
2012-07-28 Guido GüntherGitRepository: raise GitRepositoryError on git errors
2012-07-27 Markus LehtonenGitRepository/get_commit_info: add file status
2012-07-27 Markus LehtonenGitRepository/get_commit_info: add committer info
2012-07-27 Markus LehtonenGitRepository/get_commit_info: add author timestamp
2012-07-27 Guido GüntherGitModifier: More flexible date handling
2012-07-27 Guido GüntherFix variable renaming
2012-07-24 Markus LehtonenGitRepository: option to ignore untracked in is_clean()
2012-07-24 Markus LehtonenGitRepository/get_author_info: return user.name as...
2012-07-23 Guido Günthergbp.git.GitRepository: Add remove_remote
2012-07-23 Guido Günthergit.repository.GitRepository.add_remote_repo: use GitArgs
2012-07-03 Guido GüntherGitRepository: Make rev_parse's short option an int...
2012-07-03 Markus LehtonenGitRepository/rev_parse: add new argument 'short'
2012-07-02 Markus LehtonenGitRepository/get_commit_info: check return value of...
2012-07-02 Guido GüntherMake exception syntax consistent
2012-06-30 Guido GüntherGitRepository: Add test that covers remote branches...
2012-06-30 Guido GüntherGitRepository: return GitModifier object instead of...
2012-06-30 Markus LehtonenGitRepository: make get_commit_info() more robust
2012-06-30 Guido Günthertests: test GitRepository.get_commit_info()
2012-06-30 Markus LehtonenGitRepository: fix process cwd in _git_inout()
2012-06-30 Markus LehtonenPristineTar: move Debian-specific stuff to DebianPristi...
2012-06-25 Guido GüntherUpstreamSource: automatically detect package name and...
2012-06-25 Guido GüntherMake TestDir testcase use a newly created directory
2012-06-17 Ed Bartoshdeb.git: Fixed typo in method name
2012-06-17 Markus Lehtonencommon/pq: use strip in apply_and_commit_patch()
2012-06-17 Markus Lehtonenimport-orig: move is_link_target() to common module
2012-06-08 Guido Günthergbp.conf: Make config option printing more consistent
2012-06-01 Guido GüntherDocument changes and release 0.6.0~git20120601 debian/0.6.0_git20120601
2012-06-01 Guido Günthergit-buildpackage: allow to build packages from detached...
2012-06-01 Guido Günthergit-buildpackage overlay-mode: don't fail on files...
2012-06-01 Guido Günthergit-buildpackage: add missing import
2012-05-31 Guido Günthergbp.git.repository: add GitRepository.make_tree
2012-05-31 Guido Günthergbp.git.repository: Add GitRepository.write_file
2012-05-31 Guido Günthergbp.git.repository: Add GitRepository.list_tree
2012-05-25 Guido GüntherRefactor deb helpers: move PristineTar class
2012-05-24 Guido Güntherimport_dsc: add --allow-unauthenticated
2012-05-24 Guido GüntherDocument changes and release 0.6.0~git20120524 debian/0.6.0_git20120524
2012-05-20 Daniel DehenninProvide minimalist debian/control object
2012-05-20 Guido Günthergbp.deb.ChangeLog: Add filename property
2012-05-20 Guido Günthergbp.deb.changelog: Split parsing into a separate function
2012-05-20 Guido GüntherDon't explicitly refer to lenny-backports
2012-05-20 Salvatore BonaccorsoDocument --bpo, --nmu and --qa in git-dch's manpage
2012-05-20 Salvatore Bonaccorsogit-dch: Add support for --team switch for Team uploads
2012-05-15 Guido GüntherFix typo in doctest that made epydoc fail.
next