summaryrefslogtreecommitdiff
path: root/gbp/git.py
AgeCommit message (Expand)AuthorFilesLines
2010-09-14Improve compression format detectionGuido Günther1-0/+12
2010-08-31Remove file and commit ambiguityGuido Günther1-1/+1
2010-08-29Properly handle local only changes as no update neededGuido Günther1-6/+19
2010-08-21Don't call stdout stdin.Matthijs Kooijman1-3/+3
2010-08-18Use --pretty=format: instead of --format=Guido Günther1-1/+1
2010-08-12Guess changelog version number from upstream versionGuido Günther1-3/+26
2010-08-10Check for legacy tags where necessary.Guido Günther1-0/+37
2010-08-10Better version number replacementGuido Günther1-6/+6
2010-08-04Don't update already up to date branchesGuido Günther1-3/+9
2010-07-06Add prebuild hookJonathan Nieder1-0/+4
2010-07-04Add force_headGuido Günther1-0/+8
2010-07-04Add commit_dir and helpersGuido Günther1-0/+70
2010-07-04Allow git_write_tree to use an alternate index fileGuido Günther1-2/+7
2010-07-04Allow to pass extra_env to __git_getoutput and __git_inoutGuido Günther1-4/+16
2010-07-04Add __git_inoutGuido Günther1-0/+11
2010-07-04Import GbpError since we're using itGuido Günther1-0/+1
2010-06-26Add compression=autoGuido Günther1-0/+8
2010-01-31Add GitRepository.get_remotes()Guido Günther1-0/+6
2009-10-24move FastImport into gbp/git.pyGuido Günther1-1/+66
2009-10-24add --git-retagGuido Günther1-1/+7
2009-10-24add GitRepository.is_fast_forward()Guido Günther1-0/+9
2009-10-24add GitRepository.get_merge_branch()Guido Günther1-0/+11
2009-09-05make has_branch aware of remote branchesGuido Günther1-3/+10
2009-08-23add doctestGuido Günther1-2/+12
2009-08-23make sanitize_version a private functionGuido Günther1-2/+3
2009-08-23drop superfluous _utils from module namesGuido Günther1-0/+233