Merge branch 'jk/common-main-2.8' into jk/common-main
commitde61cebde72a15b85b6e6a06ef4c3614b6afdac8
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 17:02:57 +0000 (6 10:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 17:02:57 +0000 (6 10:02 -0700)
tree7d0e816e7e7718a17c07b3b73b753710b879c7c5
parent05219a1276341e72d8082d76b7f5ed394b7437a4
parent08aade7080ef7955eb356c6590187be3b55dcbcd
Merge branch 'jk/common-main-2.8' into jk/common-main

* jk/common-main-2.8:
  mingw: declare main()'s argv as const
  common-main: call git_setup_gettext()
  common-main: call restore_sigpipe_to_default()
  common-main: call sanitize_stdfds()
  common-main: call git_extract_argv0_path()
  add an extra level of indirection to main()
41 files changed:
Makefile
credential-cache--daemon.c
fast-import.c
git-compat-util.h
http-backend.c
http-push.c
remote-curl.c
t/helper/test-chmtime.c
t/helper/test-config.c
t/helper/test-ctype.c
t/helper/test-date.c
t/helper/test-delta.c
t/helper/test-dump-cache-tree.c
t/helper/test-dump-split-index.c
t/helper/test-dump-untracked-cache.c
t/helper/test-fake-ssh.c
t/helper/test-genrandom.c
t/helper/test-hashmap.c
t/helper/test-index-version.c
t/helper/test-line-buffer.c
t/helper/test-match-trees.c
t/helper/test-mergesort.c
t/helper/test-mktemp.c
t/helper/test-parse-options.c
t/helper/test-path-utils.c
t/helper/test-prio-queue.c
t/helper/test-read-cache.c
t/helper/test-regex.c
t/helper/test-revision-walking.c
t/helper/test-run-command.c
t/helper/test-scrap-cache-tree.c
t/helper/test-sha1-array.c
t/helper/test-sha1.c
t/helper/test-sigchain.c
t/helper/test-string-list.c
t/helper/test-submodule-config.c
t/helper/test-subprocess.c
t/helper/test-svn-fe.c
t/helper/test-urlmatch-normalization.c
t/helper/test-wildmatch.c
upload-pack.c