Code

Merge branch 'sp/run-command'
authorJunio C Hamano <junkio@cox.net>
Mon, 19 Mar 2007 05:21:06 +0000 (22:21 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 19 Mar 2007 05:21:06 +0000 (22:21 -0700)
* sp/run-command:
  Use run_command within send-pack
  Use run_command within receive-pack to invoke index-pack
  Use run_command within merge-index
  Use run_command for proxy connections
  Use RUN_GIT_CMD to run push backends
  Correct new compiler warnings in builtin-revert
  Replace fork_with_pipe in bundle with run_command
  Teach run-command to redirect stdout to /dev/null
  Teach run-command about stdout redirection

1  2 
cache.h

diff --cc cache.h
Simple merge