summaryrefslogtreecommitdiffhomepage
path: root/gbp/git/repository.py
Commit message (Expand)AuthorAge
* gbp.git: Python compatibility fixesMarkus Lehtonen2018-01-12
* Fix complaints of flake8 3.5Guido Günther2017-12-10
* GitRepository: require an exact ref path when looking for branchesGuido Günther2017-11-12
* GitRepository: force_head: use GitArgsGuido Günther2017-11-07
* Kill six.string_typesGuido Günther2017-10-20
* git: Don't decode diff outputGuido Günther2017-08-28
* GitRepository: missing decode on error messageGuido Günther2017-08-03
* GitRepository: port to Python3Guido Günther2017-08-02
* repository: allow to specify rename trackingGuido Günther2017-05-26
* GitRepository: add rename_fileGuido Günther2017-05-26
* GitRepository: add set_configGuido Günther2017-05-26
* GitRepository: add is_in_merge()Guido Günther2017-04-04
* GitRepository: use stdout as last resort if stderr is emptyGuido Günther2017-03-14
* GitRepository: shorten reflog messageGuido Günther2017-02-06
* Make flake8 happyGuido Günther2017-01-22
* GitRepository: allow to init git repository from a subdirGuido Günther2017-01-22
* GitRepository: properly determine git-dirGuido Günther2017-01-20
* pq: Hardcode commit abbrev to 7 when exporting patchesGuido Günther2017-01-20
* Allow to pass config args to gitGuido Günther2017-01-20
* GitRepository: make garbage_collect more usefulGuido Günther2017-01-20
* GitRepository: properly use pipe on empty stringsGuido Günther2017-01-06
* GitRepository.make_tree: make it easier to readGuido Günther2017-01-06
* GitRepository: allow for dry-run pushGuido Günther2016-12-30
* GitRepository.commit_dir: add a proper reflog entryGuido Günther2016-12-28
* GitRepository: use GitArgs for update_refGuido Günther2016-12-28
* GitRepository: allow to check cleaniness of arbitrary pathsGuido Günther2016-12-23
* gbp clone: configure user.email, user.name from DEBEMAIL/DEBFULLNAMEMichael Stapelberg2016-12-19
* Use cls consistentlyGuido Günther2016-11-16
* repository.archive: adjust to API changeGuido Günther2016-10-09
* GitRepository.list_submodules: use _git_inoutGuido Günther2016-10-09
* GitRepository.archive: use _git_inoutGuido Günther2016-10-09
* gbp.git.repository: flake8 cleanGuido Günther2016-09-12
* import_orig: Properly abort merge on rollbacksGuido Günther2016-08-26
* GitRepository: Allow to fix up whitespace when applying a patchGuido Günther2016-07-31
* Improve check for empty_repositoryGuido Günther2016-07-05
* Fix simple spelling errors in comments and stringsOtto Kekäläinen2016-07-03
* GitRepository: Deleting a non-existing branch should not throw an errorGuido Günther2016-06-28
* GitRepository.commit_dir: use append insteald of += to append to listGuido Günther2016-06-28
* Add support for referencing existing local repositories when cloning reposito...Carlos Maddela2015-07-10
* Fix FSF address - thanks rpmlintEvgeni Golov2015-06-22
* GitRepository: Use C locale when parsing remote branchesGuido Günther2015-06-12
* GitRepository: Use C locale when building error messagesGuido Günther2015-06-12
* Add string vs. binary encoding/decodingGuido Günther2015-05-27
* Guess upstream-tag based on merge-baseDaniel Gollub2015-04-25
* GitRepository/has_submodules: add treeish argumentMarkus Lehtonen2015-02-25
* Don't use basestringGuido Günther2015-02-20
* repository: fix head docstringGuido Günther2015-01-31
* GitRepository: Implement status methodEd Bartosh2014-12-05
* GitRepository.create_branch: add 'force' optionMarkus Lehtonen2014-12-05
* GitRepository: add diff_status methodMarkus Lehtonen2014-12-05