aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/git.py
Commit message (Expand)AuthorAge
* git.force_head: quiet git resetGuido Günther2011-01-22
* git-create-remote-repo: Don't hardcode 'origin' as remoteGuido Günther2011-01-13
* Rename get_remotes to get_remote_branchesGuido Günther2011-01-13
* git-import-dsc: also set the commit date to the changelog dateGuido Günther2011-01-11
* Spit out debug message in __git_inoutYaroslav Halchenko2010-12-29
* Rewrite gbp-pq in pythonGuido Günther2010-12-26
* Add move_tagGuido Günther2010-12-10
* Add git-dch --customizations FILE to allow changelog entry customizationRob Browning2010-12-06
* Use "log -n1" instead of "show" to retrieve commit log information.Rob Browning2010-12-06
* Add logging functionsGuido Günther2010-11-16
* Allow passing --quiet to git show.Matthijs Kooijman2010-09-17
* Improve compression format detectionGuido Günther2010-09-14
* Remove file and commit ambiguityGuido Günther2010-08-31
* Properly handle local only changes as no update neededGuido Günther2010-08-29
* Don't call stdout stdin.Matthijs Kooijman2010-08-21
* Use --pretty=format: instead of --format=Guido Günther2010-08-18
* Guess changelog version number from upstream versionGuido Günther2010-08-12
* Check for legacy tags where necessary.Guido Günther2010-08-10
* Better version number replacementGuido Günther2010-08-10
* Don't update already up to date branchesGuido Günther2010-08-04
* Add prebuild hookJonathan Nieder2010-07-06
* Add force_headGuido Günther2010-07-04
* Add commit_dir and helpersGuido Günther2010-07-04
* Allow git_write_tree to use an alternate index fileGuido Günther2010-07-04
* Allow to pass extra_env to __git_getoutput and __git_inoutGuido Günther2010-07-04
* Add __git_inoutGuido Günther2010-07-04
* Import GbpError since we're using itGuido Günther2010-07-04
* Add compression=autoGuido Günther2010-06-26
* Add GitRepository.get_remotes()Guido Günther2010-01-31
* move FastImport into gbp/git.pyGuido Günther2009-10-24
* add --git-retagGuido Günther2009-10-24
* add GitRepository.is_fast_forward()Guido Günther2009-10-24
* add GitRepository.get_merge_branch()Guido Günther2009-10-24
* make has_branch aware of remote branchesGuido Günther2009-09-05
* add doctestGuido Günther2009-08-23
* make sanitize_version a private functionGuido Günther2009-08-23
* drop superfluous _utils from module namesGuido Günther2009-08-23