summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)Author
2011-04-06git-buildpackage: Call gbp.update_submodulesGuido Günther
2011-04-06gbp: restrict splitting output of ls-tree to 3, since filenames might contain...Yaroslav Halchenko
2011-03-19gbp: simplify is_native()Guido Günther
2011-03-19gbp: simplify is_native()Guido Günther
2011-03-19gbp: Don't fail on paths without extensions in get_compression()Guido Günther
2011-03-18gbp: Add git.archive() and git.{has,get,update,add}_submodules()Guido Günther
2011-03-18gbp: Allow to pass cwd to git.__get_output()Sean Finney
2011-03-18command_wrappers: Add create tar archiveChow Loong Jin
2011-03-18command_wrappers,git: remove unused Git functionsGuido Günther
2011-03-12gbp-pq: Allow to specify subdirs for patchesGuido Günther
2011-03-12git: improve error handling for commit_treeGuido Günther
2011-03-03is_fast_forward: make sure git interprets arguments as revisionsGuido Günther
2011-02-13Make the desktop notification transientGuido Günther
2011-02-11Move no_upstream_branch message into gbp.configGuido Günther
2011-02-09git-import-dsc: auto create upstream branchGuido Günther
2011-02-09Simplify author and committer argument passingGuido Günther
2011-02-08logging: don't use color inside Emacs's comint shellGuido Günther
2011-01-23git.rev_parse: unconditionally use --quietGuido Günther
2011-01-23git-import-dsc: improve error message when upstream branch is missingJonathan Nieder
2011-01-22Add --author-is-comitter and --author-date-is-comitter-date commandline optionsGuido Günther
2011-01-22git.force_head: quiet git resetGuido Günther
2011-01-18git-import-dscs: Ignore debsnap download errorsGuido Günther
2011-01-13git-create-remote-repo: Don't hardcode 'origin' as remoteGuido Günther
2011-01-13Rename get_remotes to get_remote_branchesGuido Günther
2011-01-11git-import-dsc: also set the commit date to the changelog dateGuido Günther
2011-01-11Make gbp-create-remote-repo a first class citizenGuido Günther
2011-01-11Make --[no-]merge a proper optionGuido Günther
2011-01-08git-buildpackage: Add support for sending notifications via libnotifyGuido Günther
2011-01-08Use tristate option for --color=valueGuido Günther
2011-01-08Add Tristate class that allows for on, off and autoGuido Günther
2010-12-29Use logging functionsGuido Günther
2010-12-29Spit out debug message in __git_inoutYaroslav Halchenko
2010-12-28pychecker warning cleanupsGuido Günther
2010-12-27Allow to drop numbers from patch names via --no-patch-numbersGuido Günther
2010-12-26Rewrite gbp-pq in pythonGuido Günther
2010-12-25Initialize Logger.get_color{,off}Guido Günther
2010-12-20Add option to open editorGuido Günther
2010-12-13Remove noopGuido Günther
2010-12-10Add move_tagGuido Günther
2010-12-09Add --multimaint support to git-dchRob Browning
2010-12-09Better wrap thanks and closesGuido Günther
2010-12-07Drop debugging print statementGuido Günther
2010-12-06git-dch: fix --id-length != 0Guido Günther
2010-12-06Add git-dch --customizations FILE to allow changelog entry customizationRob Browning
2010-12-06Use "log -n1" instead of "show" to retrieve commit log information.Rob Browning
2010-11-16Add logging functionsGuido Günther
2010-11-02Expand environment variables and '~' in gbp.conf pathsBenoît Knecht
2010-09-29Makes uscan options explicitGuido Günther
2010-09-17Add --[no]-interactive to avoid promptsGuido Günther
2010-09-17Let git-import-orig find the changelog when not on the debian-branch.Matthijs Kooijman