summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2010-04-14Depend on git | git-coreGuido Günther
Closes: #577731
2010-04-12Bump standards versionGuido Günther
2010-04-12Add --uscan command-line optionDavid Paleino
Launch uscan and use the tarball, if there's a new upstream version. Closes: #577394
2010-04-12Be silentGuido Günther
Git-Dch: Ignore
2010-04-10Add 'Git-Dch: Short' tag to changelog parserGuido Günther
This omits the long description of the commit from the changelog.
2010-04-10Add simple Zeitgist data providerGuido Günther
2010-02-25docs/manpages/git-dch.sgml: Consistency fixes and typo.Paul Menzel
• Start sentences with capital letter and end them with a full stop. • s/enty/entry/ Signed-off-by: Paul Menzel <pm.debian@googlemail.com>
2010-02-13document changes and release 0.4.65Guido Günther
2010-02-06Prevent git-add-patch from being gzip'dJon Bernard
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-31gbp-clone: Add --all to track all remote branchesGuido Günther
2010-01-31Add GitRepository.get_remotes()Guido Günther
to easily query remote branches
2010-01-31bash-completion: Add git-dch, git-import-{orig,dsc}Guido Günther
and tab completion for branch names.
2010-01-31Add gbp-{clone,pull,pq} to descriptionGuido Günther