summaryrefslogtreecommitdiff
path: root/gbp/git_utils.py
AgeCommit message (Expand)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
2008-08-30fix commit order of GitRepository.commits()Guido Guenther
2008-07-21split git-log options into a listGuido Guenther
2008-05-04yield the commit messageGuido Guenther
2008-04-24add write_treeGuido Guenther
2008-04-23fix error messageGuido Guenther
2008-04-14fix indentationGuido Guenther
2008-04-14add _test()Guido Guenther
2008-04-14add rfc822_date_to_git()Guido Guenther
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 Kleine-KÃ...Guido Guenther
2007-11-26fix "gpb gets confused by color enabled on branches..." - thanks to Niv Sardi...Guido Guenther
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
2007-02-07rename git_buildpackage to gbp and use GbpError everywhereGuido Guenther