summaryrefslogtreecommitdiff
path: root/credential-store.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-14path.c: and an option to call real_path() in expand_user_path()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-07-01add an extra level of indirection to main()Libravatar Jeff King1-1/+1
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Libravatar Junio C Hamano1-1/+1
2015-12-16credential-store: don't pass strerror to die_errno()Libravatar SZEDER Gábor1-2/+1
2015-12-01Make error message after failing commit_lock_file() less confusingLibravatar SZEDER Gábor1-1/+2
2015-08-10lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()Libravatar Michael Haggerty1-1/+1
2015-05-11Merge branch 'pt/xdg-config-path'Libravatar Junio C Hamano1-1/+1
2015-05-11Merge branch 'pt/credential-xdg'Libravatar 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