Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | document changes and releasedebian/0.4.28 | Guido Guenther | 2008-05-12 |
| | |||
* | add --git-dont-purge to leave the exported build dir intact | Guido Guenther | 2008-05-08 |
| | | | | | Closes: #479848 Thanks: Kurt B. Kaiser for the patch | ||
* | make --meta a config file option | Guido Guenther | 2008-05-08 |
| | |||
* | fix symlink creation | Guido Guenther | 2008-05-08 |
| | |||
* | missing EOF | Guido Guenther | 2008-05-06 |
| | | | | | Closes: #479726 Thanks: Sedat Dilek | ||
* | document changes and releasedebian/0.4.27 | Guido Guenther | 2008-05-04 |
| | |||
* | make author parsing more robust | Guido Guenther | 2008-05-04 |
| | | | | Closes: #479263 | ||
* | update copyright | Guido Guenther | 2008-05-04 |
| | |||
* | yield the commit message | Guido Guenther | 2008-05-04 |
| | | | | instead of passing it back as a whole | ||
* | fix --git-export | Guido Guenther | 2008-05-04 |
| | | | | Closes: #479147 | ||
* | document changes and releasedebian/0.4.26 | Guido Guenther | 2008-04-28 |
| | |||
* | update copyright | Guido Guenther | 2008-04-28 |
| | |||
* | make ignore-new a config file option | Guido Guenther | 2008-04-26 |
| | | | | Closes: #466900 | ||
* | make boolean options parsing more robust | Guido Guenther | 2008-04-26 |
| | |||
* | build-depend on python-dateutil | Guido Guenther | 2008-04-26 |
| | | | | Closes: #477959 | ||
* | add a link to the online version of the manual | Guido Guenther | 2008-04-25 |
| | |||
* | document --git-export=INDEX | Guido Guenther | 2008-04-24 |
| | |||
* | git-export=INDEX exports the index into git-export-dir | Guido Guenther | 2008-04-24 |
| | | | | Closes: #466768 | ||
* | add write_tree | Guido Guenther | 2008-04-24 |
| | |||
* | use --no-auto-nmu | Guido Guenther | 2008-04-23 |
| | | | | Otherwise GIT_AUTHORS not in debian/control cause a NMU version number | ||
* | depend on devscripts that has dch --no-auto-nmu | Guido Guenther | 2008-04-23 |
| | |||
* | catch GitRepositoryErrors | Guido Guenther | 2008-04-23 |
| | |||
* | fix error message | Guido Guenther | 2008-04-23 |
| | | | | when we can't find any valid revisions | ||
* | document changes and releasedebian/0.4.25 | Guido Guenther | 2008-04-18 |
| | |||
* | create a symlink archive -> <package>_<version>.tar.gz | Guido Guenther | 2008-04-18 |
| | | | | | | | this makes sure pristine_tar uses the correct filename for the orig.tar.gz. Closes: #475316 | ||
* | fix unpack_orig error reporting | Guido Guenther | 2008-04-17 |
| | | | | by addint the missing imports | ||
* | avoid not | Guido Guenther | 2008-04-17 |
| | |||
* | fix "pristine-tar missing" error message | Guido Guenther | 2008-04-14 |
| | |||
* | fix indentation | Guido Guenther | 2008-04-14 |
| | |||
* | document changes and releasedebian/0.4.24 | Guido Guenther | 2008-04-14 |
| | |||
* | tighten homepage URL | Guido Guenther | 2008-04-14 |
| | |||
* | Make commits from git-import-dsc get author and date from debian/changelog. | Adeodato Simó | 2008-04-14 |
| | | | | | | | 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) | ||
* | Add support for passing extra env. vars to Command objects. | Adeodato Simó | 2008-04-14 |
| | | | | | | 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) | ||
* | rfc822_date_to_git() needs python-dateutil | Guido Guenther | 2008-04-14 |
| | |||
* | update modeline and fix typo | Guido Guenther | 2008-04-14 |
| | |||
* | add vim modeline | Guido Guenther | 2008-04-14 |
| | |||
* | add _test() | Guido Guenther | 2008-04-14 |
| | | | | to run doctests easily | ||
* | add rfc822_date_to_git() | Guido Guenther | 2008-04-14 |
| | | | | | this function converts a date in RFC822 format to a string 'seconds_since_epoch tz' that can be used for eg. GIT_AUTHOR_DATE. | ||
* | better handle broken dsc files | Guido Guenther | 2008-04-12 |
| | |||
* | document changes and releasedebian/0.4.23 | Guido Guenther | 2008-04-11 |
| | |||
* | don't pass nonexisting branches to pristine-tar | Guido Guenther | 2008-04-11 |
| | | | | | | | in case of an empty archive the upstream branch does not yet exist, so pass 'master' to pristine-tar instead Closes: #475554 | ||
* | reference pristine-tar | Guido Guenther | 2008-04-11 |
| | |||
* | filter uses glob | Guido Guenther | 2008-04-11 |
| | |||
* | move conffiles section into separate sgml file | Guido Guenther | 2008-04-10 |
| | |||
* | mention the html manual in the manpages | Guido Guenther | 2008-04-10 |
| | | | | Closes: #473610 | ||
* | fix doc-base section | Guido Guenther | 2008-04-10 |
| | | | | Thanks: lintian | ||
* | docs/manpages/*.sgml: Use the citerefentry for references to other manpages. | Frank S. Thomas | 2008-03-25 |
| | |||
* | Do not list the --upstream-version option twice in the synopsis section of ↵ | Frank S. Thomas | 2008-03-25 |
| | | | | git-import-orig's manpage. | ||
* | document changes and releasedebian/0.4.22 | Guido Guenther | 2008-03-19 |
| | |||
* | don't skip meta tags without --force | Guido Guenther | 2008-03-19 |
| | | | | and make sure we have a space after the meta tag |