Skip to content

WIP: git.py: Support tracking annotated tags in a branch

Jürg Billeter requested to merge juerg/git-track-tags into master

This is related to #220 (closed) but slightly different as this introduces a per-source track-tags config key, not a CLI option that is applied to all git sources. We may want to discuss other tracking possibilities as suggested in #220 (closed) before merging this.

Example:

- kind: git
  url: https://git.gnome.org/browse/gtk-doc
  track: master
  track-tags: true
  ref: GTK_DOC_1_27-0-g31c38e0a948b000ff3c62765759376bc40b73bbf

This is based on !291 (merged).

Edited by Jürg Billeter

Merge request reports