summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2018-10-16 15:10:35 +0100
committerStephen Finucane <stephenfin@redhat.com>2018-10-16 15:13:07 +0100
commitaf955c932eb97433199781b5d4f7fb5fb5af8a6f (patch)
treef0014e32c4e1580b124a72f4eeb793f974159de4 /releasenotes/notes
parent03768832c4a73c3079ce24d84fecae1da39b2d71 (diff)
downloadgit-review-af955c932eb97433199781b5d4f7fb5fb5af8a6f.tar.gz
Don't set topic when submitting no-topic patches
Change-Id: I8f8880791ad7e46fb9e18623ab8bd295457424b2 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/ignore-topic-for-master-patches-9ba01c0762d3df65.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/ignore-topic-for-master-patches-9ba01c0762d3df65.yaml b/releasenotes/notes/ignore-topic-for-master-patches-9ba01c0762d3df65.yaml
new file mode 100644
index 0000000..82ed9b9
--- /dev/null
+++ b/releasenotes/notes/ignore-topic-for-master-patches-9ba01c0762d3df65.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ If a patch has no topic, downloading it will result in a topic of
+ ``review/{owner}/{ID}``. Previously, submitting this would then set the
+ topic to ``{ID}``. This was incorrect behavior and is now resolved.