aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/git_utils.py
Commit message (Expand)AuthorAge
* add get_author_emailGuido Günther2009-05-02
* pass --pretty=medium to git showGuido Günther2009-05-02
* fix missing argument in error messageGuido Günther2009-04-24
* Skip all comments before looking for clean_msgGuido Günther2009-03-05
* add GitRepository.rev_parseGuido Günther2009-02-19
* Use name and email from gitRobie Basak2008-12-29
* add GitRepository.is_empty and create_repo helpersGuido Günther2008-11-22
* add set_branch() to switch branchesGuido Günther2008-10-31
* adjust is_clean for git 1.6Guido Guenther2008-09-26
* make indentation more consistentGuido Guenther2008-09-26
* add find_tag(branch)Guido Guenther2008-09-22
* move replace_source_tree into GitRepositoryGuido Guenther2008-09-22
* Don't honor .gitignore during replace_source_treeGuido Guenther2008-09-22
* fix commit order of GitRepository.commits()Guido Guenther2008-08-30
* split git-log options into a listGuido Guenther2008-07-21
* yield the commit messageGuido Guenther2008-05-04
* add write_treeGuido Guenther2008-04-24
* fix error messageGuido Guenther2008-04-23
* fix indentationGuido Guenther2008-04-14
* add _test()Guido Guenther2008-04-14
* add rfc822_date_to_git()Guido Guenther2008-04-14
* add commit() and show()Guido Guenther2008-03-14
* make dsc import repeatable (Closes: #468120)Guido Guenther2008-02-29
* don't fail when importing into empty git archivesGuido Guenther2007-12-28
* git-ls-files: separate filenames by '\0', based on a patch from Uwe Kleine-KÃ...Guido Guenther2007-12-07
* fix "gpb gets confused by color enabled on branches..." - thanks to Niv Sardi...Guido Guenther2007-11-26
* add --export-dir and --export (Closes: #446042)Guido Guenther2007-10-16
* don't fail imports on large archivesGuido Guenther2007-06-11
* don't use git_load_dirs for importsGuido Guenther2007-05-28
* adjust to new output of git-status in git 1.5debian/0.2.26Guido Guenther2007-02-27
* use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther2007-02-11
* rename git_buildpackage to gbp and use GbpError everywhereGuido Guenther2007-02-07