summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-27Adjust for zeitgeist 0.4.0Guido Günther
2010-07-23Set author information from git on --release when using --git-authorGuido Günther
Thanks: Boleslaw Tokarski for his feedback
2010-07-23Use repo.rev_parseGuido Günther
Git-Dch: Ignore
2010-07-23Add git-authorGuido Günther
Git-Dch: Ignore
2010-07-22Better document the default config fileGuido Günther
2010-07-21Terminate the patch description with a dotGuido Günther
in case of multiline commits where the second line starts with a uppercase letter. Heavily based on a patch by Jonathan Nieder.
2010-07-20Document changes and release 0.5.2Guido Günther
2010-07-20Document changes and release 0.5.1Guido Günther
2010-07-20Bump standards versionGuido Günther
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-05Document changes and release 0.5.0Guido Günther
2010-07-05Use commit_dir instead of replace_treeGuido Günther
Closes: #526022, #569031
2010-07-04Drop --no-mergeGuido Günther
We don't invoke 'git merge' anymore.
2010-07-04Use commit_dirGuido Günther
to write directly commit the content of the unpacked orig tarball and the patched Debian tree instead of using replace_tree. Closes: #506211, #588061 Thanks: Roger Leigh for his nice explantion on howto do this.
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-07-01fix typotwerner@debian.org
2010-06-29Don't document Git-Dch: twiceGuido Günther
Closes: #587456 Thanks: Matthijs Kooijman
2010-06-28Mention patch-queue branchesGuido Günther
2010-06-26Abort if upstream tarball contains git metadataGuido Günther
Closes: #571717
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-26Drop dependency on python-devGuido Günther
since it's not needed for arch all packages. Depend on python instead.
2010-06-19Document changes and release 0.4.68Guido Günther
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-06-07Strip traling slashes from repo pathGuido Günther
Closes: #584775
2010-06-07No need to assign repoGuido Günther
2010-05-15gbp-pq: Use run_git to catch git errorsGuido Günther
2010-05-15gbp-pq export: Instead of failing switch branchGuido Günther
if on a patch-queue branch.
2010-05-15document changes and release 0.4.67Guido Günther
2010-05-13Let docbook handle the hard partGuido Günther
Git-Dch: Ignore
2010-05-13Document --downloadGuido Günther
2010-05-13Improve manpage and help outputGuido Günther
2010-05-12Add --download optionGuido Günther
This allows to directly import source packages either via git-import-dsc --download <pkg> or git-import-dsc --download <url-to-dsc> The former uses "apt-get soure" the later "dget". Closes: #510036
2010-05-04Document Git-Dch: Ignore and Git-Dch: ShortGuido Günther
2010-05-04Drop superflous TERMGuido Günther
Git-Dch: Ignore
2010-05-04Document --git-compression and --git-compression-levelGuido Günther
2010-05-04Document --uscanGuido Günther
2010-05-04Document gbp-pull exit codesGuido Günther
2010-05-04document changes and release 0.4.66Guido Günther
2010-05-04Requests for non fast-forward updates should exit with a non-zero resultGuido Günther
Closes: #579997
2010-05-02Don't assume the repo has a '/'Guido Günther
2010-05-02Fix typoGuido Günther
Thanks: Paul Menzel
2010-04-30zeitgeist hook: don't fail on umlautsGuido Günther
2010-04-26Make --uscan more robustGuido Günther
by not throwing exceptions onto the console and catching download errors.