summaryrefslogtreecommitdiff
path: root/gbp/git
AgeCommit message (Expand)Author
2013-09-10GitRepository.diff: add 'ignore_submodules' optionMarkus Lehtonen
2013-09-05GitRepository.diff: prevent usage of external diffMarkus Lehtonen
2013-09-05GitRepository.diff: add 'text' optionMarkus Lehtonen
2013-09-04GitRepository: Add clean() methodMarkus Lehtonen
2013-09-04GitRepository.fetch: Add 'all_remotes' optionLingchaox Xin
2013-09-04GitRepository.fetch: Add 'refspec' optionLingchaox Xin
2013-09-04GitRepository.describe: add 'tags' and 'extra-match' optionsLingchaox Xin
2013-09-04GitRepository.has_treeish: minor pylint fixLingchaox Xin
2013-09-04GitRepository/diff: add 'stat' and 'summary' optionsMarkus Lehtonen
2013-08-28Use open() instead of file()Guido Günther
2013-08-24GitRepository: allow to use '..' instead of '...'Guido Günther
2013-08-22Minor docstring updatesGuido Günther
2013-07-04GitRepository.set_upstream_branch: use --set-upstream-to if availableGuido Günther
2013-07-04GitRepository.set_upstream_branch: Catch errors to set upstream branchGuido Günther
2013-07-04GitRepository.set_upstream_branch: don't try to set upstream twiceGuido Günther
2013-06-29gbp.git.GitRepository.has_branch(): use _git_commandGuido Günther
2013-06-29gbp.git.Repository.get_branch(): use _git_commandGuido Günther
2013-06-29Git.Repository.__git_inout: Close all other file descriptorsGuido Günther
2013-06-29Git.Repository.__git_inout: properly set stdinGuido Günther
2013-06-13GitRepository/diff: allow single objectMarkus Lehtonen
2013-06-11GitRepository.get_subject: use get_commit_infoGuido Günther
2013-06-06GitRepository/get_commit_info: add patchname to infoMarkus Lehtonen
2013-06-06gitmodifier: make the datetime object always have timezoneMarkus Lehtonen
2013-05-08GitRepository: Use LC_ALL=C when checking featuresGuido Günther
2013-05-02GitRepository Use _git_inout in get_branchGuido Günther
2013-04-27GitRepository.has_feature: capture stderrGuido Günther
2013-04-27GitRepository.commit_dir: raise GitRepositoryError instead of GbpErrorGuido Günther
2013-04-27Silence GitRepository.write_treeGuido Günther
2013-04-27Silence GitRepository.grep_logGuido Günther
2013-04-27Silence GitRepository.set_upstream_branchGuido Günther
2013-04-26Silence GitRepository.has_treeishGuido Günther
2013-04-25GitRepository: add describe() methodMarkus Lehtonen
2013-04-24Silence _git_commandGuido Günther
2013-04-24Silence git cloneGuido Günther
2013-04-14GitRepository: make __build_env a static methodGuido Günther
2013-04-14Silence git initGuido Günther
2013-04-13Introduce Source classGuido Günther
2013-04-13Add minimal vfs interfaceGuido Günther
2013-04-13Use _git_inout for git.showGuido Günther
2013-04-08Revert "GitRepository.show: use _git_inout()"Guido Günther
2013-04-07GitRepository.show: use _git_inout()Markus Lehtonen
2013-03-22GitArgs: utilize the add() method in other add_X methodsMarkus Lehtonen
2013-03-22GitRepository/_cmd_has_feature: more intelligent parsingMarkus Lehtonen
2012-11-27Check the sha1 doesn't exceed 40 bytesGuido Günther
2012-11-27GitRepository/strip_sha1: fix length checkingMarkus Lehtonen
2012-11-24GitRepository/has_submodules: use correct .gitmodules fileMarkus Lehtonen
2012-11-24GitRepository/get_commit_info: support tagsMarkus Lehtonen
2012-11-23GitRepository/get_submodules: use correct pathMarkus Lehtonen
2012-11-23GitRepository/get_commits: more flexible revision rangesMarkus Lehtonen
2012-11-23Add sha1 stripping in a single placeGuido Günther