1. 10 Sep, 2021 2 commits
  2. 08 Sep, 2021 1 commit
  3. 05 Sep, 2021 2 commits
  4. 31 Aug, 2021 4 commits
  5. 18 Aug, 2021 2 commits
  6. 17 Aug, 2021 3 commits
  7. 25 Jul, 2021 1 commit
  8. 19 Jul, 2021 2 commits
  9. 30 Jun, 2021 4 commits
  10. 30 May, 2021 2 commits
  11. 09 May, 2021 3 commits
  12. 02 May, 2021 6 commits
  13. 25 Apr, 2021 1 commit
  14. 12 Apr, 2021 1 commit
  15. 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
  16. 02 Apr, 2021 2 commits
  17. 26 Mar, 2021 1 commit
  18. 22 Mar, 2021 1 commit