summaryrefslogtreecommitdiffstats
path: root/credential-store.c
Commit message (Expand)AuthorAgeFilesLines
* path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy2017-04-141-1/+1
* add an extra level of indirection to main()Jeff King2016-07-011-1/+1
* strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
* credential-store: don't pass strerror to die_errno()SZEDER Gábor2015-12-161-2/+1
* Make error message after failing commit_lock_file() less confusingSZEDER Gábor2015-12-011-1/+2
* lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()Michael Haggerty2015-08-101-1/+1
* Merge branch 'pt/xdg-config-path'Junio C Hamano2015-05-111-1/+1
|\
| * credential-store.c: replace home_config_paths() with xdg_config_home()Paul Tan2015-05-061-1/+1
* | Merge branch 'pt/credential-xdg'Junio C Hamano2015-05-111-27/+63
|\|
| * git-credential-store: support XDG_CONFIG_HOMEPaul Tan2015-03-241-4/+9
| * git-credential-store: support multiple credential filesPaul Tan2015-03-241-25/+56
* | standardize usage info string formatAlex Henrie2015-01-141-1/+1
|/
* lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-011-0/+1
* sparse: Fix mingw_main() argument number/type errorsRamsay Jones2013-04-281-2/+2
* credentials: add "store" helperJeff King2011-12-121-0/+157