diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2019-12-01 14:45:04 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2019-12-01 14:45:19 +0100 |
commit | c95a8f66289901afecf687797c02702d7dd54fe4 (patch) | |
tree | d5c54490c94bdfac00d70a9a3db739cf0857f210 /.gitconfig | |
parent | 42912c5c24a8cf3420c98b7d0b45f76581ba76ec (diff) |
.gitconfig: change http.cookiefile path
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,4 +64,4 @@ [versionsort] prereleaseSuffix = -rc [http] - cookiefile = /home/tobiask/.gitcookies + cookiefile = /home/tklauser/.gitcookies |