aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/git
Commit message (Expand)AuthorAge
* Disable PGP signatures when retrieving list of commitsGabriel Filion2019-02-24
* GitRepository: Make git_inout available everywhereGuido Günther2018-11-08
* Fix flake8's W605 (invalid escape sequence)Guido Günther2018-10-15
* repository: Remove superfluous blank lineGuido Günther2018-10-15
* gbp.git: fix doctest with recent python-dateutil.Markus Lehtonen2018-09-17
* GitRepository.grep_log: Switch to GitArgsGuido Günther2018-08-17
* Ignore merge commits when looking at the pristine-tar branchIain Lane2018-08-17
* GitRepository: api doc fixesGuido Günther2018-08-08
* changelog: try iso8859-1 when utf-8 failsGuus Sliepen2018-06-07
* 8bit GuidoGuido Günther2018-02-26
* 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
* import-dsc: Fuzzy parse changelog dateGuido Günther2017-11-06
* GitModifier: add get()Guido Günther2017-11-06
* 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
* fastimport: port to byteGuido Günther2017-08-02
* Make GitVFS support binary modeGuido Günther2017-08-02
* 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
* GitVfs: make objects usable as context managersGuido Günther2017-01-02
* 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
* gbp.git.fastimport: flake8 cleanGuido Günther2016-09-12
* pep8/pyflakes cleanupsGuido Günther2016-09-12
* import_orig: Properly abort merge on rollbacksGuido Günther2016-08-26