]> granicus.if.org Git - git/commit
Merge branch 'jk/upload-pack-hook'
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 20:38:11 +0000 (13:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 20:38:11 +0000 (13:38 -0700)
commit1e4bf907890e094f1c1c8c5086387e7d5fdb0655
tree50bf586083db40ec2dc4213110381f73e6d6c9dd
parent7a738b40f67fc44c2a2c1abcffe474241af3d30e
parent20b20a22f8f7c1420e259c97ef790cb93091f475
Merge branch 'jk/upload-pack-hook'

"upload-pack" allows a custom "git pack-objects" replacement when
responding to "fetch/clone" via the uploadpack.packObjectsHook.

* jk/upload-pack-hook:
  upload-pack: provide a hook for running pack-objects
  t1308: do not get fooled by symbolic links to the source tree
  config: add a notion of "scope"
  config: return configset value for current_config_ functions
  config: set up config_source for command-line config
  git_config_parse_parameter: refactor cleanup code
  git_config_with_options: drop "found" counting
Documentation/config.txt
cache.h
config.c
upload-pack.c