From 8dbbb251e359d3e41e2ba0ea06772f4f87b06c6c Mon Sep 17 00:00:00 2001
From: Chizi123 <joelgrun@gmail.com>
Date: Fri, 23 Nov 2018 03:34:19 +0000
Subject: [PATCH] altered magit config
---
tramp | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/tramp b/tramp
new file mode 100644
index 0000000..7741e5f
--- /dev/null
+++ b/tramp
@@ -0,0 +1,27 @@
+;; -*- emacs-lisp -*- <18/11/18 19:54:13 c:/Users/joelg/.emacs.d/tramp>
+;; Tramp connection history. Don't change this file.
+;; You can delete it, forcing Tramp to reapply the checks.
+
+(((tramp-file-name "plink" "joel" nil "192.168.1.113" nil nil nil)
+ ("uname" "Linux 4.18.0-11-generic")
+ ("locale" "LC_ALL=en_US.utf8")
+ ("test" "test")
+ ("remote-path"
+ ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin"))
+ ("remote-shell" "/bin/sh")
+ ("~" "/home/joel")
+ ("file-exists" "test -e")
+ ("stat" "env QUOTING_STYLE=locale \\stat")
+ ("id" "/usr/bin/id")
+ ("gid-integer" 1000)
+ ("gid-string" "joel")
+ ("perl-file-spec" t)
+ ("perl-cwd-realpath" t)
+ ("perl" "\\perl")
+ ("case-insensitive" nil)
+ ("readlink" "\\readlink")
+ ("git" "\\git")
+ ("uid-integer" 1000)
+ ("tmpdir" "/plink:joel@192.168.1.113:/tmp")
+ ("touch-t" t)
+ ("touch" "\\touch")))
--
Gitblit v1.10.0