Merge branch 'ks/config-file-stdin'
commit08f36302b5d04cf06a35acc91689b0278cbf6a73
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2014 21:24:40 +0000 (14 14:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2014 21:24:40 +0000 (14 14:24 -0700)
treed67f2fe4e3afff5baa4d9e955429f4b950fca008
parent7aab05d2b4114c932f433a8de20707b9c56f8cd3
parent3caec73b5568341c5d8f303692423a8e9fb0cb39
Merge branch 'ks/config-file-stdin'

"git config" learned to read from the standard input when "-" is
given as the value to its "--file" parameter (attempting an
operation to update the configuration in the standard input of
course is rejected).

* ks/config-file-stdin:
  config: teach "git config --file -" to read from the standard input
  config: change git_config_with_options() interface
  builtin/config.c: rename check_blob_write() -> check_write()
  config: disallow relative include paths from blobs
cache.h
config.c