summaryrefslogtreecommitdiff
path: root/gbp/git_utils.py
AgeCommit message (Collapse)Author
2008-09-22add find_tag(branch)Guido Guenther
2008-09-22move replace_source_tree into GitRepositoryGuido Guenther
2008-09-22Don't honor .gitignore during replace_source_treeGuido Guenther
this only leads to missing files during git-import-orig Closes: #467504
2008-08-30fix commit order of GitRepository.commits()Guido Guenther
we request since..until but got until..since. This makes the order of changelog entries generated by git-dch the same order as if git-dch would be called individually for each commit.
2008-07-21split git-log options into a listGuido Guenther
allows to pass multiple arguments to git-log Closes: #479267
2008-05-04yield the commit messageGuido Guenther
instead of passing it back as a whole
2008-04-24add write_treeGuido Guenther
2008-04-23fix error messageGuido Guenther
when we can't find any valid revisions
2008-04-14fix indentationGuido 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-03-14add commit() and show()Guido Guenther
2008-02-29make dsc import repeatable (Closes: #468120)Guido Guenther
2007-12-28don't fail when importing into empty git archivesGuido Guenther
2007-12-07git-ls-files: separate filenames by '\0', based on a patch from Uwe ↵Guido Guenther
Kleine-König <Uwe.Kleine-Koenig@digi.com> (Closes: #454470)
2007-11-26fix "gpb gets confused by color enabled on branches..." - thanks to Niv ↵Guido Guenther
Sardi for the patch (Closes: #452921)
2007-10-16add --export-dir and --export (Closes: #446042)Guido Guenther
2007-06-11don't fail imports on large archivesGuido Guenther
2007-05-28don't use git_load_dirs for importsGuido Guenther
2007-02-27adjust to new output of git-status in git 1.5Guido Guenther
2007-02-11use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther
Furthermore pass '-v' in git import-orig on to git_load_dirs
2007-02-07rename git_buildpackage to gbp and use GbpError everywhereGuido Guenther