1. 09 May, 2021 1 commit
  2. 02 May, 2021 5 commits
  3. 25 Apr, 2021 1 commit
  4. 12 Apr, 2021 1 commit
  5. 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
  6. 02 Apr, 2021 2 commits
  7. 26 Mar, 2021 1 commit
  8. 22 Mar, 2021 4 commits
  9. 15 Mar, 2021 3 commits
  10. 03 Mar, 2021 1 commit
  11. 01 Mar, 2021 2 commits
  12. 19 Feb, 2021 1 commit
  13. 16 Feb, 2021 4 commits
  14. 25 Jan, 2021 2 commits
  15. 22 Jan, 2021 2 commits
  16. 21 Jan, 2021 1 commit
  17. 20 Jan, 2021 2 commits
  18. 18 Jan, 2021 5 commits