summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAshley Duckworth2021-01-23 16:46:24 -0600
committerAshley Duckworth2021-01-23 16:46:24 -0600
commit05deb052353b8428d6ea65e4794d295f6a22cbe0 (patch)
tree0306e5263ad17573ca0ee24fbaa27e7439bb38db
parentChange credential-helper to store (diff)
downloademacs-05deb052353b8428d6ea65e4794d295f6a22cbe0.tar.gz
emacs-05deb052353b8428d6ea65e4794d295f6a22cbe0.zip
Explain myself
-rw-r--r--config.org6
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
1481Okay, okay, using the =store= credential.helper is /super/ insecure. But
1482here'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
1484just revoke the tokens and bingo bongo, good to go. If that's not
1485true, 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