Commit 7d92c6b 1 parent 8aef0a6 commit 7d92c6b Copy full SHA for 7d92c6b
File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,7 @@ This refspec is a string of the form 'refs/changes/xx/xx/x'.
247
247
; ; (e.g. if ssh-add was not called) this async call runs
248
248
; ; magit-process-password-prompt-regexps (used in magit-process-filter)
249
249
; ; which is called in magit-start-process
250
+ ; ; (see https://github.com/magit/magit/issues/4323)
250
251
(magit-run-git-async " fetch"
251
252
(gerrit-get-remote)
252
253
(gerrit-download--get-refspec change-metadata))
@@ -1247,6 +1248,7 @@ gerrit-upload: (current cmd: %(concat (gerrit-upload-create-git-review-cmd)))
1247
1248
1248
1249
(defun gerrit--select-change-from-matching-changes (search-string )
1249
1250
; ; see https://gerrit-review.googlesource.com/Documentation/user-search.html
1251
+ ; ; clients can let-bind `gerrit-change-singleline-columns'
1250
1252
(let* ((open-changes (seq-map #'gerrit-download-format-change
1251
1253
(gerrit-rest-change-query
1252
1254
(or search-string " is:open" )
You can’t perform that action at this time.
0 commit comments