diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-07-16 11:25:47 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-16 11:25:47 -0700 |
commit | dcc1b3851779ba1e3f55c1116852d87999d2c936 (patch) | |
tree | 830c6d990a782ca462d3a09d86d763f0ea2c9ca1 /daemon.c | |
parent | b5f7b21e5983b1f3a86c1b37f9244eda97dfb65a (diff) | |
parent | 36857e0026f5a7855f941a955bf7014408a816dd (diff) | |
download | git-dcc1b3851779ba1e3f55c1116852d87999d2c936.tar.gz |
Merge branch 'cc/replace-edit'
Teach "git replace" an "--edit" mode.
* cc/replace-edit:
replace: use argv_array in export_object
avoid double close of descriptors handed to run_command
replace: replace spaces with tabs in indentation
Diffstat (limited to 'daemon.c')
-rw-r--r-- | daemon.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -778,7 +778,6 @@ static void handle(int incoming, struct sockaddr *addr, socklen_t addrlen) logerror("unable to fork"); else add_child(&cld, addr, addrlen); - close(incoming); } static void child_handler(int signo) |