summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)AuthorFilesLines
2012-07-31Remove multiple spacesGuido Günther3-11/+11
2012-07-29GitModifier: use __getitem__ to fetch dateGuido Günther1-1/+1
2012-07-28GitRepository: raise GitRepositoryError on git errorsGuido Günther10-21/+35
2012-07-27GitRepository/get_commit_info: add file statusMarkus Lehtonen1-2/+13
2012-07-27GitRepository/get_commit_info: add committer infoMarkus Lehtonen1-3/+7
2012-07-27GitRepository/get_commit_info: add author timestampMarkus Lehtonen1-5/+6
2012-07-27GitModifier: More flexible date handlingGuido Günther1-5/+54
2012-07-27Fix variable renamingGuido Günther1-1/+1
2012-07-24GitRepository: option to ignore untracked in is_clean()Markus Lehtonen1-2/+11
2012-07-24GitRepository/get_author_info: return user.name as nameMarkus Lehtonen1-1/+1
2012-07-23gbp.git.GitRepository: Add remove_remoteGuido Günther1-0/+3
2012-07-23git.repository.GitRepository.add_remote_repo: use GitArgsGuido Günther1-5/+6
2012-07-03GitRepository: Make rev_parse's short option an int everywhereGuido Günther1-2/+2
2012-07-03GitRepository/rev_parse: add new argument 'short'Markus Lehtonen1-3/+7
2012-07-02GitRepository/get_commit_info: check return value of git command correctlyMarkus Lehtonen1-1/+1
2012-07-02Make exception syntax consistentGuido Günther17-88/+88
2012-06-30GitRepository: return GitModifier object instead of separate fieldsGuido Günther2-5/+7
2012-06-30GitRepository: make get_commit_info() more robustMarkus Lehtonen2-10/+12
2012-06-30GitRepository: fix process cwd in _git_inout()Markus Lehtonen1-1/+1
2012-06-30PristineTar: move Debian-specific stuff to DebianPristineTarMarkus Lehtonen2-45/+58
2012-06-25UpstreamSource: automatically detect package name and versions from directoriesGuido Günther1-3/+10
2012-06-17deb.git: Fixed typo in method nameEd Bartosh1-1/+1
2012-06-17common/pq: use strip in apply_and_commit_patch()Markus Lehtonen2-3/+3
2012-06-17import-orig: move is_link_target() to common moduleMarkus Lehtonen2-9/+10
2012-06-08gbp.conf: Make config option printing more consistentGuido Günther1-42/+74
2012-06-01git-buildpackage: allow to build packages from detached HEAD stateGuido Günther1-3/+10
2012-06-01git-buildpackage overlay-mode: don't fail on files named like tarballGuido Günther1-10/+9
2012-06-01git-buildpackage: add missing importGuido Günther1-0/+1
2012-05-31gbp.git.repository: add GitRepository.make_treeGuido Günther1-2/+21
2012-05-31gbp.git.repository: Add GitRepository.write_fileGuido Günther1-0/+25
2012-05-31gbp.git.repository: Add GitRepository.list_treeGuido Günther1-0/+27
2012-05-25Refactor deb helpers: move PristineTar classGuido Günther3-99/+122
2012-05-24import_dsc: add --allow-unauthenticatedGuido Günther2-13/+20
2012-05-20Provide minimalist debian/control objectDaniel Dehennin1-0/+78
2012-05-20gbp.deb.ChangeLog: Add filename propertyGuido Günther1-0/+6
2012-05-20gbp.deb.changelog: Split parsing into a separate functionGuido Günther1-15/+19
2012-05-20Don't explicitly refer to lenny-backportsGuido Günther1-1/+1
2012-05-20git-dch: Add support for --team switch for Team uploadsSalvatore Bonaccorso1-1/+5
2012-05-15Add gbp.deb.ChangeLogSectionGuido Günther1-0/+56
2012-05-14gbp.git.repository: Add a "git merge-base" wrapperDaniel Dehennin1-0/+20
2012-05-12Config help fixJérémy Lal1-1/+1
2012-05-04GitRepository.format_patches: allow to set threading formatGuido Günther1-1/+2
2012-05-01Refactor deb helpers: move UpstreamSource classMarkus Lehtonen5-211/+211
2012-05-01Refactor deb helpers: move build_tarball_name()Markus Lehtonen2-36/+36
2012-05-01Refactor deb helpers: introduce PkgPolicy classMarkus Lehtonen5-109/+147
2012-04-19Bug#669145: [PATCH] Add git-dch --commit and --commit-msg optionsMatthijs Kooijman2-2/+22
2012-04-18Refactor git-import-orig as preparation for rpm supportMarkus Lehtonen2-107/+131
2012-04-18import-orig: refactor args of ask_package_* functionsMarkus Lehtonen1-8/+12
2012-04-18Refactor git-buildpackage as preparation for rpm supportMarkus Lehtonen2-116/+146
2012-04-18Refactor gbp-pq as preparation for rpm supportMarkus Lehtonen3-160/+194