Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-17 | fix unpack_orig error reporting | Guido Guenther | 1 | -0/+2 | |
by addint the missing imports | |||||
2008-04-14 | fix "pristine-tar missing" error message | Guido Guenther | 1 | -1/+1 | |
2008-04-14 | fix indentation | Guido Guenther | 1 | -12/+12 | |
2008-04-14 | Make commits from git-import-dsc get author and date from debian/changelog. | Adeodato Simó | 1 | -4/+4 | |
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-14 | Add support for passing extra env. vars to Command objects. | Adeodato Simó | 1 | -2/+8 | |
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-14 | update modeline and fix typo | Guido Guenther | 1 | -2/+2 | |
2008-04-14 | add vim modeline | Guido Guenther | 1 | -1/+2 | |
2008-04-14 | add _test() | Guido Guenther | 3 | -2/+26 | |
to run doctests easily | |||||
2008-04-14 | add rfc822_date_to_git() | Guido Guenther | 1 | -0/+17 | |
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-03-19 | git-core 1.5.3.4 doesn't support -q so use --quiet instead | Guido Guenther | 1 | -1/+1 | |
2008-03-14 | add commit() and show() | Guido Guenther | 1 | -2/+17 | |
2008-02-29 | make error messages more consistent | Guido Guenther | 1 | -9/+9 | |
2008-02-29 | make dsc import repeatable (Closes: #468120) | Guido Guenther | 3 | -4/+41 | |
2008-02-23 | Allow multiple file filters for git-import-{orig,dsc} | Harald Braumann | 2 | -7/+14 | |
2008-02-21 | add prstine-tar config option | Guido Guenther | 1 | -0/+1 | |
2008-02-21 | add PristineTar() | Guido Guenther | 1 | -0/+18 | |
2008-02-14 | don't use the deprecated git-* command versions | Guido Günther | 1 | -10/+10 | |
2008-02-08 | Better dpkg-parsechangelog error reporting (Closes: #460195) | Guido Guenther | 1 | -1/+11 | |
2007-12-28 | don't fail when importing into empty git archives | Guido Guenther | 1 | -2/+4 | |
2007-12-07 | git-ls-files: separate filenames by '\0', based on a patch from Uwe ↵ | Guido Guenther | 1 | -2/+2 | |
Kleine-König <Uwe.Kleine-Koenig@digi.com> (Closes: #454470) | |||||
2007-11-26 | fix "gpb gets confused by color enabled on branches..." - thanks to Niv ↵ | Guido Guenther | 1 | -2/+2 | |
Sardi for the patch (Closes: #452921) | |||||
2007-11-19 | wrap Command class to execute in a specific directory | Guido Guenther | 1 | -0/+13 | |
2007-11-05 | add tarball-dir option losely based on patch from Sjoerd Simons (Closes: ↵ | Guido Guenther | 2 | -1/+18 | |
#448357) | |||||
2007-11-05 | don't print a commit summary when importing into empty repos (addresses ↵ | Guido Guenther | 1 | -3/+4 | |
parts of #449075) | |||||
2007-11-04 | rmeove unneeded GitLoadDirs | Guido Guenther | 1 | -16/+1 | |
2007-10-19 | add version number to docs and a tools | Guido Guenther | 1 | -1/+2 | |
2007-10-18 | pyline and other consistency updates | Guido Guenther | 3 | -19/+21 | |
2007-10-16 | add --export-dir and --export (Closes: #446042) | Guido Guenther | 2 | -10/+17 | |
2007-10-16 | Parse .gbp.conf in the repo dir (Closes: #426009) | Guido Guenther | 1 | -3/+4 | |
2007-10-11 | make --git-log a config file option | Guido Guenther | 1 | -4/+5 | |
2007-10-10 | eval() the snapshot number calculation so everybody can pass in what he wants | Guido Guenther | 1 | -0/+1 | |
2007-08-23 | introduce --git-no-create-orig to skip building of any orig.tar.gz | Guido Guenther | 1 | -0/+1 | |
this is especially usefull if you're working on an NMU that has a X-Y version number although it's a Debian native package. | |||||
2007-08-20 | don't hardcode -i\.git -I.git as build arguments | Guido Guenther | 1 | -4/+4 | |
2007-06-11 | don't fail imports on large archives | Guido Guenther | 1 | -6/+12 | |
2007-05-28 | Merge ../git-buildpackage into locals/import-orig-by-index | Guido Guenther | 1 | -1/+5 | |
2007-05-28 | don't use git_load_dirs for imports | Guido Guenther | 3 | -3/+44 | |
2007-05-24 | strip epoch from upstream version | Guido Guenther | 1 | -1/+5 | |
2007-05-13 | support import of tar.bz2 in git-import-orig | Guido Guenther | 1 | -5/+9 | |
2007-04-12 | git_load_dirs now supports --summary, use this for nicer import messages | Guido Guenther | 1 | -2/+3 | |
bump versioned dependency on git-load-dirs therefore | |||||
2007-02-27 | adjust to new output of git-status in git 1.5debian/0.2.26 | Guido Guenther | 1 | -2/+2 | |
2007-02-11 | use GBPError everywhere and move commands from __init__ to command_wrappers.py | Guido Guenther | 6 | -191/+212 | |
Furthermore pass '-v' in git import-orig on to git_load_dirs | |||||
2007-02-07 | rename git_buildpackage to gbp and use GbpError everywhere | Guido Guenther | 4 | -0/+377 | |