commit | e5a39ad8e67d61f1f7dfb6ef9d9127a8b11da72c | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Wed May 04 11:42:15 2016 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed May 04 15:59:26 2016 -0700 |
tree | b58154ac045341d139d1005f198f47f21f6a7e3c | |
parent | 06ea368bb160af9684a3484c78fddc5af16476ef [diff] |
http: expand http.cookieFile as a path This should handle .gitconfig files that specify things like: [http] cookieFile = "~/.gitcookies" Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>