aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/git.py
Commit message (Expand)AuthorAge
* Robustify gbp.git.commits()Guido Günther2011-07-30
* Add copyright headers to all non autogenerated filesGuido Günther2011-07-29
* Fix some epydoc warningsGuido Günther2011-07-29
* Add strip option to GitRepository.applyGuido Günther2011-07-29
* gbp: Handle whitespace in submodule namesGuido Günther2011-04-10
* Merge branch 'master' into experimentalGuido Günther2011-04-09
|\
| * Revert "gbp: restrict splitting output of ls-tree to 3, since filenames might...Guido Günther2011-04-06
| * git-buildpackage: Call gbp.update_submodulesGuido Günther2011-04-06
| * gbp: restrict splitting output of ls-tree to 3, since filenames might contain...Yaroslav Halchenko2011-04-06
| * gbp: Add git.archive() and git.{has,get,update,add}_submodules()Guido Günther2011-03-18
| * gbp: Allow to pass cwd to git.__get_output()Sean Finney2011-03-18
| * command_wrappers,git: remove unused Git functionsGuido Günther2011-03-18
| * gbp-pq: Allow to specify subdirs for patchesGuido Günther2011-03-12
| * git: improve error handling for commit_treeGuido Günther2011-03-12
| * is_fast_forward: make sure git interprets arguments as revisionsGuido Günther2011-03-03
| * git-import-dsc: auto create upstream branchGuido Günther2011-02-09
| * Simplify author and committer argument passingGuido Günther2011-02-09
* | git.rev_parse: unconditionally use --quietGuido Günther2011-01-23
|/
* git-import-dsc: improve error message when upstream branch is missingJonathan Nieder2011-01-23
* Add --author-is-comitter and --author-date-is-comitter-date commandline optionsGuido Günther2011-01-22
* 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