Skip to content

Commit 7d92c6b

Browse files
committed
Add minor comments
Related: #19 Change-Id: I5653c9fc3a5c8a44f8b61da4182394ae41aaa6c6
1 parent 8aef0a6 commit 7d92c6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gerrit.el

+2
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ This refspec is a string of the form 'refs/changes/xx/xx/x'.
247247
;; (e.g. if ssh-add was not called) this async call runs
248248
;; magit-process-password-prompt-regexps (used in magit-process-filter)
249249
;; which is called in magit-start-process
250+
;; (see https://github.com/magit/magit/issues/4323)
250251
(magit-run-git-async "fetch"
251252
(gerrit-get-remote)
252253
(gerrit-download--get-refspec change-metadata))
@@ -1247,6 +1248,7 @@ gerrit-upload: (current cmd: %(concat (gerrit-upload-create-git-review-cmd)))
12471248

12481249
(defun gerrit--select-change-from-matching-changes (search-string)
12491250
;; see https://gerrit-review.googlesource.com/Documentation/user-search.html
1251+
;; clients can let-bind `gerrit-change-singleline-columns'
12501252
(let* ((open-changes (seq-map #'gerrit-download-format-change
12511253
(gerrit-rest-change-query
12521254
(or search-string "is:open")

0 commit comments

Comments
 (0)