commit ae2ad5727a15bfcc13d0822854d602b5a9f9c212 from: Omar Polo date: Tue Aug 17 07:41:58 2021 UTC don't need mark-resolved and find-admin-dir commit - e104d04ce892a79bc0359cea3540b13e7f43bf95 commit + ae2ad5727a15bfcc13d0822854d602b5a9f9c212 blob - 8a1f9608548fddcd4f8b7751662df526e09f1779 blob + 8e3eb758a4f8a5f85c785fb9128ece4fd35317c2 --- vc-got.el +++ vc-got.el @@ -68,8 +68,10 @@ ;; - modify-change-comment NOT IMPLEMENTED ;; can be implemented via histedit, if I understood correctly ;; what it is supposed to do. -;; - mark-resolved NOT IMPLEMENTED -;; - find-admin-dir NOT IMPLEMENTED +;; - mark-resolved NOT NEEDED +;; got notice by itself when a file doesn't have any pending +;; conflicts to be resolved. +;; - find-admin-dir NOT NEEDED ;; ;; HISTORY FUNCTIONS ;; * print-log DONE