1. 02 May, 2021 5 commits
  2. 25 Apr, 2021 1 commit
  3. 12 Apr, 2021 1 commit
  4. 10 Apr, 2021 2 commits
    • Vasyl Gello's avatar
      Fix salsa mr prompt · d3c08120
      Vasyl Gello authored
      
      
      Previously 'salsa mr' was broken due to ds_prompt always
      returning a value.
      
      Signed-off-by: Vasyl Gello's avatarVasyl Gello <vasek.gello@gmail.com>
      d3c08120
    • Vasyl Gello's avatar
      Fix regexps · 0cd3196f
      Vasyl Gello authored
      
      
       * It is expected to match '^upstream/.*$' and '^debian/.*$'
         but greedy matchers 'upstream/.*' and 'debian/*' are used instead.
         They will match any tag name containing 'debian/' or 'upstream/',
         like 'local/debian/tag', leading to tag leaks in case the tag belongs
         to another upstream remote.
      
       * '%(version)s' is not escaped in upstream-tag but escaped in debian-tag,
         matching '^upstream/%(version)$' instead of '^upstream/.*$' if upstream-tag
         is explicitly configured in gbp.conf-s.
      
      Signed-off-by: Vasyl Gello's avatarVasyl Gello <vasek.gello@gmail.com>
      0cd3196f
  5. 02 Apr, 2021 2 commits
  6. 26 Mar, 2021 1 commit
  7. 22 Mar, 2021 4 commits
  8. 15 Mar, 2021 3 commits
  9. 03 Mar, 2021 1 commit
  10. 01 Mar, 2021 2 commits
  11. 19 Feb, 2021 1 commit
  12. 16 Feb, 2021 4 commits
  13. 25 Jan, 2021 2 commits
  14. 22 Jan, 2021 2 commits
  15. 21 Jan, 2021 1 commit
  16. 20 Jan, 2021 2 commits
  17. 18 Jan, 2021 6 commits