Parcourir la source

Remove some todos

master
10sr il y a 5 ans
Parent
révision
9192a918b6
Signé par: 10sr ID de la clé GPG: C384BB17CBB19347
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. +0
    -3
      emacs.el

+ 0
- 3
emacs.el Voir le fichier

@@ -2326,7 +2326,6 @@ TYPE is target object type."
(setq git-walktree-repository-root root)
(current-buffer))))))

;; TODO: Change func name
(defun git-walktree--replace-into-buffer (target)
"Replace TARGET buffer contents with that of current buffer."
(let ((buf (current-buffer)))
@@ -2356,8 +2355,6 @@ TYPE is target object type."
(let ((inhibit-read-only t))
(with-temp-buffer
(if commitish
;; TODO: branch info after commit sha1 (like (HEAD -> master))
;; not appear
(progn (git-walktree--call-process nil
"show"
;; TODO: Make this args configurable


Chargement…
Annuler
Enregistrer