summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-11-07GitRepository: add checkout() to checkout a treeishGuido Günther
2011-11-06GitRepository: fix fetch invocation without repoGuido Günther
2011-11-01Get rid of the symlinkGuido 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-29Fix epydoc warningsGuido Günther
2011-10-28GitRepository: add head property to return the current HEADGuido Günther
2011-10-28GitModifier: Don't use self.__dict__.update(locals())Guido 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-27Add tests for non bare clonesGuido Günther
2011-10-26GitRrepository: add get_tags()Guido Günther
2011-10-26tests: Test GitRepository.merge()Guido Günther
2011-10-26Turn tests into doctestsGuido Günther
2011-10-26Don't be verboseGuido Günther
2011-10-23GitRepository: add commit and commit_allGuido Günther
2011-10-22Replace GitAdd by GitRepository.add_filesGuido Günther
2011-10-22Make create_repo a @classmethodGuido Günther
2011-07-25Drop unpack_orig and tar_toplevelGuido Günther
2011-07-25Add tests for UpstreamSourceGuido Günther
2011-04-17tests: add help check for newer commandsGuido Günther
2011-04-10gbp: Handle whitespace in submodule namesGuido Günther
2011-04-10tests: introduce submodule classGuido Günther
2011-04-09Add aliases for gz and bz2 compression typesGuido Günther
2011-04-09Add tests for hardcoded compression typesGuido Günther
2011-04-09Detect compression from orig tarballLoïc Minier
2011-04-09Pass tarball_dir to guess_comp_type()Loïc Minier
2011-04-09Update guess_comp_type to take a cp as paramLoïc Minier
2011-04-09Add tests for orig autodetectionLoïc Minier
2011-04-06Make submodule support conditionalGuido Günther
2011-03-21git-buildpackage: special case non-submodule tarfile generationGuido Günther
2011-03-19tests: add testcase for git_archive()Guido Günther
2011-03-19tests: RenameGuido Günther
2011-03-19tests: Add testcase for dump_archive()Guido Günther
2011-03-18gbp: Add git.archive() and git.{has,get,update,add}_submodules()Guido Günther
2011-03-18Add tests for branch creation and switchingGuido Günther
2011-03-18Fix test executionGuido Günther
2009-12-24Add unpack testGuido Günther
2009-12-24Add other gbp-* commandsGuido Günther
2009-09-05fix testcase nameGuido Günther
2009-08-23add unit test for --helpGuido Günther