Merge branch 'jk/credentials' (early part) into next
commit7a6d658aa3c9016dd04ff3515cbf15edca6562a4
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Dec 2011 00:11:36 +0000 (12 16:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Dec 2011 00:11:36 +0000 (12 16:11 -0800)
treea53f95fa379acb2cd587dd5e1ab6cf521b9e2ae7
parent74ef5085448ea199590fb39002bbca8fb32ba539
parent861444f6d702b15713d0875ce9dc5aff64885fba
Merge branch 'jk/credentials' (early part) into next

* 'jk/credentials' (early part):
  t: add test harness for external credential helpers
  credentials: add "store" helper
  strbuf: add strbuf_add*_urlencode
  Makefile: unix sockets may not available on some platforms
  credentials: add "cache" helper
  docs: end-user documentation for the credential subsystem
  credential: make relevance of http path configurable
  credential: add credential.*.username
  credential: apply helper config
  http: use credential API to get passwords
  credential: add function for parsing url components
  introduce credentials API
  t5550: fix typo
  test-lib: add test_config_global variant

Conflicts:
strbuf.c
Documentation/config.txt
Makefile
git-compat-util.h
http.c
strbuf.c
strbuf.h