Skip to content

Commit

Permalink
feat(vc): add more Gerrit/repo utilities from ChromeOS's dev-util
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 17, 2024
1 parent fb9363b commit 6f25cf3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions modules/me-vc.el
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,25 @@
(use-package gee
:straight (:host bitbucket :repo "olanilsson/gee"))

;; https://chromium.googlesource.com/chromiumos/platform/dev-util/+/HEAD/contrib/emacs/gerrit/README.md
(use-package gerrit
:straight (chromeos-gerrit :type git :host nil
:repo "https://chromium.googlesource.com/chromiumos/platform/dev-util"
:files ("contrib/emacs/gerrit/*")))

(use-package gerrit-section
:straight chromeos-gerrit
:commands gerrit-comments)

(use-package repo-transient
:straight chromeos-gerrit
:commands repo-sync repo-prune repo-start repo-start-temp repo-rebase repo-upload-all repo-upload-current
repo-upload-menu repo-upload-menu-with-repohooks repo-start-menu repo-sync-menu repo-rebase-menu repo-main-menu
repo:all-projects repo:current-project
:init
(+map!
"grr" #'repo-main-menu))

(use-package diffview
:straight t
:init
Expand Down

0 comments on commit 6f25cf3

Please sign in to comment.