aboutsummaryrefslogtreecommitdiffstats
path: root/credential-store.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-13make credential helpers builtinsJeff King1-195/+0
2020-05-08Merge branch 'cb/credential-store-ignore-bogus-lines'Junio C Hamano1-2/+2
2020-05-02credential-store: ignore bogus lines from store fileCarlo Marcelo Arenas Belón1-2/+2
2019-06-28strbuf: give URL-encoding API a char predicate fnMatthew DeVore1-4/+5
2017-04-14path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy1-1/+1
2016-07-01add an extra level of indirection to main()Jeff King1-1/+1
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano1-1/+1
2015-12-16credential-store: don't pass strerror to die_errno()SZEDER Gábor1-2/+1
2015-12-01Make error message after failing commit_lock_file() less confusingSZEDER Gábor1-1/+2
2015-08-10lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()Michael Haggerty1-1/+1
2015-05-11Merge branch 'pt/xdg-config-path'Junio C Hamano1-1/+1
2015-05-11Merge branch 'pt/credential-xdg'Junio C Hamano1-27/+63
2015-05-06credential-store.c: replace home_config_paths() with xdg_config_home()Paul Tan1-1/+1
2015-03-24git-credential-store: support XDG_CONFIG_HOMEPaul Tan1-4/+9
2015-03-24git-credential-store: support multiple credential filesPaul Tan1-25/+56
2015-01-14standardize usage info string formatAlex Henrie1-1/+1
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty1-0/+1
2013-04-28sparse: Fix mingw_main() argument number/type errorsRamsay Jones1-2/+2
2011-12-12credentials: add "store" helperJeff King1-0/+157