summaryrefslogtreecommitdiff
path: root/credential-store.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-05Merge branch 'pt/xdg-config-path' into maintLibravatar Junio C Hamano1-27/+63
2015-05-06credential-store.c: replace home_config_paths() with xdg_config_home()Libravatar Paul Tan1-1/+1
2015-03-24git-credential-store: support XDG_CONFIG_HOMELibravatar Paul Tan1-4/+9
2015-03-24git-credential-store: support multiple credential filesLibravatar Paul Tan1-25/+56
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-1/+1
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cLibravatar Michael Haggerty1-0/+1
2013-04-28sparse: Fix mingw_main() argument number/type errorsLibravatar Ramsay Jones1-2/+2
2011-12-12credentials: add "store" helperLibravatar Jeff King1-0/+157