summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-01Get rid of the symlinkGuido Günther
2011-10-30Allow to import Debian packages into bare repositoriesGuido Günther
2011-10-30Allow to import upstream tarballs into bare repositoriesGuido Günther
2011-10-30GitRepository: Use update-ref to force a branch's head in bare reposGuido Günther
2011-10-30GitRepository: handle bare repos and errors in is_clean()Guido Günther
2011-10-29GitRepository: Simplify error status handlingGuido Günther
2011-10-29Fail on epydoc warningsGuido Günther
2011-10-29Fix epydoc warningsGuido Günther
2011-10-28GitRepository: add head property to return the current HEADGuido Günther
2011-10-28GitRepository: simplify is_emptyGuido Günther
2011-10-28GitModifier: Don't use self.__dict__.update(locals())Guido Günther
2011-10-28Docstring fixupsGuido Günther
2011-10-28GitRepository: rename base_dir to git_dirGuido Günther
2011-10-27GitRepository: Don't try to access .git/ in bare reposGuido Günther
2011-10-27GitRepository: Reorder into groupsGuido Günther
2011-10-27Add tests for non bare clonesGuido Günther
2011-10-27GitRepository: use 'git show-ref' to check a branch's existenceGuido Günther
2011-10-27GitRepository: use branch instead of get_branchGuido Günther
2011-10-27GitRepository: speed up get_branch() and make it more robustGuido Günther
2011-10-26GitRepository: mark _get_branches privateGuido Günther
2011-10-26GitRrepository: add get_tags()Guido Günther
2011-10-26tests: Test GitRepository.merge()Guido Günther
2011-10-26GitRepository: group related methodsGuido Günther
2011-10-26Gather coverage information during testsGuido Günther
2011-10-26Turn tests into doctestsGuido Günther
2011-10-26GitRepository: Add commit_files()Guido Günther
2011-10-26GitRepository: extend list_files()Guido Günther
2011-10-26GitRepository: Add minimal support for bare repositoriesGuido Günther
2011-10-26GitRepository: Allow to list local branchesGuido Günther
2011-10-26GitRepository: Allow to delete remote branchesGuido Günther
2011-10-26GitRepository: Add collect_garbageGuido Günther
2011-10-26command_wrappers.Command: Don't print several error linesGuido Günther
2011-10-26GitRepository: Rename remove_tag() to delete_tag()Guido Günther
2011-10-26Fix GitRepository.is_clean() docsGuido Günther
2011-10-26Don't be verboseGuido Günther
2011-10-26GitRepository: make branch, path and base_dir read only propertiesGuido Günther
2011-10-26GitRepository.fetch(): fix remote argGuido Günther
2011-10-26Add GitRepository.add_remote_repo()Guido Günther
2011-10-26GitRepository.clone(): add depth and recursive parameterGuido Günther
2011-10-26GitRepository: add pull()Guido Günther
2011-10-26Replace GitTag by GitRepository.create_tag()Guido Günther
2011-10-24gbp-pq: Strip .patch and .diffGuido Günther
2011-10-24gbp-pq: Properly check for start of signatureGuido Günther
2011-10-23Document that gbp-create-repo is noninteractiveGuido Günther
2011-10-23Replace GitFetch by GitRepository.fetch()Guido Günther
2011-10-23Replace GitMerge by GitRepository.merge()Guido Günther
2011-10-23Replace GitClone by GitRepository.clone()Guido Günther
2011-10-23GitRepository.__init__: use more robust "git rev-parse --show-cdup"Guido Günther
2011-10-23Replace GitBranch by GitRepository.create_branch()Guido Günther
2011-10-23GitRepository: add commit and commit_allGuido Günther