GitRepository: Add clean() method
[tools/git-buildpackage.git] / gbp / git / repository.py
2013-09-04 Markus LehtonenGitRepository: Add clean() method
2013-09-04 Lingchaox XinGitRepository.fetch: Add 'all_remotes' option
2013-09-04 Lingchaox XinGitRepository.fetch: Add 'refspec' option
2013-09-04 Lingchaox XinGitRepository.describe: add 'tags' and 'extra-match...
2013-09-04 Lingchaox XinGitRepository.has_treeish: minor pylint fix
2013-09-04 Markus LehtonenGitRepository/diff: add 'stat' and 'summary' options
2013-08-28 Guido GüntherUse open() instead of file()
2013-08-24 Guido GüntherGitRepository: allow to use '..' instead of '...'
2013-07-04 Guido GüntherGitRepository.set_upstream_branch: use --set-upstream...
2013-07-04 Guido GüntherGitRepository.set_upstream_branch: Catch errors to...
2013-07-04 Guido GüntherGitRepository.set_upstream_branch: don't try to set...
2013-06-29 Guido Günthergbp.git.GitRepository.has_branch(): use _git_command
2013-06-29 Guido Günthergbp.git.Repository.get_branch(): use _git_command
2013-06-29 Guido GüntherGit.Repository.__git_inout: Close all other file descri...
2013-06-29 Guido GüntherGit.Repository.__git_inout: properly set stdin
2013-06-13 Markus LehtonenGitRepository/diff: allow single object
2013-06-11 Guido GüntherGitRepository.get_subject: use get_commit_info
2013-06-06 Markus LehtonenGitRepository/get_commit_info: add patchname to info
2013-05-08 Guido GüntherGitRepository: Use LC_ALL=C when checking features
2013-05-02 Guido GüntherGitRepository Use _git_inout in get_branch
2013-04-27 Guido GüntherGitRepository.has_feature: capture stderr
2013-04-27 Guido GüntherGitRepository.commit_dir: raise GitRepositoryError...
2013-04-27 Guido GüntherSilence GitRepository.write_tree
2013-04-26 Guido GüntherSilence GitRepository.grep_log
2013-04-26 Guido GüntherSilence GitRepository.set_upstream_branch
2013-04-26 Guido GüntherSilence GitRepository.has_treeish
2013-04-25 Markus LehtonenGitRepository: add describe() method
2013-04-24 Guido GüntherSilence _git_command
2013-04-24 Guido GüntherSilence git clone
2013-04-14 Guido GüntherGitRepository: make __build_env a static method
2013-04-14 Guido GüntherSilence git init
2013-04-13 Guido GüntherUse _git_inout for git.show
2013-04-08 Guido GüntherRevert "GitRepository.show: use _git_inout()"
2013-04-06 Markus LehtonenGitRepository.show: use _git_inout()
2013-03-22 Markus LehtonenGitRepository/_cmd_has_feature: more intelligent parsing
2012-11-27 Guido GüntherCheck the sha1 doesn't exceed 40 bytes
2012-11-27 Markus LehtonenGitRepository/strip_sha1: fix length checking
2012-11-24 Markus LehtonenGitRepository/has_submodules: use correct .gitmodules...
2012-11-24 Markus LehtonenGitRepository/get_commit_info: support tags
2012-11-23 Markus LehtonenGitRepository/get_submodules: use correct path
2012-11-23 Markus LehtonenGitRepository/get_commits: more flexible revision ranges
2012-11-23 Guido GüntherAdd sha1 stripping in a single place
2012-11-07 Markus LehtonenGitRepository/diff: catch git error
2012-11-07 Markus LehtonenGitRepository/diff: add 'paths' argument
2012-11-07 Ed BartoshGitRepository.find_tag: change deprecated _git_getoutpu...
2012-11-07 Markus LehtonenGitRepository: fix merge() for older git versions
2012-11-07 Markus LehtonenGitRepository: implement _cmd_has_feature() method
2012-10-25 Guido GüntherPEP-8 and pyflakes cleanups
2012-08-22 Ed BartoshGitRepository: Implement set_upstream_branch and get_up...
2012-08-22 Zhang QiangGitRepository/branch_contains: remove prefix '*' in...
2012-07-31 Guido GüntherRemove multiple spaces
2012-07-28 Guido GüntherGitRepository: raise GitRepositoryError on git errors
2012-07-27 Markus LehtonenGitRepository/get_commit_info: add file status
2012-07-27 Markus LehtonenGitRepository/get_commit_info: add committer info
2012-07-27 Markus LehtonenGitRepository/get_commit_info: add author timestamp
2012-07-27 Guido GüntherFix variable renaming
2012-07-24 Markus LehtonenGitRepository: option to ignore untracked in is_clean()
2012-07-24 Markus LehtonenGitRepository/get_author_info: return user.name as...
2012-07-23 Guido Günthergbp.git.GitRepository: Add remove_remote
2012-07-23 Guido Günthergit.repository.GitRepository.add_remote_repo: use GitArgs
2012-07-03 Guido GüntherGitRepository: Make rev_parse's short option an int...
2012-07-03 Markus LehtonenGitRepository/rev_parse: add new argument 'short'
2012-07-02 Markus LehtonenGitRepository/get_commit_info: check return value of...
2012-07-02 Guido GüntherMake exception syntax consistent
2012-06-30 Guido GüntherGitRepository: return GitModifier object instead of...
2012-06-30 Markus LehtonenGitRepository: make get_commit_info() more robust
2012-06-30 Markus LehtonenGitRepository: fix process cwd in _git_inout()
2012-06-17 Markus Lehtonencommon/pq: use strip in apply_and_commit_patch()
2012-05-31 Guido Günthergbp.git.repository: add GitRepository.make_tree
2012-05-31 Guido Günthergbp.git.repository: Add GitRepository.write_file
2012-05-31 Guido Günthergbp.git.repository: Add GitRepository.list_tree
2012-05-14 Daniel Dehenningbp.git.repository: Add a "git merge-base" wrapper
2012-05-04 Guido GüntherGitRepository.format_patches: allow to set threading...
2012-04-15 Guido GüntherIgnore locale when checking for a clean repository
2012-04-05 Guido Günthergbp.git.repository: don't append a second .git
2012-03-19 Guido GüntherGitRepository.clone(): document missing options
2012-03-19 Guido GüntherGitRepository.create(): use GitArgs
2012-03-15 Guido GüntherGitModifier: add __getitem__ and keys()
2012-02-26 Guido GüntherGitRepository.merge: add edit option
2012-02-26 Guido GüntherGitRepsitory.merge: update apidoc and switch to GitArgs
2012-02-20 Guido Günthercopy_from: remove, not used anymore
2012-01-31 Guido GüntherGitRepository: Use _git_inout() in __init__()
2012-01-31 Guido GüntherGitRepository: Allow empty input in _git_inout()
2012-01-31 Guido GüntherGitRepository: rename to __git_inout to _git_inout
2012-01-31 Guido GüntherGitRepository: Rename __git_getoutput to _git_getoutput
2012-01-31 Guido GüntherGitRepository: allow to capture stderr in __git_inout
2012-01-30 Guido GüntherGitRepository: document archive()
2012-01-23 Guido GüntherRemove comparison with True to make pychecker happy
2012-01-23 Markus LehtonenGitRepository: allow git.commit_dir to create new branches
2012-01-21 Markus LehtonenGitRepository: add get_obj_type()
2012-01-15 Guido GüntherGitRepository: Fix types in diff docstring
2012-01-15 Markus LehtonenGitRepository: add depth parameter to fetch()
2012-01-15 Markus LehtonenGitRepository: fix documentation of fetch()
2012-01-15 Markus LehtonenGitRepository: add diff()
2012-01-15 Markus LehtonenGitRepository: add rename_branch() method
2012-01-13 Guido GüntherGitRepository: don't explicitly set the tags option
2012-01-12 Guido GüntherGitRepository: Allow to explicitly fetch tags
2012-01-10 Guido GüntherGitRepository.branch_contains: fix misplaced remote...
2012-01-10 Guido GüntherGitRepository: Add branch_contains()
2012-01-10 Guido GüntherGitRepository: add verify_tag()
next