aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/git
Commit message (Expand)AuthorAge
* gbp: Fix misc spelling in user visible output and commentsOtto Kekäläinen2024-01-12
* repository.create_tag: Explicitly don't sign when sign=FalseHuw Jones2023-03-14
* repository: Add helper to prefix branch with 'refs/heads/'Doesnot Matter2022-05-26
* repository.get_submodules: Only strip repo path from the beginningDoesnot Matter2022-05-26
* repository: list_tree: Handle '-'Doesnot Matter2022-05-26
* git/repository: Disable signatures when grepping for commitsGuido Günther2022-05-16
* Use collections.abc.Iterable instead of collections.IterableAnthony Sottile2021-10-21
* Fix import-dsc on empty repo if defaultBranch!=masterEmanuele Aina2021-09-30
* git: Actually include the missing key name in the KeyError messageEmanuele Aina2021-09-30
* gbp.git: Add support for long listing format (with object sizes)Andrej Shadura2021-03-11
* gbp.git: Change list_tree to return an iteratorAndrej Shadura2021-03-11
* Make flake8 E741 happyGuido Günther2020-07-01
* git: Drop doctestGuido Günther2020-06-30
* 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