diff options
author | Ashley Duckworth | 2021-01-23 16:46:24 -0600 |
---|---|---|
committer | Ashley Duckworth | 2021-01-23 16:46:24 -0600 |
commit | 05deb052353b8428d6ea65e4794d295f6a22cbe0 (patch) | |
tree | 0306e5263ad17573ca0ee24fbaa27e7439bb38db | |
parent | Change credential-helper to store (diff) | |
download | emacs-05deb052353b8428d6ea65e4794d295f6a22cbe0.tar.gz emacs-05deb052353b8428d6ea65e4794d295f6a22cbe0.zip |
Explain myself
-rw-r--r-- | config.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.org b/config.org index 598d1d5..8293402 100644 --- a/config.org +++ b/config.org | |||
@@ -1478,6 +1478,12 @@ following in =cmd.exe= to set =$HOME= correctly: | |||
1478 | git config --global credential.helper store | 1478 | git config --global credential.helper store |
1479 | #+end_src | 1479 | #+end_src |
1480 | 1480 | ||
1481 | Okay, okay, using the =store= credential.helper is /super/ insecure. But | ||
1482 | here's the thing -- the Gits I Git at work (a) aren't my /real/ git, and | ||
1483 | (b) they're just tokens! So any time I think somebody got access, I | ||
1484 | just revoke the tokens and bingo bongo, good to go. If that's not | ||
1485 | true, please feel free to hack this repo and change this paragraph. | ||
1486 | |||
1481 | #+begin_src emacs-lisp :noweb-ref settings | 1487 | #+begin_src emacs-lisp :noweb-ref settings |
1482 | (setenv "GIT_ASKPASS" "git-gui--askpass") | 1488 | (setenv "GIT_ASKPASS" "git-gui--askpass") |
1483 | #+end_src | 1489 | #+end_src |