summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Collapse)Author
2010-07-06Add prebuild hookJonathan Nieder
Can be used to add an upstream changelog generated from the git repository to the build dir. Closes: #587652
2010-07-04Add force_headGuido Günther
Git-Dch: Ignore
2010-07-04Add commit_dir and helpersGuido Günther
Allows to commit an unpacked tree to a specific branch with any number of parents. Git-Dch: Ignore
2010-07-04Allow git_write_tree to use an alternate index fileGuido Günther
Git-Dch: Ignore
2010-07-04Allow to pass extra_env to __git_getoutput and __git_inoutGuido Günther
Git-Dch: Ignore
2010-07-04Add __git_inoutGuido Günther
to send data to stdin of a git command and receive it's output. Only for small amounts of output data such as a SHA1. Git-Dch: Ignore
2010-07-04Add extra_env to GitTagGuido Günther
Git-Dch: Ignore
2010-07-04Import GbpError since we're using itGuido Günther
Git-Dch: Ignore
2010-06-26Add compression=autoGuido Günther
to guess compression type of upstream tarball from pristine-tar branch. This is now the default. Closes: #566993
2010-06-19Add option --git-force-create to force tarball creationChristian Kastner
Closes: #519297
2010-06-19Add 'ignore-branch' optionGuido Günther
This disables the 'current branch' == 'debian-branch' check.
2010-04-12Add --uscan command-line optionDavid Paleino
Launch uscan and use the tarball, if there's a new upstream version. Closes: #577394
2010-02-05Make the commit message for upstream imports configurable.Matthijs Kooijman
This adds the import-msg commandline and configuration file option to change the commit message. Closes: #474457
2010-01-31Add GitRepository.get_remotes()Guido Günther
to easily query remote branches
2010-01-25DscFile: Parse name of debian.tar.gzGuido Günther
2009-12-24Fix commentsGuido Günther
Git-Dch: Ignore
2009-12-24Allow to set compression typeGuido Günther
Closes: #554520
2009-12-23Add body regex filterGuido Günther
Closes: #544238
2009-12-13Improve error message when trying to import 3.0 source format packagesGuido Günther
until we properly support them.
2009-11-22Make the default build command 3.x source format safeGuido Günther
Instead of passing "-i\.git/ -I.git" to debuild use "-i -I". This makes sure we use the default behaviour of dpkg-source. Closes: #553079
2009-10-24move FastImport into gbp/git.pyGuido Günther
2009-10-24add --git-retagGuido Günther
Closes: #521329
2009-10-24add GitRepository.is_fast_forward()Guido Günther
2009-10-24add GitRepository.get_merge_branch()Guido Günther
2009-10-24add GitFetchGuido Günther
2009-09-05make has_branch aware of remote branchesGuido Günther
2009-09-05make GitBranch remote branch awareGuido Günther
2009-09-05add GitCloneGuido Günther
2009-08-23add postimport hook for git-import-origGuido Günther
Allows to run git-dch after import. Drop the dch invocation and warn when --no-dch gets passed on the commandline. Closes: #520355
2009-08-23add doctest for Command.call()Guido Günther
and fix error in exception handling revealed by the test.
2009-08-23add doctest for Command.__call__()Guido Günther
2009-08-23add doctestGuido Günther
for __sanitize_version() and build_tag()
2009-08-23make sanitize_version a private functionGuido Günther
2009-08-23drop superfluous _utils from module namesGuido Günther
2009-08-22run doctests with noseGuido Günther
2009-08-15make parameters for GitRepository.commits() optionalGuido Günther
2009-07-29add --git-overlay optionأحمد المحمودي
Closes: #411206
2009-07-29make tar_toplevel saferأحمد المحمودي
2009-07-03+ is a valid character in version numbersGuido Günther
2009-06-13fix one digit version numbersGuido Günther
2009-06-13add filter-pristine-tarMehdi Dogguy
to filter upstream tarball before passing it to pristine-tar Closes: #520722
2009-06-11allow for uppercase characters in the version patternGuido Günther
and in the package name if it's not a debian source package's name. Also allow for ':' and '~' which are allowed accoring to Debian Policy. Based on a patch by Felipe Sateler. Closes: #531819
2009-05-02add get_author_emailGuido Günther
that parses git config and environment
2009-05-02add commit argument for GitTagGuido Günther
2009-05-02pass --pretty=medium to git showGuido Günther
Closes: #525969
2009-04-24restore default signal handlers before subprocess.callGuido Günther
Closes: #525411
2009-04-24fix missing argument in error messageGuido Günther
2009-04-04add postbuild hookGuido Günther
can be used to e.g. run lintian. Closes: #521358
2009-04-04add get_archGuido Günther
returns dpkg's notion of the architecture
2009-04-04store version without epochGuido Günther
and simplify version parsing