mirror of
https://github.com/git/git.git
synced 2024-11-01 06:47:52 +01:00
c7db2d1647
Using write_script will set our shebang line appropriately with $SHELL_PATH. The script that is there now is quite simple and likely to succeed even with a non-POSIX /bin/sh, but it does not hurt to be defensive. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
10 lines
339 B
Bash
10 lines
339 B
Bash
printf "Content-Type: text/%s\n" "html"
|
|
echo
|
|
printf "%s\n" "001e# service=git-upload-pack"
|
|
printf "%s" "0000"
|
|
printf "%s%c%s%s\n" \
|
|
"00a58681d9f286a48b08f37b3a095330da16689e3693 HEAD" \
|
|
0 \
|
|
" include-tag multi_ack_detailed multi_ack ofs-delta" \
|
|
" side-band side-band-64k thin-pack no-progress shallow no-done "
|
|
printf "%s" "0000"
|