summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-26make ignore-new a config file optionGuido Guenther
Closes: #466900
2008-04-26make boolean options parsing more robustGuido Guenther
2008-04-26build-depend on python-dateutilGuido Guenther
Closes: #477959
2008-04-25add a link to the online version of the manualGuido Guenther
2008-04-24document --git-export=INDEXGuido Guenther
2008-04-24git-export=INDEX exports the index into git-export-dirGuido Guenther
Closes: #466768
2008-04-24add write_treeGuido Guenther
2008-04-23use --no-auto-nmuGuido Guenther
Otherwise GIT_AUTHORS not in debian/control cause a NMU version number
2008-04-23depend on devscripts that has dch --no-auto-nmuGuido Guenther
2008-04-23catch GitRepositoryErrorsGuido Guenther
2008-04-23fix error messageGuido Guenther
when we can't find any valid revisions
2008-04-18document changes and releaseGuido Guenther
2008-04-18create a symlink archive -> <package>_<version>.tar.gzGuido Guenther
this makes sure pristine_tar uses the correct filename for the orig.tar.gz. Closes: #475316
2008-04-17fix unpack_orig error reportingGuido Guenther
by addint the missing imports
2008-04-17avoid notGuido Guenther
2008-04-14fix "pristine-tar missing" error messageGuido Guenther
2008-04-14fix indentationGuido Guenther
2008-04-14document changes and releaseGuido Guenther
2008-04-14tighten homepage URLGuido Guenther
2008-04-14Make commits from git-import-dsc get author and date from debian/changelog.Adeodato Simó
This is done by setting GIT_AUTHOR_{NAME,EMAIL,DATE} before invoking git-commit. GIT_COMMITTER_* are left alone (i.e., the date of the import will be available from there). (cherry picked from commit acee866d1d89327aa530b6531b50b4edcc524906)
2008-04-14Add support for passing extra env. vars to Command objects.Adeodato Simó
When creating a Command(), pass an "extra_env" argument to __init__. This should be a dict of additional variables to pass to the command. (cherry picked from commit cba467a70664d8f8b1e61e4bb7beda421aec543f)
2008-04-14rfc822_date_to_git() needs python-dateutilGuido Guenther
2008-04-14update modeline and fix typoGuido Guenther
2008-04-14add vim modelineGuido Guenther
2008-04-14add _test()Guido Guenther
to run doctests easily
2008-04-14add rfc822_date_to_git()Guido Guenther
this function converts a date in RFC822 format to a string 'seconds_since_epoch tz' that can be used for eg. GIT_AUTHOR_DATE.
2008-04-12better handle broken dsc filesGuido Guenther
2008-04-11document changes and releaseGuido Guenther
2008-04-11don't pass nonexisting branches to pristine-tarGuido Guenther
in case of an empty archive the upstream branch does not yet exist, so pass 'master' to pristine-tar instead Closes: #475554
2008-04-11reference pristine-tarGuido Guenther
2008-04-11filter uses globGuido Guenther
2008-04-10move conffiles section into separate sgml fileGuido Guenther
2008-04-10mention the html manual in the manpagesGuido Guenther
Closes: #473610
2008-04-10fix doc-base sectionGuido Guenther
Thanks: lintian
2008-03-25docs/manpages/*.sgml: Use the citerefentry for references to other manpages.Frank S. Thomas
2008-03-25Do not list the --upstream-version option twice in the synopsis section of ↵Frank S. Thomas
git-import-orig's manpage.
2008-03-19document changes and releaseGuido Guenther
2008-03-19don't skip meta tags without --forceGuido Guenther
and make sure we have a space after the meta tag
2008-03-19git-core 1.5.3.4 doesn't support -q so use --quiet insteadGuido Guenther
2008-03-19fix typos in documentationGuido Guenther
Closes: #471582 Thanks: Michael Biebl
2008-03-14document changes and releaseGuido Guenther
2008-03-14document --full and --metaGuido Guenther
2008-03-14separate multiple bugs by ','Guido Guenther
2008-03-14remove superflous colonGuido Guenther
2008-03-14add --full and --meta optionsGuido Guenther
--full: include the full commit message in the log --meta: handle Closes: and Thanks: tags Closes: #468118
2008-03-14add commit() and show()Guido Guenther
2008-03-06document changes and releaseGuido Guenther
2008-03-06explain howto push tags and mention linda and lintian (Closes: #469436)Guido Guenther
2008-03-06be more verbose on pbuilder (Closes: #469138)Guido Guenther
2008-03-05add missing pngs (Closes: #469403)Guido Guenther