diff options
author | Case Duckworth | 2021-01-23 22:07:32 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-23 22:07:32 -0600 |
commit | 7014b463baf768ec8b609f71669f227e3048f32c (patch) | |
tree | 0b2a0a9a539c17cebf231407d53ab5b3d3f9cd08 | |
parent | Add a ~/.authinfo line example (diff) | |
download | emacs-7014b463baf768ec8b609f71669f227e3048f32c.tar.gz emacs-7014b463baf768ec8b609f71669f227e3048f32c.zip |
Make GIT_ASKPASS Windows-specific
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index fa26b82..e9aa8ca 100644 --- a/config.org +++ b/config.org | |||
@@ -1484,7 +1484,7 @@ here's the thing -- the Gits I Git at work (a) aren't my /real/ git, and | |||
1484 | just revoke the tokens and bingo bongo, good to go. If that's not | 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. | 1485 | true, please feel free to hack this repo and change this paragraph. |
1486 | 1486 | ||
1487 | #+begin_src emacs-lisp :noweb-ref settings | 1487 | #+begin_src emacs-lisp :noweb-ref windows-specific |
1488 | (setenv "GIT_ASKPASS" "git-gui--askpass") | 1488 | (setenv "GIT_ASKPASS" "git-gui--askpass") |
1489 | #+end_src | 1489 | #+end_src |
1490 | 1490 | ||