about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-23 22:07:32 -0600
committerCase Duckworth2021-01-23 22:07:32 -0600
commit7014b463baf768ec8b609f71669f227e3048f32c (patch)
tree0b2a0a9a539c17cebf231407d53ab5b3d3f9cd08 /config.org
parentAdd a ~/.authinfo line example (diff)
downloademacs-7014b463baf768ec8b609f71669f227e3048f32c.tar.gz
emacs-7014b463baf768ec8b609f71669f227e3048f32c.zip
Make GIT_ASKPASS Windows-specific
Diffstat (limited to 'config.org')
-rw-r--r--config.org2
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
1484just revoke the tokens and bingo bongo, good to go. If that's not 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. 1485true, 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