summaryrefslogtreecommitdiff
path: root/gbp/git.py
AgeCommit message (Collapse)Author
2010-07-06Add prebuild hookJonathan Nieder
Can be used to add an upstream changelog generated from the git repository to the build dir. Closes: #587652
2010-07-04Add force_headGuido Günther
Git-Dch: Ignore
2010-07-04Add commit_dir and helpersGuido Günther
Allows to commit an unpacked tree to a specific branch with any number of parents. Git-Dch: Ignore
2010-07-04Allow git_write_tree to use an alternate index fileGuido Günther
Git-Dch: Ignore
2010-07-04Allow to pass extra_env to __git_getoutput and __git_inoutGuido Günther
Git-Dch: Ignore
2010-07-04Add __git_inoutGuido Günther
to send data to stdin of a git command and receive it's output. Only for small amounts of output data such as a SHA1. Git-Dch: Ignore
2010-07-04Import GbpError since we're using itGuido Günther
Git-Dch: Ignore
2010-06-26Add compression=autoGuido Günther
to guess compression type of upstream tarball from pristine-tar branch. This is now the default. Closes: #566993
2010-01-31Add GitRepository.get_remotes()Guido Günther
to easily query remote branches
2009-10-24move FastImport into gbp/git.pyGuido Günther
2009-10-24add --git-retagGuido Günther
Closes: #521329
2009-10-24add GitRepository.is_fast_forward()Guido Günther
2009-10-24add GitRepository.get_merge_branch()Guido Günther
2009-09-05make has_branch aware of remote branchesGuido Günther
2009-08-23add doctestGuido Günther
for __sanitize_version() and build_tag()
2009-08-23make sanitize_version a private functionGuido Günther
2009-08-23drop superfluous _utils from module namesGuido Günther