branch: externals/vc-got
commit 8b42f45f7e126afefcbafbd905961b8e78bea7e1
Author: Omar Polo <[email protected]>
Commit: Omar Polo <[email protected]>
remove copy/pasted block
---
vc-got.el | 8 --------
1 file changed, 8 deletions(-)
diff --git a/vc-got.el b/vc-got.el
index 7d989d9011..0a4b32da65 100755
--- a/vc-got.el
+++ b/vc-got.el
@@ -598,14 +598,6 @@ Got uses an implicit checkout model for every file."
'(("Author" . "-A"))
comment)))
- (with-temp-buffer
- (vc-got-command t 0 files
- "commit" "-m"
- (log-edit-extract-headers
- '(("Author" . "-A"))
- comment))))
-
-
(defun vc-got-find-revision (file rev buffer)
"Fill BUFFER with the content of FILE in the given revision REV."
(with-current-buffer buffer