Skip to content

Instantly share code, notes, and snippets.

@keybounce
Created October 28, 2017 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keybounce/bc46da3308aa6b52221cd0458eb74f26 to your computer and use it in GitHub Desktop.
Save keybounce/bc46da3308aa6b52221cd0458eb74f26 to your computer and use it in GitHub Desktop.
Git compilation from macports, good.
keybounceMBP:git michael$ sudo port -v install git
Warning: port definitions are more than two weeks old, consider updating them by running 'port selfupdate'.
---> Computing dependencies for git.
---> Fetching archive for git
---> git-2.14.1_1+credential_osxkeychain+doc+pcre+perl5_24.darwin_13.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified
---> Attempting to fetch git-2.14.1_1+credential_osxkeychain+doc+pcre+perl5_24.darwin_13.x86_64.tbz2 from https://packages.macports.org/git
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
---> Attempting to fetch git-2.14.1_1+credential_osxkeychain+doc+pcre+perl5_24.darwin_13.x86_64.tbz2 from http://sea.us.packages.macports.org/macports/packages/git
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
---> Attempting to fetch git-2.14.1_1+credential_osxkeychain+doc+pcre+perl5_24.darwin_13.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/git
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 320 100 320 0 0 393 0 --:--:-- --:--:-- --:--:-- 393
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
---> Fetching distfiles for git
---> Verifying checksums for git
---> Checksumming git-2.14.1.tar.xz
---> Checksumming git-manpages-2.14.1.tar.xz
---> Checksumming git-htmldocs-2.14.1.tar.xz
---> Extracting git
---> Extracting git-2.14.1.tar.xz
Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work" && /opt/local/bin/xz -dc '/opt/local/var/macports/distfiles/git/git-2.14.1.tar.xz' | /usr/bin/tar -xf -
---> Extracting git-manpages-2.14.1.tar.xz
Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work" && /opt/local/bin/xz -dc '/opt/local/var/macports/distfiles/git/git-manpages-2.14.1.tar.xz' | /usr/bin/tar -xf -
---> Applying patches to git
---> Applying patch-Makefile.diff
Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1" && /usr/bin/patch -p1 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/git/files/patch-Makefile.diff'
patching file Makefile
---> Applying git-subtree.1.diff
Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1" && /usr/bin/patch -p1 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/git/files/git-subtree.1.diff'
patching file contrib/subtree/git-subtree.1
---> Applying git-subtree.html.diff
Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1" && /usr/bin/patch -p1 < '/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/devel/git/files/git-subtree.html.diff'
patching file contrib/subtree/git-subtree.html
---> Configuring git
---> Building git
Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1" && /usr/bin/make -j8 -w all CFLAGS="-I. -Wall -O2 -I/opt/local/include -arch x86_64" LDFLAGS="-L/opt/local/lib -arch x86_64" CC=/usr/bin/clang prefix=/opt/local CURLDIR=/opt/local OPENSSLDIR=/opt/local ICONVDIR=/opt/local PERL_PATH="/opt/local/bin/perl5.24" PYTHON_PATH="/opt/local/bin/python2.7" NO_FINK=1 NO_DARWIN_PORTS=1 NO_R_TO_GCC_LINKER=1 V=1 LIBPCREDIR=/opt/local USE_LIBPCRE2=1
make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1'
GIT_VERSION = 2.14.1
make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1'
make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1'
* new build flags
* new link flags
* new prefix flags
/bin/sh ./generate-cmdlist.sh command-list.txt >common-cmds.h+ && mv common-cmds.h+ common-cmds.h
/usr/bin/clang -o hex.o -c -MF ./.depend/hex.o.d -MQ hex.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' hex.c
/usr/bin/clang -o ident.o -c -MF ./.depend/ident.o.d -MQ ident.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' ident.c
/usr/bin/clang -o kwset.o -c -MF ./.depend/kwset.o.d -MQ kwset.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' kwset.c
/usr/bin/clang -o levenshtein.o -c -MF ./.depend/levenshtein.o.d -MQ levenshtein.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' levenshtein.c
/usr/bin/clang -o line-log.o -c -MF ./.depend/line-log.o.d -MQ line-log.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' line-log.c
/usr/bin/clang -o line-range.o -c -MF ./.depend/line-range.o.d -MQ line-range.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' line-range.c
/usr/bin/clang -o list-objects.o -c -MF ./.depend/list-objects.o.d -MQ list-objects.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' list-objects.c
/usr/bin/clang -o ll-merge.o -c -MF ./.depend/ll-merge.o.d -MQ ll-merge.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' ll-merge.c
/usr/bin/clang -o lockfile.o -c -MF ./.depend/lockfile.o.d -MQ lockfile.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' lockfile.c
/usr/bin/clang -o log-tree.o -c -MF ./.depend/log-tree.o.d -MQ log-tree.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' log-tree.c
/usr/bin/clang -o mailinfo.o -c -MF ./.depend/mailinfo.o.d -MQ mailinfo.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' mailinfo.c
/usr/bin/clang -o mailmap.o -c -MF ./.depend/mailmap.o.d -MQ mailmap.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' mailmap.c
/usr/bin/clang -o match-trees.o -c -MF ./.depend/match-trees.o.d -MQ match-trees.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' match-trees.c
/usr/bin/clang -o merge.o -c -MF ./.depend/merge.o.d -MQ merge.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' merge.c
/usr/bin/clang -o merge-blobs.o -c -MF ./.depend/merge-blobs.o.d -MQ merge-blobs.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' merge-blobs.c
/usr/bin/clang -o merge-recursive.o -c -MF ./.depend/merge-recursive.o.d -MQ merge-recursive.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' merge-recursive.c
/usr/bin/clang -o mergesort.o -c -MF ./.depend/mergesort.o.d -MQ mergesort.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' mergesort.c
/usr/bin/clang -o mru.o -c -MF ./.depend/mru.o.d -MQ mru.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' mru.c
/usr/bin/clang -o name-hash.o -c -MF ./.depend/name-hash.o.d -MQ name-hash.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' name-hash.c
/usr/bin/clang -o notes.o -c -MF ./.depend/notes.o.d -MQ notes.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' notes.c
/usr/bin/clang -o notes-cache.o -c -MF ./.depend/notes-cache.o.d -MQ notes-cache.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' notes-cache.c
/usr/bin/clang -o notes-merge.o -c -MF ./.depend/notes-merge.o.d -MQ notes-merge.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' notes-merge.c
/usr/bin/clang -o notes-utils.o -c -MF ./.depend/notes-utils.o.d -MQ notes-utils.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' notes-utils.c
/usr/bin/clang -o object.o -c -MF ./.depend/object.o.d -MQ object.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' object.c
/usr/bin/clang -o oidset.o -c -MF ./.depend/oidset.o.d -MQ oidset.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' oidset.c
/usr/bin/clang -o pack-bitmap.o -c -MF ./.depend/pack-bitmap.o.d -MQ pack-bitmap.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' pack-bitmap.c
/usr/bin/clang -o pack-bitmap-write.o -c -MF ./.depend/pack-bitmap-write.o.d -MQ pack-bitmap-write.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' pack-bitmap-write.c
/usr/bin/clang -o pack-check.o -c -MF ./.depend/pack-check.o.d -MQ pack-check.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' pack-check.c
/usr/bin/clang -o pack-objects.o -c -MF ./.depend/pack-objects.o.d -MQ pack-objects.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' pack-objects.c
/usr/bin/clang -o pack-revindex.o -c -MF ./.depend/pack-revindex.o.d -MQ pack-revindex.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' pack-revindex.c
/usr/bin/clang -o pack-write.o -c -MF ./.depend/pack-write.o.d -MQ pack-write.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' pack-write.c
/usr/bin/clang -o pager.o -c -MF ./.depend/pager.o.d -MQ pager.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' pager.c
/usr/bin/clang -o parse-options.o -c -MF ./.depend/parse-options.o.d -MQ parse-options.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' parse-options.c
/usr/bin/clang -o parse-options-cb.o -c -MF ./.depend/parse-options-cb.o.d -MQ parse-options-cb.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' parse-options-cb.c
/usr/bin/clang -o patch-delta.o -c -MF ./.depend/patch-delta.o.d -MQ patch-delta.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' patch-delta.c
/usr/bin/clang -o patch-ids.o -c -MF ./.depend/patch-ids.o.d -MQ patch-ids.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' patch-ids.c
/usr/bin/clang -o path.o -c -MF ./.depend/path.o.d -MQ path.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' path.c
/usr/bin/clang -o pathspec.o -c -MF ./.depend/pathspec.o.d -MQ pathspec.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' pathspec.c
/usr/bin/clang -o pkt-line.o -c -MF ./.depend/pkt-line.o.d -MQ pkt-line.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' pkt-line.c
/usr/bin/clang -o preload-index.o -c -MF ./.depend/preload-index.o.d -MQ preload-index.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' preload-index.c
/usr/bin/clang -o pretty.o -c -MF ./.depend/pretty.o.d -MQ pretty.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' pretty.c
/usr/bin/clang -o prio-queue.o -c -MF ./.depend/prio-queue.o.d -MQ prio-queue.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' prio-queue.c
/usr/bin/clang -o progress.o -c -MF ./.depend/progress.o.d -MQ progress.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' progress.c
/usr/bin/clang -o prompt.o -c -MF ./.depend/prompt.o.d -MQ prompt.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' prompt.c
/usr/bin/clang -o quote.o -c -MF ./.depend/quote.o.d -MQ quote.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' quote.c
/usr/bin/clang -o reachable.o -c -MF ./.depend/reachable.o.d -MQ reachable.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' reachable.c
/usr/bin/clang -o read-cache.o -c -MF ./.depend/read-cache.o.d -MQ read-cache.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' read-cache.c
/usr/bin/clang -o reflog-walk.o -c -MF ./.depend/reflog-walk.o.d -MQ reflog-walk.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' reflog-walk.c
/usr/bin/clang -o refs.o -c -MF ./.depend/refs.o.d -MQ refs.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' refs.c
/usr/bin/clang -o refs/files-backend.o -c -MF refs/.depend/files-backend.o.d -MQ refs/files-backend.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' refs/files-backend.c
/usr/bin/clang -o refs/iterator.o -c -MF refs/.depend/iterator.o.d -MQ refs/iterator.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' refs/iterator.c
/usr/bin/clang -o refs/ref-cache.o -c -MF refs/.depend/ref-cache.o.d -MQ refs/ref-cache.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' refs/ref-cache.c
/usr/bin/clang -o ref-filter.o -c -MF ./.depend/ref-filter.o.d -MQ ref-filter.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' ref-filter.c
/usr/bin/clang -o remote.o -c -MF ./.depend/remote.o.d -MQ remote.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' remote.c
/usr/bin/clang -o replace_object.o -c -MF ./.depend/replace_object.o.d -MQ replace_object.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' replace_object.c
/usr/bin/clang -o repository.o -c -MF ./.depend/repository.o.d -MQ repository.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' repository.c
/usr/bin/clang -o rerere.o -c -MF ./.depend/rerere.o.d -MQ rerere.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' rerere.c
/usr/bin/clang -o resolve-undo.o -c -MF ./.depend/resolve-undo.o.d -MQ resolve-undo.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' resolve-undo.c
/usr/bin/clang -o revision.o -c -MF ./.depend/revision.o.d -MQ revision.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' revision.c
/usr/bin/clang -o run-command.o -c -MF ./.depend/run-command.o.d -MQ run-command.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' run-command.c
/usr/bin/clang -o send-pack.o -c -MF ./.depend/send-pack.o.d -MQ send-pack.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' send-pack.c
/usr/bin/clang -o sequencer.o -c -MF ./.depend/sequencer.o.d -MQ sequencer.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' sequencer.c
/usr/bin/clang -o server-info.o -c -MF ./.depend/server-info.o.d -MQ server-info.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' server-info.c
/usr/bin/clang -o setup.o -c -MF ./.depend/setup.o.d -MQ setup.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' setup.c
/usr/bin/clang -o sha1-array.o -c -MF ./.depend/sha1-array.o.d -MQ sha1-array.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' sha1-array.c
/usr/bin/clang -o sha1-lookup.o -c -MF ./.depend/sha1-lookup.o.d -MQ sha1-lookup.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' sha1-lookup.c
/usr/bin/clang -o sha1_file.o -c -MF ./.depend/sha1_file.o.d -MQ sha1_file.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' sha1_file.c
/usr/bin/clang -o sha1_name.o -c -MF ./.depend/sha1_name.o.d -MQ sha1_name.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' sha1_name.c
/usr/bin/clang -o shallow.o -c -MF ./.depend/shallow.o.d -MQ shallow.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' shallow.c
/usr/bin/clang -o sideband.o -c -MF ./.depend/sideband.o.d -MQ sideband.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' sideband.c
/usr/bin/clang -o sigchain.o -c -MF ./.depend/sigchain.o.d -MQ sigchain.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' sigchain.c
/usr/bin/clang -o split-index.o -c -MF ./.depend/split-index.o.d -MQ split-index.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' split-index.c
/usr/bin/clang -o strbuf.o -c -MF ./.depend/strbuf.o.d -MQ strbuf.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' strbuf.c
/usr/bin/clang -o streaming.o -c -MF ./.depend/streaming.o.d -MQ streaming.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' streaming.c
/usr/bin/clang -o string-list.o -c -MF ./.depend/string-list.o.d -MQ string-list.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' string-list.c
/usr/bin/clang -o submodule.o -c -MF ./.depend/submodule.o.d -MQ submodule.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' submodule.c
/usr/bin/clang -o submodule-config.o -c -MF ./.depend/submodule-config.o.d -MQ submodule-config.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' submodule-config.c
/usr/bin/clang -o sub-process.o -c -MF ./.depend/sub-process.o.d -MQ sub-process.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' sub-process.c
/usr/bin/clang -o symlinks.o -c -MF ./.depend/symlinks.o.d -MQ symlinks.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' symlinks.c
/usr/bin/clang -o tag.o -c -MF ./.depend/tag.o.d -MQ tag.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' tag.c
/usr/bin/clang -o tempfile.o -c -MF ./.depend/tempfile.o.d -MQ tempfile.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' tempfile.c
/usr/bin/clang -o tmp-objdir.o -c -MF ./.depend/tmp-objdir.o.d -MQ tmp-objdir.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' tmp-objdir.c
/usr/bin/clang -o trace.o -c -MF ./.depend/trace.o.d -MQ trace.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' trace.c
/usr/bin/clang -o trailer.o -c -MF ./.depend/trailer.o.d -MQ trailer.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' trailer.c
/usr/bin/clang -o transport.o -c -MF ./.depend/transport.o.d -MQ transport.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' transport.c
/usr/bin/clang -o transport-helper.o -c -MF ./.depend/transport-helper.o.d -MQ transport-helper.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' transport-helper.c
/usr/bin/clang -o tree-diff.o -c -MF ./.depend/tree-diff.o.d -MQ tree-diff.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' tree-diff.c
/usr/bin/clang -o tree.o -c -MF ./.depend/tree.o.d -MQ tree.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' tree.c
/usr/bin/clang -o tree-walk.o -c -MF ./.depend/tree-walk.o.d -MQ tree-walk.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' tree-walk.c
/usr/bin/clang -o unpack-trees.o -c -MF ./.depend/unpack-trees.o.d -MQ unpack-trees.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' unpack-trees.c
/usr/bin/clang -o url.o -c -MF ./.depend/url.o.d -MQ url.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' url.c
/usr/bin/clang -o urlmatch.o -c -MF ./.depend/urlmatch.o.d -MQ urlmatch.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' urlmatch.c
/usr/bin/clang -o usage.o -c -MF ./.depend/usage.o.d -MQ usage.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' usage.c
/usr/bin/clang -o userdiff.o -c -MF ./.depend/userdiff.o.d -MQ userdiff.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' userdiff.c
/usr/bin/clang -o utf8.o -c -MF ./.depend/utf8.o.d -MQ utf8.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' utf8.c
/usr/bin/clang -o varint.o -c -MF ./.depend/varint.o.d -MQ varint.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' varint.c
/usr/bin/clang -o versioncmp.o -c -MF ./.depend/versioncmp.o.d -MQ versioncmp.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' versioncmp.c
/usr/bin/clang -o walker.o -c -MF ./.depend/walker.o.d -MQ walker.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' walker.c
/usr/bin/clang -o wildmatch.o -c -MF ./.depend/wildmatch.o.d -MQ wildmatch.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' wildmatch.c
/usr/bin/clang -o worktree.o -c -MF ./.depend/worktree.o.d -MQ worktree.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' worktree.c
/usr/bin/clang -o wrapper.o -c -MF ./.depend/wrapper.o.d -MQ wrapper.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' wrapper.c
/usr/bin/clang -o write_or_die.o -c -MF ./.depend/write_or_die.o.d -MQ write_or_die.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' write_or_die.c
/usr/bin/clang -o ws.o -c -MF ./.depend/ws.o.d -MQ ws.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' ws.c
/usr/bin/clang -o wt-status.o -c -MF ./.depend/wt-status.o.d -MQ wt-status.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' wt-status.c
/usr/bin/clang -o xdiff-interface.o -c -MF ./.depend/xdiff-interface.o.d -MQ xdiff-interface.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' xdiff-interface.c
/usr/bin/clang -o zlib.o -c -MF ./.depend/zlib.o.d -MQ zlib.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' zlib.c
/usr/bin/clang -o unix-socket.o -c -MF ./.depend/unix-socket.o.d -MQ unix-socket.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' unix-socket.c
/usr/bin/clang -o block-sha1/sha1.o -c -MF block-sha1/.depend/sha1.o.d -MQ block-sha1/sha1.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' block-sha1/sha1.c
/usr/bin/clang -o compat/sha1-chunked.o -c -MF compat/.depend/sha1-chunked.o.d -MQ compat/sha1-chunked.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' compat/sha1-chunked.c
/usr/bin/clang -o thread-utils.o -c -MF ./.depend/thread-utils.o.d -MQ thread-utils.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' thread-utils.c
/usr/bin/clang -o compat/precompose_utf8.o -c -MF compat/.depend/precompose_utf8.o.d -MQ compat/precompose_utf8.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' compat/precompose_utf8.c
/usr/bin/clang -o compat/fopen.o -c -MF compat/.depend/fopen.o.d -MQ compat/fopen.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' compat/fopen.c
/usr/bin/clang -o compat/memmem.o -c -MF compat/.depend/memmem.o.d -MQ compat/memmem.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' compat/memmem.c
/usr/bin/clang -o compat/qsort_s.o -c -MF compat/.depend/qsort_s.o.d -MQ compat/qsort_s.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' compat/qsort_s.c
/usr/bin/clang -o compat/regex/regex.o -c -MF compat/regex/.depend/regex.o.d -MQ compat/regex/regex.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -DGAWK -DNO_MBSUPPORT compat/regex/regex.c
/usr/bin/clang -o xdiff/xdiffi.o -c -MF xdiff/.depend/xdiffi.o.d -MQ xdiff/xdiffi.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' xdiff/xdiffi.c
/usr/bin/clang -o xdiff/xprepare.o -c -MF xdiff/.depend/xprepare.o.d -MQ xdiff/xprepare.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' xdiff/xprepare.c
/usr/bin/clang -o xdiff/xutils.o -c -MF xdiff/.depend/xutils.o.d -MQ xdiff/xutils.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' xdiff/xutils.c
/usr/bin/clang -o xdiff/xemit.o -c -MF xdiff/.depend/xemit.o.d -MQ xdiff/xemit.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' xdiff/xemit.c
/usr/bin/clang -o xdiff/xmerge.o -c -MF xdiff/.depend/xmerge.o.d -MQ xdiff/xmerge.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' xdiff/xmerge.c
/usr/bin/clang -o xdiff/xpatience.o -c -MF xdiff/.depend/xpatience.o.d -MQ xdiff/xpatience.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' xdiff/xpatience.c
/usr/bin/clang -o xdiff/xhistogram.o -c -MF xdiff/.depend/xhistogram.o.d -MQ xdiff/xhistogram.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' xdiff/xhistogram.c
/usr/bin/clang -o daemon.o -c -MF ./.depend/daemon.o.d -MQ daemon.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' daemon.c
/usr/bin/clang -o fast-import.o -c -MF ./.depend/fast-import.o.d -MQ fast-import.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' fast-import.c
/usr/bin/clang -o http-backend.o -c -MF ./.depend/http-backend.o.d -MQ http-backend.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' http-backend.c
/usr/bin/clang -o imap-send.o -c -MF ./.depend/imap-send.o.d -MQ imap-send.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' imap-send.c
/usr/bin/clang -o http.o -c -MF ./.depend/http.o.d -MQ http.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' http.c
/usr/bin/clang -o sh-i18n--envsubst.o -c -MF ./.depend/sh-i18n--envsubst.o.d -MQ sh-i18n--envsubst.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' sh-i18n--envsubst.c
/usr/bin/clang -o shell.o -c -MF ./.depend/shell.o.d -MQ shell.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' shell.c
/usr/bin/clang -o show-index.o -c -MF ./.depend/show-index.o.d -MQ show-index.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' show-index.c
/usr/bin/clang -o upload-pack.o -c -MF ./.depend/upload-pack.o.d -MQ upload-pack.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' upload-pack.c
/usr/bin/clang -o remote-testsvn.o -c -MF ./.depend/remote-testsvn.o.d -MQ remote-testsvn.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' remote-testsvn.c
/usr/bin/clang -o vcs-svn/line_buffer.o -c -MF vcs-svn/.depend/line_buffer.o.d -MQ vcs-svn/line_buffer.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' vcs-svn/line_buffer.c
/usr/bin/clang -o vcs-svn/sliding_window.o -c -MF vcs-svn/.depend/sliding_window.o.d -MQ vcs-svn/sliding_window.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' vcs-svn/sliding_window.c
/usr/bin/clang -o vcs-svn/repo_tree.o -c -MF vcs-svn/.depend/repo_tree.o.d -MQ vcs-svn/repo_tree.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' vcs-svn/repo_tree.c
/usr/bin/clang -o vcs-svn/fast_export.o -c -MF vcs-svn/.depend/fast_export.o.d -MQ vcs-svn/fast_export.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' vcs-svn/fast_export.c
/usr/bin/clang -o vcs-svn/svndiff.o -c -MF vcs-svn/.depend/svndiff.o.d -MQ vcs-svn/svndiff.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' vcs-svn/svndiff.c
/usr/bin/clang -o vcs-svn/svndump.o -c -MF vcs-svn/.depend/svndump.o.d -MQ vcs-svn/svndump.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' vcs-svn/svndump.c
/usr/bin/clang -o http-walker.o -c -MF ./.depend/http-walker.o.d -MQ http-walker.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' http-walker.c
/usr/bin/clang -o http-fetch.o -c -MF ./.depend/http-fetch.o.d -MQ http-fetch.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' http-fetch.c
/usr/bin/clang -o http-push.o -c -MF ./.depend/http-push.o.d -MQ http-push.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' http-push.c
/usr/bin/clang -o credential-cache.o -c -MF ./.depend/credential-cache.o.d -MQ credential-cache.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' credential-cache.c
/usr/bin/clang -o credential-cache--daemon.o -c -MF ./.depend/credential-cache--daemon.o.d -MQ credential-cache--daemon.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' credential-cache--daemon.c
/usr/bin/clang -o remote-curl.o -c -MF ./.depend/remote-curl.o.d -MQ remote-curl.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' remote-curl.c
* new script parameters
* new perl-specific parameters
rm -f git-instaweb git-instaweb+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-instaweb.sh >git-instaweb+ && \
chmod +x git-instaweb+ && \
mv git-instaweb+ git-instaweb
* new Python interpreter location
rm -f git-mergetool--lib git-mergetool--lib+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-mergetool--lib.sh >git-mergetool--lib+ && \
mv git-mergetool--lib+ git-mergetool--lib
rm -f git-parse-remote git-parse-remote+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-parse-remote.sh >git-parse-remote+ && \
mv git-parse-remote+ git-parse-remote
rm -f git-rebase--am git-rebase--am+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-rebase--am.sh >git-rebase--am+ && \
mv git-rebase--am+ git-rebase--am
rm -f git-rebase--interactive git-rebase--interactive+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-rebase--interactive.sh >git-rebase--interactive+ && \
mv git-rebase--interactive+ git-rebase--interactive
rm -f git-rebase--merge git-rebase--merge+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-rebase--merge.sh >git-rebase--merge+ && \
mv git-rebase--merge+ git-rebase--merge
rm -f git-sh-setup git-sh-setup+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-sh-setup.sh >git-sh-setup+ && \
mv git-sh-setup+ git-sh-setup
rm -f git-sh-i18n git-sh-i18n+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-sh-i18n.sh >git-sh-i18n+ && \
mv git-sh-i18n+ git-sh-i18n
/usr/bin/clang -o git.o -c -MF ./.depend/git.o.d -MQ git.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' '-DGIT_HTML_PATH="share/doc/git-doc"' '-DGIT_MAN_PATH="share/man"' '-DGIT_INFO_PATH="share/info"' git.c
/usr/bin/clang -o builtin/add.o -c -MF builtin/.depend/add.o.d -MQ builtin/add.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/add.c
/usr/bin/clang -o builtin/am.o -c -MF builtin/.depend/am.o.d -MQ builtin/am.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/am.c
/usr/bin/clang -o builtin/annotate.o -c -MF builtin/.depend/annotate.o.d -MQ builtin/annotate.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/annotate.c
/usr/bin/clang -o builtin/apply.o -c -MF builtin/.depend/apply.o.d -MQ builtin/apply.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/apply.c
/usr/bin/clang -o builtin/archive.o -c -MF builtin/.depend/archive.o.d -MQ builtin/archive.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/archive.c
/usr/bin/clang -o builtin/bisect--helper.o -c -MF builtin/.depend/bisect--helper.o.d -MQ builtin/bisect--helper.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/bisect--helper.c
/usr/bin/clang -o builtin/blame.o -c -MF builtin/.depend/blame.o.d -MQ builtin/blame.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/blame.c
/usr/bin/clang -o builtin/branch.o -c -MF builtin/.depend/branch.o.d -MQ builtin/branch.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/branch.c
/usr/bin/clang -o builtin/bundle.o -c -MF builtin/.depend/bundle.o.d -MQ builtin/bundle.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/bundle.c
/usr/bin/clang -o builtin/cat-file.o -c -MF builtin/.depend/cat-file.o.d -MQ builtin/cat-file.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/cat-file.c
/usr/bin/clang -o builtin/check-attr.o -c -MF builtin/.depend/check-attr.o.d -MQ builtin/check-attr.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/check-attr.c
/usr/bin/clang -o builtin/check-ignore.o -c -MF builtin/.depend/check-ignore.o.d -MQ builtin/check-ignore.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/check-ignore.c
/usr/bin/clang -o builtin/check-mailmap.o -c -MF builtin/.depend/check-mailmap.o.d -MQ builtin/check-mailmap.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/check-mailmap.c
/usr/bin/clang -o builtin/check-ref-format.o -c -MF builtin/.depend/check-ref-format.o.d -MQ builtin/check-ref-format.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/check-ref-format.c
/usr/bin/clang -o builtin/checkout-index.o -c -MF builtin/.depend/checkout-index.o.d -MQ builtin/checkout-index.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/checkout-index.c
/usr/bin/clang -o builtin/checkout.o -c -MF builtin/.depend/checkout.o.d -MQ builtin/checkout.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/checkout.c
/usr/bin/clang -o builtin/clean.o -c -MF builtin/.depend/clean.o.d -MQ builtin/clean.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/clean.c
/usr/bin/clang -o builtin/clone.o -c -MF builtin/.depend/clone.o.d -MQ builtin/clone.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/clone.c
/usr/bin/clang -o builtin/column.o -c -MF builtin/.depend/column.o.d -MQ builtin/column.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/column.c
/usr/bin/clang -o builtin/commit-tree.o -c -MF builtin/.depend/commit-tree.o.d -MQ builtin/commit-tree.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/commit-tree.c
/usr/bin/clang -o builtin/commit.o -c -MF builtin/.depend/commit.o.d -MQ builtin/commit.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/commit.c
/usr/bin/clang -o builtin/config.o -c -MF builtin/.depend/config.o.d -MQ builtin/config.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/config.c
/usr/bin/clang -o builtin/count-objects.o -c -MF builtin/.depend/count-objects.o.d -MQ builtin/count-objects.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/count-objects.c
/usr/bin/clang -o builtin/credential.o -c -MF builtin/.depend/credential.o.d -MQ builtin/credential.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/credential.c
/usr/bin/clang -o builtin/describe.o -c -MF builtin/.depend/describe.o.d -MQ builtin/describe.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/describe.c
/usr/bin/clang -o builtin/diff-files.o -c -MF builtin/.depend/diff-files.o.d -MQ builtin/diff-files.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/diff-files.c
/usr/bin/clang -o builtin/diff-index.o -c -MF builtin/.depend/diff-index.o.d -MQ builtin/diff-index.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/diff-index.c
/usr/bin/clang -o builtin/diff-tree.o -c -MF builtin/.depend/diff-tree.o.d -MQ builtin/diff-tree.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/diff-tree.c
/usr/bin/clang -o builtin/diff.o -c -MF builtin/.depend/diff.o.d -MQ builtin/diff.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/diff.c
/usr/bin/clang -o builtin/difftool.o -c -MF builtin/.depend/difftool.o.d -MQ builtin/difftool.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/difftool.c
/usr/bin/clang -o builtin/fast-export.o -c -MF builtin/.depend/fast-export.o.d -MQ builtin/fast-export.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/fast-export.c
/usr/bin/clang -o builtin/fetch-pack.o -c -MF builtin/.depend/fetch-pack.o.d -MQ builtin/fetch-pack.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/fetch-pack.c
/usr/bin/clang -o builtin/fetch.o -c -MF builtin/.depend/fetch.o.d -MQ builtin/fetch.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/fetch.c
/usr/bin/clang -o builtin/fmt-merge-msg.o -c -MF builtin/.depend/fmt-merge-msg.o.d -MQ builtin/fmt-merge-msg.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/fmt-merge-msg.c
/usr/bin/clang -o builtin/for-each-ref.o -c -MF builtin/.depend/for-each-ref.o.d -MQ builtin/for-each-ref.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/for-each-ref.c
/usr/bin/clang -o builtin/fsck.o -c -MF builtin/.depend/fsck.o.d -MQ builtin/fsck.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/fsck.c
/usr/bin/clang -o builtin/gc.o -c -MF builtin/.depend/gc.o.d -MQ builtin/gc.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/gc.c
/usr/bin/clang -o builtin/get-tar-commit-id.o -c -MF builtin/.depend/get-tar-commit-id.o.d -MQ builtin/get-tar-commit-id.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/get-tar-commit-id.c
/usr/bin/clang -o builtin/grep.o -c -MF builtin/.depend/grep.o.d -MQ builtin/grep.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/grep.c
/usr/bin/clang -o builtin/hash-object.o -c -MF builtin/.depend/hash-object.o.d -MQ builtin/hash-object.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/hash-object.c
/usr/bin/clang -o builtin/help.o -c -MF builtin/.depend/help.o.d -MQ builtin/help.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' '-DGIT_HTML_PATH="share/doc/git-doc"' '-DGIT_MAN_PATH="share/man"' '-DGIT_INFO_PATH="share/info"' builtin/help.c
/usr/bin/clang -o builtin/index-pack.o -c -MF builtin/.depend/index-pack.o.d -MQ builtin/index-pack.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/index-pack.c
/usr/bin/clang -o builtin/init-db.o -c -MF builtin/.depend/init-db.o.d -MQ builtin/init-db.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -DDEFAULT_GIT_TEMPLATE_DIR='"share/git-core/templates"' builtin/init-db.c
/usr/bin/clang -o builtin/interpret-trailers.o -c -MF builtin/.depend/interpret-trailers.o.d -MQ builtin/interpret-trailers.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/interpret-trailers.c
/usr/bin/clang -o builtin/log.o -c -MF builtin/.depend/log.o.d -MQ builtin/log.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/log.c
/usr/bin/clang -o builtin/ls-files.o -c -MF builtin/.depend/ls-files.o.d -MQ builtin/ls-files.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/ls-files.c
/usr/bin/clang -o builtin/ls-remote.o -c -MF builtin/.depend/ls-remote.o.d -MQ builtin/ls-remote.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/ls-remote.c
/usr/bin/clang -o builtin/ls-tree.o -c -MF builtin/.depend/ls-tree.o.d -MQ builtin/ls-tree.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/ls-tree.c
/usr/bin/clang -o builtin/mailinfo.o -c -MF builtin/.depend/mailinfo.o.d -MQ builtin/mailinfo.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/mailinfo.c
/usr/bin/clang -o builtin/mailsplit.o -c -MF builtin/.depend/mailsplit.o.d -MQ builtin/mailsplit.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/mailsplit.c
/usr/bin/clang -o builtin/merge.o -c -MF builtin/.depend/merge.o.d -MQ builtin/merge.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/merge.c
/usr/bin/clang -o builtin/merge-base.o -c -MF builtin/.depend/merge-base.o.d -MQ builtin/merge-base.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/merge-base.c
/usr/bin/clang -o builtin/merge-file.o -c -MF builtin/.depend/merge-file.o.d -MQ builtin/merge-file.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/merge-file.c
/usr/bin/clang -o builtin/merge-index.o -c -MF builtin/.depend/merge-index.o.d -MQ builtin/merge-index.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/merge-index.c
/usr/bin/clang -o builtin/merge-ours.o -c -MF builtin/.depend/merge-ours.o.d -MQ builtin/merge-ours.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/merge-ours.c
/usr/bin/clang -o builtin/merge-recursive.o -c -MF builtin/.depend/merge-recursive.o.d -MQ builtin/merge-recursive.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/merge-recursive.c
/usr/bin/clang -o builtin/merge-tree.o -c -MF builtin/.depend/merge-tree.o.d -MQ builtin/merge-tree.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/merge-tree.c
/usr/bin/clang -o builtin/mktag.o -c -MF builtin/.depend/mktag.o.d -MQ builtin/mktag.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/mktag.c
/usr/bin/clang -o builtin/mktree.o -c -MF builtin/.depend/mktree.o.d -MQ builtin/mktree.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/mktree.c
/usr/bin/clang -o builtin/mv.o -c -MF builtin/.depend/mv.o.d -MQ builtin/mv.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/mv.c
/usr/bin/clang -o builtin/name-rev.o -c -MF builtin/.depend/name-rev.o.d -MQ builtin/name-rev.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/name-rev.c
/usr/bin/clang -o builtin/notes.o -c -MF builtin/.depend/notes.o.d -MQ builtin/notes.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/notes.c
/usr/bin/clang -o builtin/pack-objects.o -c -MF builtin/.depend/pack-objects.o.d -MQ builtin/pack-objects.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/pack-objects.c
/usr/bin/clang -o builtin/pack-redundant.o -c -MF builtin/.depend/pack-redundant.o.d -MQ builtin/pack-redundant.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/pack-redundant.c
/usr/bin/clang -o builtin/pack-refs.o -c -MF builtin/.depend/pack-refs.o.d -MQ builtin/pack-refs.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/pack-refs.c
/usr/bin/clang -o builtin/patch-id.o -c -MF builtin/.depend/patch-id.o.d -MQ builtin/patch-id.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/patch-id.c
/usr/bin/clang -o builtin/prune-packed.o -c -MF builtin/.depend/prune-packed.o.d -MQ builtin/prune-packed.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/prune-packed.c
/usr/bin/clang -o builtin/prune.o -c -MF builtin/.depend/prune.o.d -MQ builtin/prune.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/prune.c
/usr/bin/clang -o builtin/pull.o -c -MF builtin/.depend/pull.o.d -MQ builtin/pull.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/pull.c
/usr/bin/clang -o builtin/push.o -c -MF builtin/.depend/push.o.d -MQ builtin/push.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/push.c
/usr/bin/clang -o builtin/read-tree.o -c -MF builtin/.depend/read-tree.o.d -MQ builtin/read-tree.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/read-tree.c
/usr/bin/clang -o builtin/rebase--helper.o -c -MF builtin/.depend/rebase--helper.o.d -MQ builtin/rebase--helper.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/rebase--helper.c
/usr/bin/clang -o builtin/receive-pack.o -c -MF builtin/.depend/receive-pack.o.d -MQ builtin/receive-pack.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/receive-pack.c
/usr/bin/clang -o builtin/reflog.o -c -MF builtin/.depend/reflog.o.d -MQ builtin/reflog.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/reflog.c
/usr/bin/clang -o builtin/remote.o -c -MF builtin/.depend/remote.o.d -MQ builtin/remote.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/remote.c
/usr/bin/clang -o builtin/remote-ext.o -c -MF builtin/.depend/remote-ext.o.d -MQ builtin/remote-ext.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/remote-ext.c
/usr/bin/clang -o builtin/remote-fd.o -c -MF builtin/.depend/remote-fd.o.d -MQ builtin/remote-fd.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/remote-fd.c
/usr/bin/clang -o builtin/repack.o -c -MF builtin/.depend/repack.o.d -MQ builtin/repack.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/repack.c
/usr/bin/clang -o builtin/replace.o -c -MF builtin/.depend/replace.o.d -MQ builtin/replace.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/replace.c
/usr/bin/clang -o builtin/rerere.o -c -MF builtin/.depend/rerere.o.d -MQ builtin/rerere.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/rerere.c
/usr/bin/clang -o builtin/reset.o -c -MF builtin/.depend/reset.o.d -MQ builtin/reset.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/reset.c
/usr/bin/clang -o builtin/rev-list.o -c -MF builtin/.depend/rev-list.o.d -MQ builtin/rev-list.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/rev-list.c
/usr/bin/clang -o builtin/rev-parse.o -c -MF builtin/.depend/rev-parse.o.d -MQ builtin/rev-parse.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/rev-parse.c
/usr/bin/clang -o builtin/revert.o -c -MF builtin/.depend/revert.o.d -MQ builtin/revert.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/revert.c
/usr/bin/clang -o builtin/rm.o -c -MF builtin/.depend/rm.o.d -MQ builtin/rm.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/rm.c
/usr/bin/clang -o builtin/send-pack.o -c -MF builtin/.depend/send-pack.o.d -MQ builtin/send-pack.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/send-pack.c
/usr/bin/clang -o builtin/shortlog.o -c -MF builtin/.depend/shortlog.o.d -MQ builtin/shortlog.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/shortlog.c
/usr/bin/clang -o builtin/show-branch.o -c -MF builtin/.depend/show-branch.o.d -MQ builtin/show-branch.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/show-branch.c
/usr/bin/clang -o builtin/show-ref.o -c -MF builtin/.depend/show-ref.o.d -MQ builtin/show-ref.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/show-ref.c
/usr/bin/clang -o builtin/stripspace.o -c -MF builtin/.depend/stripspace.o.d -MQ builtin/stripspace.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/stripspace.c
/usr/bin/clang -o builtin/submodule--helper.o -c -MF builtin/.depend/submodule--helper.o.d -MQ builtin/submodule--helper.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/submodule--helper.c
/usr/bin/clang -o builtin/symbolic-ref.o -c -MF builtin/.depend/symbolic-ref.o.d -MQ builtin/symbolic-ref.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/symbolic-ref.c
/usr/bin/clang -o builtin/tag.o -c -MF builtin/.depend/tag.o.d -MQ builtin/tag.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/tag.c
/usr/bin/clang -o builtin/unpack-file.o -c -MF builtin/.depend/unpack-file.o.d -MQ builtin/unpack-file.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/unpack-file.c
/usr/bin/clang -o builtin/unpack-objects.o -c -MF builtin/.depend/unpack-objects.o.d -MQ builtin/unpack-objects.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/unpack-objects.c
/usr/bin/clang -o builtin/update-index.o -c -MF builtin/.depend/update-index.o.d -MQ builtin/update-index.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/update-index.c
/usr/bin/clang -o builtin/update-ref.o -c -MF builtin/.depend/update-ref.o.d -MQ builtin/update-ref.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/update-ref.c
/usr/bin/clang -o builtin/update-server-info.o -c -MF builtin/.depend/update-server-info.o.d -MQ builtin/update-server-info.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/update-server-info.c
/usr/bin/clang -o builtin/upload-archive.o -c -MF builtin/.depend/upload-archive.o.d -MQ builtin/upload-archive.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/upload-archive.c
/usr/bin/clang -o builtin/var.o -c -MF builtin/.depend/var.o.d -MQ builtin/var.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/var.c
/usr/bin/clang -o builtin/verify-commit.o -c -MF builtin/.depend/verify-commit.o.d -MQ builtin/verify-commit.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/verify-commit.c
/usr/bin/clang -o builtin/verify-pack.o -c -MF builtin/.depend/verify-pack.o.d -MQ builtin/verify-pack.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/verify-pack.c
/usr/bin/clang -o builtin/verify-tag.o -c -MF builtin/.depend/verify-tag.o.d -MQ builtin/verify-tag.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/verify-tag.c
/usr/bin/clang -o builtin/worktree.o -c -MF builtin/.depend/worktree.o.d -MQ builtin/worktree.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/worktree.c
/usr/bin/clang -o builtin/write-tree.o -c -MF builtin/.depend/write-tree.o.d -MQ builtin/write-tree.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' builtin/write-tree.c
mkdir -p po/build/locale/bg/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/bg/LC_MESSAGES/git.mo po/bg.po
mkdir -p po/build/locale/ca/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/ca/LC_MESSAGES/git.mo po/ca.po
mkdir -p po/build/locale/de/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/de/LC_MESSAGES/git.mo po/de.po
mkdir -p po/build/locale/fr/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/fr/LC_MESSAGES/git.mo po/fr.po
mkdir -p po/build/locale/is/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/is/LC_MESSAGES/git.mo po/is.po
3213 translated messages.
mkdir -p po/build/locale/it/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/it/LC_MESSAGES/git.mo po/it.po
14 translated messages.
mkdir -p po/build/locale/ko/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/ko/LC_MESSAGES/git.mo po/ko.po
716 translated messages, 350 untranslated messages.
mkdir -p po/build/locale/pt_PT/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/pt_PT/LC_MESSAGES/git.mo po/pt_PT.po
3161 translated messages, 20 fuzzy translations, 32 untranslated messages.
mkdir -p po/build/locale/ru/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/ru/LC_MESSAGES/git.mo po/ru.po
3213 translated messages.
mkdir -p po/build/locale/sv/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/sv/LC_MESSAGES/git.mo po/sv.po
3213 translated messages.
mkdir -p po/build/locale/vi/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/vi/LC_MESSAGES/git.mo po/vi.po
3213 translated messages.
mkdir -p po/build/locale/zh_CN/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/zh_CN/LC_MESSAGES/git.mo po/zh_CN.po
/usr/bin/clang -o t/helper/test-chmtime.o -c -MF t/helper/.depend/test-chmtime.o.d -MQ t/helper/test-chmtime.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-chmtime.c
3198 translated messages.
/usr/bin/clang -o t/helper/test-ctype.o -c -MF t/helper/.depend/test-ctype.o.d -MQ t/helper/test-ctype.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-ctype.c
3213 translated messages.
/usr/bin/clang -o t/helper/test-config.o -c -MF t/helper/.depend/test-config.o.d -MQ t/helper/test-config.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-config.c
3206 translated messages.
/usr/bin/clang -o t/helper/test-date.o -c -MF t/helper/.depend/test-date.o.d -MQ t/helper/test-date.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-date.c
3213 translated messages.
/usr/bin/clang -o t/helper/test-delta.o -c -MF t/helper/.depend/test-delta.o.d -MQ t/helper/test-delta.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-delta.c
3213 translated messages.
/usr/bin/clang -o t/helper/test-dump-cache-tree.o -c -MF t/helper/.depend/test-dump-cache-tree.o.d -MQ t/helper/test-dump-cache-tree.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-dump-cache-tree.c
/usr/bin/clang -o t/helper/test-dump-split-index.o -c -MF t/helper/.depend/test-dump-split-index.o.d -MQ t/helper/test-dump-split-index.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-dump-split-index.c
/usr/bin/clang -o t/helper/test-dump-untracked-cache.o -c -MF t/helper/.depend/test-dump-untracked-cache.o.d -MQ t/helper/test-dump-untracked-cache.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-dump-untracked-cache.c
/usr/bin/clang -o t/helper/test-fake-ssh.o -c -MF t/helper/.depend/test-fake-ssh.o.d -MQ t/helper/test-fake-ssh.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-fake-ssh.c
/usr/bin/clang -o t/helper/test-genrandom.o -c -MF t/helper/.depend/test-genrandom.o.d -MQ t/helper/test-genrandom.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-genrandom.c
/usr/bin/clang -o t/helper/test-hashmap.o -c -MF t/helper/.depend/test-hashmap.o.d -MQ t/helper/test-hashmap.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-hashmap.c
/usr/bin/clang -o t/helper/test-index-version.o -c -MF t/helper/.depend/test-index-version.o.d -MQ t/helper/test-index-version.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-index-version.c
/usr/bin/clang -o t/helper/test-lazy-init-name-hash.o -c -MF t/helper/.depend/test-lazy-init-name-hash.o.d -MQ t/helper/test-lazy-init-name-hash.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-lazy-init-name-hash.c
/usr/bin/clang -o t/helper/test-line-buffer.o -c -MF t/helper/.depend/test-line-buffer.o.d -MQ t/helper/test-line-buffer.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-line-buffer.c
/usr/bin/clang -o t/helper/test-match-trees.o -c -MF t/helper/.depend/test-match-trees.o.d -MQ t/helper/test-match-trees.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-match-trees.c
/usr/bin/clang -o t/helper/test-mergesort.o -c -MF t/helper/.depend/test-mergesort.o.d -MQ t/helper/test-mergesort.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-mergesort.c
/usr/bin/clang -o t/helper/test-mktemp.o -c -MF t/helper/.depend/test-mktemp.o.d -MQ t/helper/test-mktemp.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-mktemp.c
/usr/bin/clang -o t/helper/test-online-cpus.o -c -MF t/helper/.depend/test-online-cpus.o.d -MQ t/helper/test-online-cpus.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-online-cpus.c
/usr/bin/clang -o t/helper/test-parse-options.o -c -MF t/helper/.depend/test-parse-options.o.d -MQ t/helper/test-parse-options.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-parse-options.c
/usr/bin/clang -o t/helper/test-path-utils.o -c -MF t/helper/.depend/test-path-utils.o.d -MQ t/helper/test-path-utils.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-path-utils.c
/usr/bin/clang -o t/helper/test-prio-queue.o -c -MF t/helper/.depend/test-prio-queue.o.d -MQ t/helper/test-prio-queue.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-prio-queue.c
/usr/bin/clang -o t/helper/test-read-cache.o -c -MF t/helper/.depend/test-read-cache.o.d -MQ t/helper/test-read-cache.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-read-cache.c
/usr/bin/clang -o t/helper/test-ref-store.o -c -MF t/helper/.depend/test-ref-store.o.d -MQ t/helper/test-ref-store.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-ref-store.c
/usr/bin/clang -o t/helper/test-regex.o -c -MF t/helper/.depend/test-regex.o.d -MQ t/helper/test-regex.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-regex.c
/usr/bin/clang -o t/helper/test-revision-walking.o -c -MF t/helper/.depend/test-revision-walking.o.d -MQ t/helper/test-revision-walking.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-revision-walking.c
/usr/bin/clang -o t/helper/test-run-command.o -c -MF t/helper/.depend/test-run-command.o.d -MQ t/helper/test-run-command.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-run-command.c
/usr/bin/clang -o t/helper/test-scrap-cache-tree.o -c -MF t/helper/.depend/test-scrap-cache-tree.o.d -MQ t/helper/test-scrap-cache-tree.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-scrap-cache-tree.c
/usr/bin/clang -o t/helper/test-sha1.o -c -MF t/helper/.depend/test-sha1.o.d -MQ t/helper/test-sha1.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-sha1.c
/usr/bin/clang -o t/helper/test-sha1-array.o -c -MF t/helper/.depend/test-sha1-array.o.d -MQ t/helper/test-sha1-array.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-sha1-array.c
/usr/bin/clang -o t/helper/test-sigchain.o -c -MF t/helper/.depend/test-sigchain.o.d -MQ t/helper/test-sigchain.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-sigchain.c
/usr/bin/clang -o t/helper/test-strcmp-offset.o -c -MF t/helper/.depend/test-strcmp-offset.o.d -MQ t/helper/test-strcmp-offset.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-strcmp-offset.c
/usr/bin/clang -o t/helper/test-string-list.o -c -MF t/helper/.depend/test-string-list.o.d -MQ t/helper/test-string-list.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-string-list.c
/usr/bin/clang -o t/helper/test-submodule-config.o -c -MF t/helper/.depend/test-submodule-config.o.d -MQ t/helper/test-submodule-config.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-submodule-config.c
/usr/bin/clang -o t/helper/test-subprocess.o -c -MF t/helper/.depend/test-subprocess.o.d -MQ t/helper/test-subprocess.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-subprocess.c
/usr/bin/clang -o t/helper/test-svn-fe.o -c -MF t/helper/.depend/test-svn-fe.o.d -MQ t/helper/test-svn-fe.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-svn-fe.c
/usr/bin/clang -o t/helper/test-urlmatch-normalization.o -c -MF t/helper/.depend/test-urlmatch-normalization.o.d -MQ t/helper/test-urlmatch-normalization.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-urlmatch-normalization.c
/usr/bin/clang -o t/helper/test-wildmatch.o -c -MF t/helper/.depend/test-wildmatch.o.d -MQ t/helper/test-wildmatch.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' t/helper/test-wildmatch.c
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|git|' < wrap-for-bin.sh > bin-wrappers/git && \
chmod +x bin-wrappers/git
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|git-upload-pack|' < wrap-for-bin.sh > bin-wrappers/git-upload-pack && \
chmod +x bin-wrappers/git-upload-pack
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|git-receive-pack|' < wrap-for-bin.sh > bin-wrappers/git-receive-pack && \
chmod +x bin-wrappers/git-receive-pack
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|git-upload-archive|' < wrap-for-bin.sh > bin-wrappers/git-upload-archive && \
chmod +x bin-wrappers/git-upload-archive
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|git-shell|' < wrap-for-bin.sh > bin-wrappers/git-shell && \
chmod +x bin-wrappers/git-shell
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|git-cvsserver|' < wrap-for-bin.sh > bin-wrappers/git-cvsserver && \
chmod +x bin-wrappers/git-cvsserver
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-chmtime|' < wrap-for-bin.sh > bin-wrappers/test-chmtime && \
chmod +x bin-wrappers/test-chmtime
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-ctype|' < wrap-for-bin.sh > bin-wrappers/test-ctype && \
chmod +x bin-wrappers/test-ctype
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-config|' < wrap-for-bin.sh > bin-wrappers/test-config && \
chmod +x bin-wrappers/test-config
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-date|' < wrap-for-bin.sh > bin-wrappers/test-date && \
chmod +x bin-wrappers/test-date
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-delta|' < wrap-for-bin.sh > bin-wrappers/test-delta && \
chmod +x bin-wrappers/test-delta
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-dump-cache-tree|' < wrap-for-bin.sh > bin-wrappers/test-dump-cache-tree && \
chmod +x bin-wrappers/test-dump-cache-tree
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-dump-split-index|' < wrap-for-bin.sh > bin-wrappers/test-dump-split-index && \
chmod +x bin-wrappers/test-dump-split-index
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-dump-untracked-cache|' < wrap-for-bin.sh > bin-wrappers/test-dump-untracked-cache && \
chmod +x bin-wrappers/test-dump-untracked-cache
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-fake-ssh|' < wrap-for-bin.sh > bin-wrappers/test-fake-ssh && \
chmod +x bin-wrappers/test-fake-ssh
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-genrandom|' < wrap-for-bin.sh > bin-wrappers/test-genrandom && \
chmod +x bin-wrappers/test-genrandom
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-hashmap|' < wrap-for-bin.sh > bin-wrappers/test-hashmap && \
chmod +x bin-wrappers/test-hashmap
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-index-version|' < wrap-for-bin.sh > bin-wrappers/test-index-version && \
chmod +x bin-wrappers/test-index-version
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-lazy-init-name-hash|' < wrap-for-bin.sh > bin-wrappers/test-lazy-init-name-hash && \
chmod +x bin-wrappers/test-lazy-init-name-hash
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-line-buffer|' < wrap-for-bin.sh > bin-wrappers/test-line-buffer && \
chmod +x bin-wrappers/test-line-buffer
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-match-trees|' < wrap-for-bin.sh > bin-wrappers/test-match-trees && \
chmod +x bin-wrappers/test-match-trees
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-mergesort|' < wrap-for-bin.sh > bin-wrappers/test-mergesort && \
chmod +x bin-wrappers/test-mergesort
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-mktemp|' < wrap-for-bin.sh > bin-wrappers/test-mktemp && \
chmod +x bin-wrappers/test-mktemp
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-online-cpus|' < wrap-for-bin.sh > bin-wrappers/test-online-cpus && \
chmod +x bin-wrappers/test-online-cpus
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-parse-options|' < wrap-for-bin.sh > bin-wrappers/test-parse-options && \
chmod +x bin-wrappers/test-parse-options
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-path-utils|' < wrap-for-bin.sh > bin-wrappers/test-path-utils && \
chmod +x bin-wrappers/test-path-utils
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-prio-queue|' < wrap-for-bin.sh > bin-wrappers/test-prio-queue && \
chmod +x bin-wrappers/test-prio-queue
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-read-cache|' < wrap-for-bin.sh > bin-wrappers/test-read-cache && \
chmod +x bin-wrappers/test-read-cache
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-ref-store|' < wrap-for-bin.sh > bin-wrappers/test-ref-store && \
chmod +x bin-wrappers/test-ref-store
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-regex|' < wrap-for-bin.sh > bin-wrappers/test-regex && \
chmod +x bin-wrappers/test-regex
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-revision-walking|' < wrap-for-bin.sh > bin-wrappers/test-revision-walking && \
chmod +x bin-wrappers/test-revision-walking
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-run-command|' < wrap-for-bin.sh > bin-wrappers/test-run-command && \
chmod +x bin-wrappers/test-run-command
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-scrap-cache-tree|' < wrap-for-bin.sh > bin-wrappers/test-scrap-cache-tree && \
chmod +x bin-wrappers/test-scrap-cache-tree
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-sha1|' < wrap-for-bin.sh > bin-wrappers/test-sha1 && \
chmod +x bin-wrappers/test-sha1
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-sha1-array|' < wrap-for-bin.sh > bin-wrappers/test-sha1-array && \
chmod +x bin-wrappers/test-sha1-array
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-sigchain|' < wrap-for-bin.sh > bin-wrappers/test-sigchain && \
chmod +x bin-wrappers/test-sigchain
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-strcmp-offset|' < wrap-for-bin.sh > bin-wrappers/test-strcmp-offset && \
chmod +x bin-wrappers/test-strcmp-offset
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-string-list|' < wrap-for-bin.sh > bin-wrappers/test-string-list && \
chmod +x bin-wrappers/test-string-list
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-submodule-config|' < wrap-for-bin.sh > bin-wrappers/test-submodule-config && \
chmod +x bin-wrappers/test-submodule-config
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-subprocess|' < wrap-for-bin.sh > bin-wrappers/test-subprocess && \
chmod +x bin-wrappers/test-subprocess
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-svn-fe|' < wrap-for-bin.sh > bin-wrappers/test-svn-fe && \
chmod +x bin-wrappers/test-svn-fe
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-urlmatch-normalization|' < wrap-for-bin.sh > bin-wrappers/test-urlmatch-normalization && \
chmod +x bin-wrappers/test-urlmatch-normalization
rm -f git-remote-testgit git-remote-testgit+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-remote-testgit.sh >git-remote-testgit+ && \
chmod +x git-remote-testgit+ && \
mv git-remote-testgit+ git-remote-testgit
/usr/bin/clang -o credential-store.o -c -MF ./.depend/credential-store.o.d -MQ credential-store.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' credential-store.c
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@BUILD_DIR@@|/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1|' \
-e 's|@@PROG@@|t/helper/test-wildmatch|' < wrap-for-bin.sh > bin-wrappers/test-wildmatch && \
chmod +x bin-wrappers/test-wildmatch
/usr/bin/clang -o common-main.o -c -MF ./.depend/common-main.o.d -MQ common-main.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' common-main.c
/usr/bin/clang -o abspath.o -c -MF ./.depend/abspath.o.d -MQ abspath.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' abspath.c
/usr/bin/clang -o advice.o -c -MF ./.depend/advice.o.d -MQ advice.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' advice.c
/usr/bin/clang -o alias.o -c -MF ./.depend/alias.o.d -MQ alias.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' alias.c
/usr/bin/clang -o alloc.o -c -MF ./.depend/alloc.o.d -MQ alloc.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' alloc.c
/usr/bin/clang -o apply.o -c -MF ./.depend/apply.o.d -MQ apply.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' apply.c
/usr/bin/clang -o archive.o -c -MF ./.depend/archive.o.d -MQ archive.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' archive.c
/usr/bin/clang -o archive-tar.o -c -MF ./.depend/archive-tar.o.d -MQ archive-tar.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' archive-tar.c
/usr/bin/clang -o archive-zip.o -c -MF ./.depend/archive-zip.o.d -MQ archive-zip.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' archive-zip.c
/usr/bin/clang -o argv-array.o -c -MF ./.depend/argv-array.o.d -MQ argv-array.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' argv-array.c
/usr/bin/clang -o attr.o -c -MF ./.depend/attr.o.d -MQ attr.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -DETC_GITATTRIBUTES='"etc/gitattributes"' attr.c
/usr/bin/clang -o base85.o -c -MF ./.depend/base85.o.d -MQ base85.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' base85.c
/usr/bin/clang -o bisect.o -c -MF ./.depend/bisect.o.d -MQ bisect.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' bisect.c
/usr/bin/clang -o blame.o -c -MF ./.depend/blame.o.d -MQ blame.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' blame.c
/usr/bin/clang -o blob.o -c -MF ./.depend/blob.o.d -MQ blob.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' blob.c
/usr/bin/clang -o branch.o -c -MF ./.depend/branch.o.d -MQ branch.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' branch.c
/usr/bin/clang -o bulk-checkin.o -c -MF ./.depend/bulk-checkin.o.d -MQ bulk-checkin.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' bulk-checkin.c
/usr/bin/clang -o bundle.o -c -MF ./.depend/bundle.o.d -MQ bundle.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' bundle.c
/usr/bin/clang -o cache-tree.o -c -MF ./.depend/cache-tree.o.d -MQ cache-tree.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' cache-tree.c
/usr/bin/clang -o color.o -c -MF ./.depend/color.o.d -MQ color.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' color.c
/usr/bin/clang -o column.o -c -MF ./.depend/column.o.d -MQ column.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' column.c
/usr/bin/clang -o combine-diff.o -c -MF ./.depend/combine-diff.o.d -MQ combine-diff.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' combine-diff.c
/usr/bin/clang -o commit.o -c -MF ./.depend/commit.o.d -MQ commit.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' commit.c
/usr/bin/clang -o compat/obstack.o -c -MF compat/.depend/obstack.o.d -MQ compat/obstack.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' compat/obstack.c
/usr/bin/clang -o compat/terminal.o -c -MF compat/.depend/terminal.o.d -MQ compat/terminal.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' compat/terminal.c
/usr/bin/clang -o config.o -c -MF ./.depend/config.o.d -MQ config.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -DETC_GITCONFIG='"etc/gitconfig"' config.c
/usr/bin/clang -o connect.o -c -MF ./.depend/connect.o.d -MQ connect.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' connect.c
/usr/bin/clang -o connected.o -c -MF ./.depend/connected.o.d -MQ connected.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' connected.c
/usr/bin/clang -o convert.o -c -MF ./.depend/convert.o.d -MQ convert.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' convert.c
/usr/bin/clang -o copy.o -c -MF ./.depend/copy.o.d -MQ copy.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' copy.c
/usr/bin/clang -o credential.o -c -MF ./.depend/credential.o.d -MQ credential.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' credential.c
/usr/bin/clang -o csum-file.o -c -MF ./.depend/csum-file.o.d -MQ csum-file.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' csum-file.c
/usr/bin/clang -o ctype.o -c -MF ./.depend/ctype.o.d -MQ ctype.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' ctype.c
/usr/bin/clang -o date.o -c -MF ./.depend/date.o.d -MQ date.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' date.c
/usr/bin/clang -o decorate.o -c -MF ./.depend/decorate.o.d -MQ decorate.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' decorate.c
/usr/bin/clang -o diffcore-break.o -c -MF ./.depend/diffcore-break.o.d -MQ diffcore-break.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' diffcore-break.c
/usr/bin/clang -o diffcore-delta.o -c -MF ./.depend/diffcore-delta.o.d -MQ diffcore-delta.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' diffcore-delta.c
/usr/bin/clang -o diffcore-order.o -c -MF ./.depend/diffcore-order.o.d -MQ diffcore-order.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' diffcore-order.c
/usr/bin/clang -o diffcore-pickaxe.o -c -MF ./.depend/diffcore-pickaxe.o.d -MQ diffcore-pickaxe.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' diffcore-pickaxe.c
/usr/bin/clang -o diffcore-rename.o -c -MF ./.depend/diffcore-rename.o.d -MQ diffcore-rename.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' diffcore-rename.c
/usr/bin/clang -o diff-delta.o -c -MF ./.depend/diff-delta.o.d -MQ diff-delta.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' diff-delta.c
/usr/bin/clang -o diff-lib.o -c -MF ./.depend/diff-lib.o.d -MQ diff-lib.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' diff-lib.c
/usr/bin/clang -o diff-no-index.o -c -MF ./.depend/diff-no-index.o.d -MQ diff-no-index.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' diff-no-index.c
/usr/bin/clang -o diff.o -c -MF ./.depend/diff.o.d -MQ diff.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' diff.c
/usr/bin/clang -o dir.o -c -MF ./.depend/dir.o.d -MQ dir.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' dir.c
/usr/bin/clang -o dir-iterator.o -c -MF ./.depend/dir-iterator.o.d -MQ dir-iterator.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' dir-iterator.c
/usr/bin/clang -o editor.o -c -MF ./.depend/editor.o.d -MQ editor.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' editor.c
/usr/bin/clang -o entry.o -c -MF ./.depend/entry.o.d -MQ entry.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' entry.c
/usr/bin/clang -o environment.o -c -MF ./.depend/environment.o.d -MQ environment.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' environment.c
/usr/bin/clang -o ewah/bitmap.o -c -MF ewah/.depend/bitmap.o.d -MQ ewah/bitmap.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' ewah/bitmap.c
/usr/bin/clang -o ewah/ewah_bitmap.o -c -MF ewah/.depend/ewah_bitmap.o.d -MQ ewah/ewah_bitmap.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' ewah/ewah_bitmap.c
/usr/bin/clang -o ewah/ewah_io.o -c -MF ewah/.depend/ewah_io.o.d -MQ ewah/ewah_io.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' ewah/ewah_io.c
/usr/bin/clang -o ewah/ewah_rlw.o -c -MF ewah/.depend/ewah_rlw.o.d -MQ ewah/ewah_rlw.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' ewah/ewah_rlw.c
/usr/bin/clang -o exec_cmd.o -c -MF ./.depend/exec_cmd.o.d -MQ exec_cmd.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' '-DGIT_EXEC_PATH="libexec/git-core"' '-DBINDIR="bin"' '-DPREFIX="/opt/local"' exec_cmd.c
/usr/bin/clang -o fetch-pack.o -c -MF ./.depend/fetch-pack.o.d -MQ fetch-pack.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' fetch-pack.c
/usr/bin/clang -o fsck.o -c -MF ./.depend/fsck.o.d -MQ fsck.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' fsck.c
/usr/bin/clang -o gettext.o -c -MF ./.depend/gettext.o.d -MQ gettext.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -DGIT_LOCALE_PATH='"/opt/local/share/locale"' gettext.c
/usr/bin/clang -o gpg-interface.o -c -MF ./.depend/gpg-interface.o.d -MQ gpg-interface.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' gpg-interface.c
/usr/bin/clang -o graph.o -c -MF ./.depend/graph.o.d -MQ graph.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' graph.c
/usr/bin/clang -o grep.o -c -MF ./.depend/grep.o.d -MQ grep.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' grep.c
/usr/bin/clang -o hashmap.o -c -MF ./.depend/hashmap.o.d -MQ hashmap.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' hashmap.c
/usr/bin/clang -o help.o -c -MF ./.depend/help.o.d -MQ help.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' help.c
/usr/bin/clang -o version.o -c -MF ./.depend/version.o.d -MQ version.o -MMD -MP -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' '-DGIT_VERSION="2.14.1"' '-DGIT_USER_AGENT="git/2.14.1"' version.c
rm -f xdiff/lib.a && ar rcs xdiff/lib.a xdiff/xdiffi.o xdiff/xprepare.o xdiff/xutils.o xdiff/xemit.o xdiff/xmerge.o xdiff/xpatience.o xdiff/xhistogram.o
rm -f vcs-svn/lib.a && ar rcs vcs-svn/lib.a vcs-svn/line_buffer.o vcs-svn/sliding_window.o vcs-svn/repo_tree.o vcs-svn/fast_export.o vcs-svn/svndiff.o vcs-svn/svndump.o
rm -f git-bisect git-bisect+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-bisect.sh >git-bisect+ && \
chmod +x git-bisect+ && \
mv git-bisect+ git-bisect
rm -f git-difftool--helper git-difftool--helper+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-difftool--helper.sh >git-difftool--helper+ && \
chmod +x git-difftool--helper+ && \
mv git-difftool--helper+ git-difftool--helper
rm -f git-filter-branch git-filter-branch+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-filter-branch.sh >git-filter-branch+ && \
chmod +x git-filter-branch+ && \
mv git-filter-branch+ git-filter-branch
rm -f git-merge-octopus git-merge-octopus+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-merge-octopus.sh >git-merge-octopus+ && \
chmod +x git-merge-octopus+ && \
mv git-merge-octopus+ git-merge-octopus
rm -f git-merge-one-file git-merge-one-file+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-merge-one-file.sh >git-merge-one-file+ && \
chmod +x git-merge-one-file+ && \
mv git-merge-one-file+ git-merge-one-file
rm -f git-merge-resolve git-merge-resolve+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-merge-resolve.sh >git-merge-resolve+ && \
chmod +x git-merge-resolve+ && \
mv git-merge-resolve+ git-merge-resolve
rm -f git-mergetool git-mergetool+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-mergetool.sh >git-mergetool+ && \
chmod +x git-mergetool+ && \
mv git-mergetool+ git-mergetool
rm -f git-quiltimport git-quiltimport+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-quiltimport.sh >git-quiltimport+ && \
chmod +x git-quiltimport+ && \
mv git-quiltimport+ git-quiltimport
rm -f git-rebase git-rebase+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-rebase.sh >git-rebase+ && \
chmod +x git-rebase+ && \
mv git-rebase+ git-rebase
rm -f git-request-pull git-request-pull+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-request-pull.sh >git-request-pull+ && \
chmod +x git-request-pull+ && \
mv git-request-pull+ git-request-pull
rm -f git-stash git-stash+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-stash.sh >git-stash+ && \
chmod +x git-stash+ && \
mv git-stash+ git-stash
rm -f git-submodule git-submodule+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-submodule.sh >git-submodule+ && \
chmod +x git-submodule+ && \
mv git-submodule+ git-submodule
rm -f git-web--browse git-web--browse+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/opt/local/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/opt/local/share/gitweb|g' -e 's|@@PERL@@|/opt/local/bin/perl5.24|g' -e 's|@@SANE_TEXT_GREP@@||g' -e 's|@@PAGER_ENV@@|LESS=FRX LV=-c|g' git-web--browse.sh >git-web--browse+ && \
chmod +x git-web--browse+ && \
mv git-web--browse+ git-web--browse
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl PERL_PATH='/opt/local/bin/perl5.24' prefix='/opt/local' perl.mak
make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/perl'
/opt/local/bin/perl5.24 Makefile.PL PREFIX='/opt/local' INSTALL_BASE='' --localedir='/opt/local/share/locale'
rm -f git-p4 git-p4+ && \
sed -e '1s|#!.*python|#!/opt/local/bin/python2.7|' \
git-p4.py >git-p4+ && \
chmod +x git-p4+ && \
mv git-p4+ git-p4
Generating a Unix-style perl.mak
Writing perl.mak for Git
Writing MYMETA.yml and MYMETA.json
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/perl'
rm -f git-add--interactive git-add--interactive+ && \
INSTLIBDIR=`MAKEFLAGS= /Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl -s --no-print-directory instlibdir` && \
INSTLIBDIR_EXTRA='' && \
INSTLIBDIR="$INSTLIBDIR${INSTLIBDIR_EXTRA:+:$INSTLIBDIR_EXTRA}" && \
sed -e '1{' \
-e ' s|#!.*perl|#!/opt/local/bin/perl5.24|' \
-e ' h' \
-e ' s=.*=use lib (split(/:/, $ENV{GITPERLLIB} || "'"$INSTLIBDIR"'"));=' \
-e ' H' \
-e ' x' \
-e '}' \
-e 's/@@GIT_VERSION@@/2.14.1/g' \
git-add--interactive.perl >git-add--interactive+ && \
chmod +x git-add--interactive+ && \
mv git-add--interactive+ git-add--interactive
rm -f git-archimport git-archimport+ && \
INSTLIBDIR=`MAKEFLAGS= /Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl -s --no-print-directory instlibdir` && \
INSTLIBDIR_EXTRA='' && \
INSTLIBDIR="$INSTLIBDIR${INSTLIBDIR_EXTRA:+:$INSTLIBDIR_EXTRA}" && \
sed -e '1{' \
-e ' s|#!.*perl|#!/opt/local/bin/perl5.24|' \
-e ' h' \
-e ' s=.*=use lib (split(/:/, $ENV{GITPERLLIB} || "'"$INSTLIBDIR"'"));=' \
-e ' H' \
-e ' x' \
-e '}' \
-e 's/@@GIT_VERSION@@/2.14.1/g' \
git-archimport.perl >git-archimport+ && \
chmod +x git-archimport+ && \
mv git-archimport+ git-archimport
rm -f git-cvsexportcommit git-cvsexportcommit+ && \
INSTLIBDIR=`MAKEFLAGS= /Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl -s --no-print-directory instlibdir` && \
INSTLIBDIR_EXTRA='' && \
INSTLIBDIR="$INSTLIBDIR${INSTLIBDIR_EXTRA:+:$INSTLIBDIR_EXTRA}" && \
sed -e '1{' \
-e ' s|#!.*perl|#!/opt/local/bin/perl5.24|' \
-e ' h' \
-e ' s=.*=use lib (split(/:/, $ENV{GITPERLLIB} || "'"$INSTLIBDIR"'"));=' \
-e ' H' \
-e ' x' \
-e '}' \
-e 's/@@GIT_VERSION@@/2.14.1/g' \
git-cvsexportcommit.perl >git-cvsexportcommit+ && \
chmod +x git-cvsexportcommit+ && \
mv git-cvsexportcommit+ git-cvsexportcommit
rm -f git-cvsimport git-cvsimport+ && \
INSTLIBDIR=`MAKEFLAGS= /Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl -s --no-print-directory instlibdir` && \
INSTLIBDIR_EXTRA='' && \
INSTLIBDIR="$INSTLIBDIR${INSTLIBDIR_EXTRA:+:$INSTLIBDIR_EXTRA}" && \
sed -e '1{' \
-e ' s|#!.*perl|#!/opt/local/bin/perl5.24|' \
-e ' h' \
-e ' s=.*=use lib (split(/:/, $ENV{GITPERLLIB} || "'"$INSTLIBDIR"'"));=' \
-e ' H' \
-e ' x' \
-e '}' \
-e 's/@@GIT_VERSION@@/2.14.1/g' \
git-cvsimport.perl >git-cvsimport+ && \
chmod +x git-cvsimport+ && \
mv git-cvsimport+ git-cvsimport
rm -f git-cvsserver git-cvsserver+ && \
INSTLIBDIR=`MAKEFLAGS= /Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl -s --no-print-directory instlibdir` && \
INSTLIBDIR_EXTRA='' && \
INSTLIBDIR="$INSTLIBDIR${INSTLIBDIR_EXTRA:+:$INSTLIBDIR_EXTRA}" && \
sed -e '1{' \
-e ' s|#!.*perl|#!/opt/local/bin/perl5.24|' \
-e ' h' \
-e ' s=.*=use lib (split(/:/, $ENV{GITPERLLIB} || "'"$INSTLIBDIR"'"));=' \
-e ' H' \
-e ' x' \
-e '}' \
-e 's/@@GIT_VERSION@@/2.14.1/g' \
git-cvsserver.perl >git-cvsserver+ && \
chmod +x git-cvsserver+ && \
mv git-cvsserver+ git-cvsserver
rm -f git-send-email git-send-email+ && \
INSTLIBDIR=`MAKEFLAGS= /Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl -s --no-print-directory instlibdir` && \
INSTLIBDIR_EXTRA='' && \
INSTLIBDIR="$INSTLIBDIR${INSTLIBDIR_EXTRA:+:$INSTLIBDIR_EXTRA}" && \
sed -e '1{' \
-e ' s|#!.*perl|#!/opt/local/bin/perl5.24|' \
-e ' h' \
-e ' s=.*=use lib (split(/:/, $ENV{GITPERLLIB} || "'"$INSTLIBDIR"'"));=' \
-e ' H' \
-e ' x' \
-e '}' \
-e 's/@@GIT_VERSION@@/2.14.1/g' \
git-send-email.perl >git-send-email+ && \
chmod +x git-send-email+ && \
mv git-send-email+ git-send-email
rm -f git-svn git-svn+ && \
INSTLIBDIR=`MAKEFLAGS= /Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl -s --no-print-directory instlibdir` && \
INSTLIBDIR_EXTRA='' && \
INSTLIBDIR="$INSTLIBDIR${INSTLIBDIR_EXTRA:+:$INSTLIBDIR_EXTRA}" && \
sed -e '1{' \
-e ' s|#!.*perl|#!/opt/local/bin/perl5.24|' \
-e ' h' \
-e ' s=.*=use lib (split(/:/, $ENV{GITPERLLIB} || "'"$INSTLIBDIR"'"));=' \
-e ' H' \
-e ' x' \
-e '}' \
-e 's/@@GIT_VERSION@@/2.14.1/g' \
git-svn.perl >git-svn+ && \
chmod +x git-svn+ && \
mv git-svn+ git-svn
rm -f libgit.a && ar rcs libgit.a abspath.o advice.o alias.o alloc.o apply.o archive.o archive-tar.o archive-zip.o argv-array.o attr.o base85.o bisect.o blame.o blob.o branch.o bulk-checkin.o bundle.o cache-tree.o color.o column.o combine-diff.o commit.o compat/obstack.o compat/terminal.o config.o connect.o connected.o convert.o copy.o credential.o csum-file.o ctype.o date.o decorate.o diffcore-break.o diffcore-delta.o diffcore-order.o diffcore-pickaxe.o diffcore-rename.o diff-delta.o diff-lib.o diff-no-index.o diff.o dir.o dir-iterator.o editor.o entry.o environment.o ewah/bitmap.o ewah/ewah_bitmap.o ewah/ewah_io.o ewah/ewah_rlw.o exec_cmd.o fetch-pack.o fsck.o gettext.o gpg-interface.o graph.o grep.o hashmap.o help.o hex.o ident.o kwset.o levenshtein.o line-log.o line-range.o list-objects.o ll-merge.o lockfile.o log-tree.o mailinfo.o mailmap.o match-trees.o merge.o merge-blobs.o merge-recursive.o mergesort.o mru.o name-hash.o notes.o notes-cache.o notes-merge.o notes-utils.o object.o oidset.o pack-bitmap.o pack-bitmap-write.o pack-check.o pack-objects.o pack-revindex.o pack-write.o pager.o parse-options.o parse-options-cb.o patch-delta.o patch-ids.o path.o pathspec.o pkt-line.o preload-index.o pretty.o prio-queue.o progress.o prompt.o quote.o reachable.o read-cache.o reflog-walk.o refs.o refs/files-backend.o refs/iterator.o refs/ref-cache.o ref-filter.o remote.o replace_object.o repository.o rerere.o resolve-undo.o revision.o run-command.o send-pack.o sequencer.o server-info.o setup.o sha1-array.o sha1-lookup.o sha1_file.o sha1_name.o shallow.o sideband.o sigchain.o split-index.o strbuf.o streaming.o string-list.o submodule.o submodule-config.o sub-process.o symlinks.o tag.o tempfile.o tmp-objdir.o trace.o trailer.o transport.o transport-helper.o tree-diff.o tree.o tree-walk.o unpack-trees.o url.o urlmatch.o usage.o userdiff.o utf8.o varint.o version.o versioncmp.o walker.o wildmatch.o worktree.o wrapper.o write_or_die.o ws.o wt-status.o xdiff-interface.o zlib.o unix-socket.o block-sha1/sha1.o compat/sha1-chunked.o thread-utils.o compat/precompose_utf8.o compat/fopen.o compat/memmem.o compat/qsort_s.o compat/regex/regex.o
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o git-credential-store -L/opt/local/lib -arch x86_64 credential-store.o common-main.o libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o git-daemon -L/opt/local/lib -arch x86_64 daemon.o common-main.o libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o git-fast-import -L/opt/local/lib -arch x86_64 fast-import.o common-main.o libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o git-http-backend -L/opt/local/lib -arch x86_64 http-backend.o common-main.o libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o git-imap-send -L/opt/local/lib -arch x86_64 imap-send.o http.o common-main.o \
-L/opt/local/lib -L/opt/local/lib -lcurl libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o git-sh-i18n--envsubst -L/opt/local/lib -arch x86_64 sh-i18n--envsubst.o common-main.o libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o git-shell -L/opt/local/lib -arch x86_64 shell.o common-main.o libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o git-show-index -L/opt/local/lib -arch x86_64 show-index.o common-main.o libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o git-upload-pack -L/opt/local/lib -arch x86_64 upload-pack.o common-main.o libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o git-remote-testsvn -L/opt/local/lib -arch x86_64 remote-testsvn.o common-main.o libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl \
vcs-svn/lib.a
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o git-http-fetch -L/opt/local/lib -arch x86_64 http.o http-walker.o http-fetch.o common-main.o \
-L/opt/local/lib -L/opt/local/lib -lcurl libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o git-http-push -L/opt/local/lib -arch x86_64 http.o http-push.o common-main.o \
-L/opt/local/lib -L/opt/local/lib -lcurl -lexpat libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o git-credential-cache -L/opt/local/lib -arch x86_64 credential-cache.o common-main.o libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o git-credential-cache--daemon -L/opt/local/lib -arch x86_64 credential-cache--daemon.o common-main.o libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o git-remote-http -L/opt/local/lib -arch x86_64 remote-curl.o http.o http-walker.o common-main.o \
-L/opt/local/lib -L/opt/local/lib -lcurl -lexpat libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o git -L/opt/local/lib -arch x86_64 \
git.o builtin/add.o builtin/am.o builtin/annotate.o builtin/apply.o builtin/archive.o builtin/bisect--helper.o builtin/blame.o builtin/branch.o builtin/bundle.o builtin/cat-file.o builtin/check-attr.o builtin/check-ignore.o builtin/check-mailmap.o builtin/check-ref-format.o builtin/checkout-index.o builtin/checkout.o builtin/clean.o builtin/clone.o builtin/column.o builtin/commit-tree.o builtin/commit.o builtin/config.o builtin/count-objects.o builtin/credential.o builtin/describe.o builtin/diff-files.o builtin/diff-index.o builtin/diff-tree.o builtin/diff.o builtin/difftool.o builtin/fast-export.o builtin/fetch-pack.o builtin/fetch.o builtin/fmt-merge-msg.o builtin/for-each-ref.o builtin/fsck.o builtin/gc.o builtin/get-tar-commit-id.o builtin/grep.o builtin/hash-object.o builtin/help.o builtin/index-pack.o builtin/init-db.o builtin/interpret-trailers.o builtin/log.o builtin/ls-files.o builtin/ls-remote.o builtin/ls-tree.o builtin/mailinfo.o builtin/mailsplit.o builtin/merge.o builtin/merge-base.o builtin/merge-file.o builtin/merge-index.o builtin/merge-ours.o builtin/merge-recursive.o builtin/merge-tree.o builtin/mktag.o builtin/mktree.o builtin/mv.o builtin/name-rev.o builtin/notes.o builtin/pack-objects.o builtin/pack-redundant.o builtin/pack-refs.o builtin/patch-id.o builtin/prune-packed.o builtin/prune.o builtin/pull.o builtin/push.o builtin/read-tree.o builtin/rebase--helper.o builtin/receive-pack.o builtin/reflog.o builtin/remote.o builtin/remote-ext.o builtin/remote-fd.o builtin/repack.o builtin/replace.o builtin/rerere.o builtin/reset.o builtin/rev-list.o builtin/rev-parse.o builtin/revert.o builtin/rm.o builtin/send-pack.o builtin/shortlog.o builtin/show-branch.o builtin/show-ref.o builtin/stripspace.o builtin/submodule--helper.o builtin/symbolic-ref.o builtin/tag.o builtin/unpack-file.o builtin/unpack-objects.o builtin/update-index.o builtin/update-ref.o builtin/update-server-info.o builtin/upload-archive.o builtin/var.o builtin/verify-commit.o builtin/verify-pack.o builtin/verify-tag.o builtin/worktree.o builtin/write-tree.o common-main.o libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-chmtime -L/opt/local/lib -arch x86_64 t/helper/test-chmtime.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-ctype -L/opt/local/lib -arch x86_64 t/helper/test-ctype.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-config -L/opt/local/lib -arch x86_64 t/helper/test-config.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-date -L/opt/local/lib -arch x86_64 t/helper/test-date.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-delta -L/opt/local/lib -arch x86_64 t/helper/test-delta.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-dump-cache-tree -L/opt/local/lib -arch x86_64 t/helper/test-dump-cache-tree.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-dump-split-index -L/opt/local/lib -arch x86_64 t/helper/test-dump-split-index.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-dump-untracked-cache -L/opt/local/lib -arch x86_64 t/helper/test-dump-untracked-cache.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-fake-ssh -L/opt/local/lib -arch x86_64 t/helper/test-fake-ssh.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-genrandom -L/opt/local/lib -arch x86_64 t/helper/test-genrandom.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-hashmap -L/opt/local/lib -arch x86_64 t/helper/test-hashmap.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-index-version -L/opt/local/lib -arch x86_64 t/helper/test-index-version.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-lazy-init-name-hash -L/opt/local/lib -arch x86_64 t/helper/test-lazy-init-name-hash.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-line-buffer -L/opt/local/lib -arch x86_64 t/helper/test-line-buffer.o common-main.o libgit.a xdiff/lib.a vcs-svn/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-match-trees -L/opt/local/lib -arch x86_64 t/helper/test-match-trees.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-mergesort -L/opt/local/lib -arch x86_64 t/helper/test-mergesort.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-mktemp -L/opt/local/lib -arch x86_64 t/helper/test-mktemp.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-online-cpus -L/opt/local/lib -arch x86_64 t/helper/test-online-cpus.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-parse-options -L/opt/local/lib -arch x86_64 t/helper/test-parse-options.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-path-utils -L/opt/local/lib -arch x86_64 t/helper/test-path-utils.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-prio-queue -L/opt/local/lib -arch x86_64 t/helper/test-prio-queue.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-read-cache -L/opt/local/lib -arch x86_64 t/helper/test-read-cache.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-ref-store -L/opt/local/lib -arch x86_64 t/helper/test-ref-store.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-regex -L/opt/local/lib -arch x86_64 t/helper/test-regex.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-revision-walking -L/opt/local/lib -arch x86_64 t/helper/test-revision-walking.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-run-command -L/opt/local/lib -arch x86_64 t/helper/test-run-command.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-scrap-cache-tree -L/opt/local/lib -arch x86_64 t/helper/test-scrap-cache-tree.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-sha1 -L/opt/local/lib -arch x86_64 t/helper/test-sha1.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-sha1-array -L/opt/local/lib -arch x86_64 t/helper/test-sha1-array.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-sigchain -L/opt/local/lib -arch x86_64 t/helper/test-sigchain.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-strcmp-offset -L/opt/local/lib -arch x86_64 t/helper/test-strcmp-offset.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-string-list -L/opt/local/lib -arch x86_64 t/helper/test-string-list.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-submodule-config -L/opt/local/lib -arch x86_64 t/helper/test-submodule-config.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-subprocess -L/opt/local/lib -arch x86_64 t/helper/test-subprocess.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-svn-fe -L/opt/local/lib -arch x86_64 t/helper/test-svn-fe.o common-main.o libgit.a xdiff/lib.a vcs-svn/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-urlmatch-normalization -L/opt/local/lib -arch x86_64 t/helper/test-urlmatch-normalization.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -I. -DPRECOMPOSE_UNICODE -DPROTECT_HFS_DEFAULT=1 -DUSE_LIBPCRE2 -I/opt/local/include -I/opt/local/include -DUSE_CURL_FOR_IMAP_SEND -DNO_OPENSSL -I/opt/local/include -DUSE_ST_TIMESPEC -DSHA1_BLK -DSHA1_MAX_BLOCK_SIZE="1024L*1024L*1024L" -DHAVE_DEV_TTY -DHAVE_BSD_SYSCTL -DHAVE_GETDELIM -DAPPLE_COMMON_CRYPTO -DFREAD_READS_DIRECTORIES -DNO_MEMMEM -Icompat/regex -DSHELL_PATH='"/bin/sh"' -DPAGER_ENV='"LESS=FRX LV=-c"' -o t/helper/test-wildmatch -L/opt/local/lib -arch x86_64 t/helper/test-wildmatch.o common-main.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre2-8 -L/opt/local/lib -L/opt/local/lib -lz -L/opt/local/lib -L/opt/local/lib -liconv -lintl
rm -f git-remote-https && \
ln git-remote-http git-remote-https 2>/dev/null || \
ln -s git-remote-http git-remote-https 2>/dev/null || \
cp git-remote-http git-remote-https
rm -f git-remote-ftp && \
ln git-remote-http git-remote-ftp 2>/dev/null || \
ln -s git-remote-http git-remote-ftp 2>/dev/null || \
cp git-remote-http git-remote-ftp
rm -f git-remote-ftps && \
ln git-remote-http git-remote-ftps 2>/dev/null || \
ln -s git-remote-http git-remote-ftps 2>/dev/null || \
cp git-remote-http git-remote-ftps
rm -f git-add && \
ln git git-add 2>/dev/null || \
ln -s git git-add 2>/dev/null || \
cp git git-add
rm -f git-am && \
ln git git-am 2>/dev/null || \
ln -s git git-am 2>/dev/null || \
cp git git-am
rm -f git-annotate && \
ln git git-annotate 2>/dev/null || \
ln -s git git-annotate 2>/dev/null || \
cp git git-annotate
rm -f git-apply && \
ln git git-apply 2>/dev/null || \
ln -s git git-apply 2>/dev/null || \
cp git git-apply
rm -f git-archive && \
ln git git-archive 2>/dev/null || \
ln -s git git-archive 2>/dev/null || \
cp git git-archive
rm -f git-bisect--helper && \
ln git git-bisect--helper 2>/dev/null || \
ln -s git git-bisect--helper 2>/dev/null || \
cp git git-bisect--helper
rm -f git-blame && \
ln git git-blame 2>/dev/null || \
ln -s git git-blame 2>/dev/null || \
cp git git-blame
rm -f git-branch && \
ln git git-branch 2>/dev/null || \
ln -s git git-branch 2>/dev/null || \
cp git git-branch
rm -f git-bundle && \
ln git git-bundle 2>/dev/null || \
ln -s git git-bundle 2>/dev/null || \
cp git git-bundle
rm -f git-cat-file && \
ln git git-cat-file 2>/dev/null || \
ln -s git git-cat-file 2>/dev/null || \
cp git git-cat-file
rm -f git-check-attr && \
ln git git-check-attr 2>/dev/null || \
ln -s git git-check-attr 2>/dev/null || \
cp git git-check-attr
rm -f git-check-ignore && \
ln git git-check-ignore 2>/dev/null || \
ln -s git git-check-ignore 2>/dev/null || \
cp git git-check-ignore
rm -f git-check-mailmap && \
ln git git-check-mailmap 2>/dev/null || \
ln -s git git-check-mailmap 2>/dev/null || \
cp git git-check-mailmap
rm -f git-check-ref-format && \
ln git git-check-ref-format 2>/dev/null || \
ln -s git git-check-ref-format 2>/dev/null || \
cp git git-check-ref-format
rm -f git-checkout-index && \
ln git git-checkout-index 2>/dev/null || \
ln -s git git-checkout-index 2>/dev/null || \
cp git git-checkout-index
rm -f git-checkout && \
ln git git-checkout 2>/dev/null || \
ln -s git git-checkout 2>/dev/null || \
cp git git-checkout
rm -f git-clean && \
ln git git-clean 2>/dev/null || \
ln -s git git-clean 2>/dev/null || \
cp git git-clean
rm -f git-clone && \
ln git git-clone 2>/dev/null || \
ln -s git git-clone 2>/dev/null || \
cp git git-clone
rm -f git-column && \
ln git git-column 2>/dev/null || \
ln -s git git-column 2>/dev/null || \
cp git git-column
rm -f git-commit-tree && \
ln git git-commit-tree 2>/dev/null || \
ln -s git git-commit-tree 2>/dev/null || \
cp git git-commit-tree
rm -f git-commit && \
ln git git-commit 2>/dev/null || \
ln -s git git-commit 2>/dev/null || \
cp git git-commit
rm -f git-config && \
ln git git-config 2>/dev/null || \
ln -s git git-config 2>/dev/null || \
cp git git-config
rm -f git-count-objects && \
ln git git-count-objects 2>/dev/null || \
ln -s git git-count-objects 2>/dev/null || \
cp git git-count-objects
rm -f git-credential && \
ln git git-credential 2>/dev/null || \
ln -s git git-credential 2>/dev/null || \
cp git git-credential
rm -f git-describe && \
ln git git-describe 2>/dev/null || \
ln -s git git-describe 2>/dev/null || \
cp git git-describe
rm -f git-diff-files && \
ln git git-diff-files 2>/dev/null || \
ln -s git git-diff-files 2>/dev/null || \
cp git git-diff-files
rm -f git-diff-index && \
ln git git-diff-index 2>/dev/null || \
ln -s git git-diff-index 2>/dev/null || \
cp git git-diff-index
rm -f git-diff-tree && \
ln git git-diff-tree 2>/dev/null || \
ln -s git git-diff-tree 2>/dev/null || \
cp git git-diff-tree
rm -f git-diff && \
ln git git-diff 2>/dev/null || \
ln -s git git-diff 2>/dev/null || \
cp git git-diff
rm -f git-difftool && \
ln git git-difftool 2>/dev/null || \
ln -s git git-difftool 2>/dev/null || \
cp git git-difftool
rm -f git-fast-export && \
ln git git-fast-export 2>/dev/null || \
ln -s git git-fast-export 2>/dev/null || \
cp git git-fast-export
rm -f git-fetch-pack && \
ln git git-fetch-pack 2>/dev/null || \
ln -s git git-fetch-pack 2>/dev/null || \
cp git git-fetch-pack
rm -f git-fetch && \
ln git git-fetch 2>/dev/null || \
ln -s git git-fetch 2>/dev/null || \
cp git git-fetch
rm -f git-fmt-merge-msg && \
ln git git-fmt-merge-msg 2>/dev/null || \
ln -s git git-fmt-merge-msg 2>/dev/null || \
cp git git-fmt-merge-msg
rm -f git-for-each-ref && \
ln git git-for-each-ref 2>/dev/null || \
ln -s git git-for-each-ref 2>/dev/null || \
cp git git-for-each-ref
rm -f git-fsck && \
ln git git-fsck 2>/dev/null || \
ln -s git git-fsck 2>/dev/null || \
cp git git-fsck
rm -f git-gc && \
ln git git-gc 2>/dev/null || \
ln -s git git-gc 2>/dev/null || \
cp git git-gc
rm -f git-get-tar-commit-id && \
ln git git-get-tar-commit-id 2>/dev/null || \
ln -s git git-get-tar-commit-id 2>/dev/null || \
cp git git-get-tar-commit-id
rm -f git-grep && \
ln git git-grep 2>/dev/null || \
ln -s git git-grep 2>/dev/null || \
cp git git-grep
rm -f git-hash-object && \
ln git git-hash-object 2>/dev/null || \
ln -s git git-hash-object 2>/dev/null || \
cp git git-hash-object
rm -f git-help && \
ln git git-help 2>/dev/null || \
ln -s git git-help 2>/dev/null || \
cp git git-help
rm -f git-index-pack && \
ln git git-index-pack 2>/dev/null || \
ln -s git git-index-pack 2>/dev/null || \
cp git git-index-pack
rm -f git-init-db && \
ln git git-init-db 2>/dev/null || \
ln -s git git-init-db 2>/dev/null || \
cp git git-init-db
rm -f git-interpret-trailers && \
ln git git-interpret-trailers 2>/dev/null || \
ln -s git git-interpret-trailers 2>/dev/null || \
cp git git-interpret-trailers
rm -f git-log && \
ln git git-log 2>/dev/null || \
ln -s git git-log 2>/dev/null || \
cp git git-log
rm -f git-ls-files && \
ln git git-ls-files 2>/dev/null || \
ln -s git git-ls-files 2>/dev/null || \
cp git git-ls-files
rm -f git-ls-remote && \
ln git git-ls-remote 2>/dev/null || \
ln -s git git-ls-remote 2>/dev/null || \
cp git git-ls-remote
rm -f git-ls-tree && \
ln git git-ls-tree 2>/dev/null || \
ln -s git git-ls-tree 2>/dev/null || \
cp git git-ls-tree
rm -f git-mailinfo && \
ln git git-mailinfo 2>/dev/null || \
ln -s git git-mailinfo 2>/dev/null || \
cp git git-mailinfo
rm -f git-mailsplit && \
ln git git-mailsplit 2>/dev/null || \
ln -s git git-mailsplit 2>/dev/null || \
cp git git-mailsplit
rm -f git-merge && \
ln git git-merge 2>/dev/null || \
ln -s git git-merge 2>/dev/null || \
cp git git-merge
rm -f git-merge-base && \
ln git git-merge-base 2>/dev/null || \
ln -s git git-merge-base 2>/dev/null || \
cp git git-merge-base
rm -f git-merge-file && \
ln git git-merge-file 2>/dev/null || \
ln -s git git-merge-file 2>/dev/null || \
cp git git-merge-file
rm -f git-merge-index && \
ln git git-merge-index 2>/dev/null || \
ln -s git git-merge-index 2>/dev/null || \
cp git git-merge-index
rm -f git-merge-ours && \
ln git git-merge-ours 2>/dev/null || \
ln -s git git-merge-ours 2>/dev/null || \
cp git git-merge-ours
rm -f git-merge-recursive && \
ln git git-merge-recursive 2>/dev/null || \
ln -s git git-merge-recursive 2>/dev/null || \
cp git git-merge-recursive
rm -f git-merge-tree && \
ln git git-merge-tree 2>/dev/null || \
ln -s git git-merge-tree 2>/dev/null || \
cp git git-merge-tree
rm -f git-mktag && \
ln git git-mktag 2>/dev/null || \
ln -s git git-mktag 2>/dev/null || \
cp git git-mktag
rm -f git-mktree && \
ln git git-mktree 2>/dev/null || \
ln -s git git-mktree 2>/dev/null || \
cp git git-mktree
rm -f git-mv && \
ln git git-mv 2>/dev/null || \
ln -s git git-mv 2>/dev/null || \
cp git git-mv
rm -f git-name-rev && \
ln git git-name-rev 2>/dev/null || \
ln -s git git-name-rev 2>/dev/null || \
cp git git-name-rev
rm -f git-notes && \
ln git git-notes 2>/dev/null || \
ln -s git git-notes 2>/dev/null || \
cp git git-notes
rm -f git-pack-objects && \
ln git git-pack-objects 2>/dev/null || \
ln -s git git-pack-objects 2>/dev/null || \
cp git git-pack-objects
rm -f git-pack-redundant && \
ln git git-pack-redundant 2>/dev/null || \
ln -s git git-pack-redundant 2>/dev/null || \
cp git git-pack-redundant
rm -f git-pack-refs && \
ln git git-pack-refs 2>/dev/null || \
ln -s git git-pack-refs 2>/dev/null || \
cp git git-pack-refs
rm -f git-patch-id && \
ln git git-patch-id 2>/dev/null || \
ln -s git git-patch-id 2>/dev/null || \
cp git git-patch-id
rm -f git-prune-packed && \
ln git git-prune-packed 2>/dev/null || \
ln -s git git-prune-packed 2>/dev/null || \
cp git git-prune-packed
rm -f git-prune && \
ln git git-prune 2>/dev/null || \
ln -s git git-prune 2>/dev/null || \
cp git git-prune
rm -f git-pull && \
ln git git-pull 2>/dev/null || \
ln -s git git-pull 2>/dev/null || \
cp git git-pull
rm -f git-push && \
ln git git-push 2>/dev/null || \
ln -s git git-push 2>/dev/null || \
cp git git-push
rm -f git-read-tree && \
ln git git-read-tree 2>/dev/null || \
ln -s git git-read-tree 2>/dev/null || \
cp git git-read-tree
rm -f git-rebase--helper && \
ln git git-rebase--helper 2>/dev/null || \
ln -s git git-rebase--helper 2>/dev/null || \
cp git git-rebase--helper
rm -f git-receive-pack && \
ln git git-receive-pack 2>/dev/null || \
ln -s git git-receive-pack 2>/dev/null || \
cp git git-receive-pack
rm -f git-reflog && \
ln git git-reflog 2>/dev/null || \
ln -s git git-reflog 2>/dev/null || \
cp git git-reflog
rm -f git-remote && \
ln git git-remote 2>/dev/null || \
ln -s git git-remote 2>/dev/null || \
cp git git-remote
rm -f git-remote-ext && \
ln git git-remote-ext 2>/dev/null || \
ln -s git git-remote-ext 2>/dev/null || \
cp git git-remote-ext
rm -f git-remote-fd && \
ln git git-remote-fd 2>/dev/null || \
ln -s git git-remote-fd 2>/dev/null || \
cp git git-remote-fd
rm -f git-repack && \
ln git git-repack 2>/dev/null || \
ln -s git git-repack 2>/dev/null || \
cp git git-repack
rm -f git-replace && \
ln git git-replace 2>/dev/null || \
ln -s git git-replace 2>/dev/null || \
cp git git-replace
rm -f git-rerere && \
ln git git-rerere 2>/dev/null || \
ln -s git git-rerere 2>/dev/null || \
cp git git-rerere
rm -f git-reset && \
ln git git-reset 2>/dev/null || \
ln -s git git-reset 2>/dev/null || \
cp git git-reset
rm -f git-rev-list && \
ln git git-rev-list 2>/dev/null || \
ln -s git git-rev-list 2>/dev/null || \
cp git git-rev-list
rm -f git-rev-parse && \
ln git git-rev-parse 2>/dev/null || \
ln -s git git-rev-parse 2>/dev/null || \
cp git git-rev-parse
rm -f git-revert && \
ln git git-revert 2>/dev/null || \
ln -s git git-revert 2>/dev/null || \
cp git git-revert
rm -f git-rm && \
ln git git-rm 2>/dev/null || \
ln -s git git-rm 2>/dev/null || \
cp git git-rm
rm -f git-send-pack && \
ln git git-send-pack 2>/dev/null || \
ln -s git git-send-pack 2>/dev/null || \
cp git git-send-pack
rm -f git-shortlog && \
ln git git-shortlog 2>/dev/null || \
ln -s git git-shortlog 2>/dev/null || \
cp git git-shortlog
rm -f git-show-branch && \
ln git git-show-branch 2>/dev/null || \
ln -s git git-show-branch 2>/dev/null || \
cp git git-show-branch
rm -f git-show-ref && \
ln git git-show-ref 2>/dev/null || \
ln -s git git-show-ref 2>/dev/null || \
cp git git-show-ref
rm -f git-stripspace && \
ln git git-stripspace 2>/dev/null || \
ln -s git git-stripspace 2>/dev/null || \
cp git git-stripspace
rm -f git-submodule--helper && \
ln git git-submodule--helper 2>/dev/null || \
ln -s git git-submodule--helper 2>/dev/null || \
cp git git-submodule--helper
rm -f git-symbolic-ref && \
ln git git-symbolic-ref 2>/dev/null || \
ln -s git git-symbolic-ref 2>/dev/null || \
cp git git-symbolic-ref
rm -f git-tag && \
ln git git-tag 2>/dev/null || \
ln -s git git-tag 2>/dev/null || \
cp git git-tag
rm -f git-unpack-file && \
ln git git-unpack-file 2>/dev/null || \
ln -s git git-unpack-file 2>/dev/null || \
cp git git-unpack-file
rm -f git-unpack-objects && \
ln git git-unpack-objects 2>/dev/null || \
ln -s git git-unpack-objects 2>/dev/null || \
cp git git-unpack-objects
rm -f git-update-index && \
ln git git-update-index 2>/dev/null || \
ln -s git git-update-index 2>/dev/null || \
cp git git-update-index
rm -f git-update-ref && \
ln git git-update-ref 2>/dev/null || \
ln -s git git-update-ref 2>/dev/null || \
cp git git-update-ref
rm -f git-update-server-info && \
ln git git-update-server-info 2>/dev/null || \
ln -s git git-update-server-info 2>/dev/null || \
cp git git-update-server-info
rm -f git-upload-archive && \
ln git git-upload-archive 2>/dev/null || \
ln -s git git-upload-archive 2>/dev/null || \
cp git git-upload-archive
rm -f git-var && \
ln git git-var 2>/dev/null || \
ln -s git git-var 2>/dev/null || \
cp git git-var
rm -f git-verify-commit && \
ln git git-verify-commit 2>/dev/null || \
ln -s git git-verify-commit 2>/dev/null || \
cp git git-verify-commit
rm -f git-verify-pack && \
ln git git-verify-pack 2>/dev/null || \
ln -s git git-verify-pack 2>/dev/null || \
cp git git-verify-pack
rm -f git-verify-tag && \
ln git git-verify-tag 2>/dev/null || \
ln -s git git-verify-tag 2>/dev/null || \
cp git git-verify-tag
rm -f git-worktree && \
ln git git-worktree 2>/dev/null || \
ln -s git git-worktree 2>/dev/null || \
cp git git-worktree
rm -f git-write-tree && \
ln git git-write-tree 2>/dev/null || \
ln -s git git-write-tree 2>/dev/null || \
cp git git-write-tree
rm -f git-cherry && \
ln git git-cherry 2>/dev/null || \
ln -s git git-cherry 2>/dev/null || \
cp git git-cherry
rm -f git-cherry-pick && \
ln git git-cherry-pick 2>/dev/null || \
ln -s git git-cherry-pick 2>/dev/null || \
cp git git-cherry-pick
rm -f git-format-patch && \
ln git git-format-patch 2>/dev/null || \
ln -s git git-format-patch 2>/dev/null || \
cp git git-format-patch
rm -f git-fsck-objects && \
ln git git-fsck-objects 2>/dev/null || \
ln -s git git-fsck-objects 2>/dev/null || \
cp git git-fsck-objects
rm -f git-init && \
ln git git-init 2>/dev/null || \
ln -s git git-init 2>/dev/null || \
cp git git-init
rm -f git-merge-subtree && \
ln git git-merge-subtree 2>/dev/null || \
ln -s git git-merge-subtree 2>/dev/null || \
cp git git-merge-subtree
rm -f git-show && \
ln git git-show 2>/dev/null || \
ln -s git git-show 2>/dev/null || \
cp git git-show
rm -f git-stage && \
ln git git-stage 2>/dev/null || \
ln -s git git-stage 2>/dev/null || \
cp git git-stage
rm -f git-status && \
ln git git-status 2>/dev/null || \
ln -s git git-status 2>/dev/null || \
cp git git-status
rm -f git-whatchanged && \
ln git git-whatchanged 2>/dev/null || \
ln -s git git-whatchanged 2>/dev/null || \
cp git git-whatchanged
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C git-gui gitexecdir='/opt/local/libexec/git-core' all
make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/git-gui'
GITGUI_VERSION = 0.21.GITGUI
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/git-gui'
make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/git-gui'
* new locations or Tcl/Tk interpreter
msgfmt --statistics --tcl -l bg -d po/ po/bg.po
msgfmt --statistics --tcl -l de -d po/ po/de.po
msgfmt --statistics --tcl -l el -d po/ po/el.po
msgfmt --statistics --tcl -l fr -d po/ po/fr.po
msgfmt --statistics --tcl -l hu -d po/ po/hu.po
msgfmt --statistics --tcl -l it -d po/ po/it.po
msgfmt --statistics --tcl -l ja -d po/ po/ja.po
msgfmt --statistics --tcl -l nb -d po/ po/nb.po
520 translated messages.
msgfmt --statistics --tcl -l pt_br -d po/ po/pt_br.po
381 translated messages, 4 fuzzy translations, 6 untranslated messages.
565 translated messages.
msgfmt --statistics --tcl -l pt_pt -d po/ po/pt_pt.po
520 translated messages.
514 translated messages.
msgfmt --statistics --tcl -l ru -d po/ po/ru.po
msgfmt --statistics --tcl -l sv -d po/ po/sv.po
msgfmt --statistics --tcl -l vi -d po/ po/vi.po
519 translated messages, 1 untranslated message.
474 translated messages, 39 untranslated messages.
msgfmt --statistics --tcl -l zh_cn -d po/ po/zh_cn.po
546 translated messages, 1 untranslated message.
520 translated messages.
550 translated messages.
rm -f git-gui git-gui+ && \
echo '#!/bin/sh' >git-gui+ && \
echo 'if test "z$*" = zversion ||' >>git-gui+ && \
echo ' test "z$*" = z--version' >>git-gui+ && \
echo then >>git-gui+ && \
echo ' 'echo \'git-gui version '0.21.GITGUI'\' >>git-gui+ && \
echo else >>git-gui+ && \
echo ' libdir="${GIT_GUI_LIB_DIR:-/opt/local/share/git-gui/lib}"' >>git-gui+ && \
echo ' 'exec \"'$libdir/Git Gui.app/Contents/MacOS/Wish'\" \
'"$0" "$@"' >>git-gui+ && \
echo fi >>git-gui+ && \
chmod +x git-gui+ && \
mv git-gui+ git-gui
547 translated messages.
520 translated messages.
543 translated messages.
366 translated messages, 7 fuzzy translations, 17 untranslated messages.
rm -rf 'Git Gui.app' 'Git Gui.app'+ && \
mkdir -p 'Git Gui.app'+/Contents/MacOS && \
mkdir -p 'Git Gui.app'+/Contents/Resources/Scripts && \
cp '/System/Library/Frameworks/Tk.framework/Resources/Wish.app/Contents/MacOS/Wish' \
'Git Gui.app'+/Contents/MacOS && \
cp macosx/git-gui.icns 'Git Gui.app'+/Contents/Resources && \
sed -e 's/@@GITGUI_VERSION@@/0.21.GITGUI/g' \
-e 's/@@GITGUI_TKEXECUTABLE@@/Wish/g' \
macosx/Info.plist \
>'Git Gui.app'+/Contents/Info.plist && \
sed -e 's|@@gitexecdir@@|/opt/local/libexec/git-core|' \
-e 's|@@GITGUI_LIBDIR@@|/opt/local/share/git-gui/lib|' \
macosx/AppMain.tcl \
>'Git Gui.app'+/Contents/Resources/Scripts/AppMain.tcl && \
mv 'Git Gui.app'+ 'Git Gui.app'
rm -f git-gui.tcl git-gui.tcl+ && \
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@@SHELL_PATH@@|/bin/sh|' \
-e '1,30s|^ argv0=$0| argv0=$0|' \
-e '1,30s|^ exec wish | exec '\''wish'\'' |' \
-e 's/@@GITGUI_VERSION@@/0.21.GITGUI/g' \
-e 's|@@GITGUI_RELATIVE@@||' \
-e 's|@@GITGUI_LIBDIR@@|/opt/local/share/git-gui/lib|' \
git-gui.sh >git-gui.tcl+ && \
chmod +x git-gui.tcl+ && \
mv git-gui.tcl+ git-gui.tcl
if echo \
source lib/class.tcl\; \
auto_mkindex lib '*.tcl' \
| tclsh ; then : ok; \
else \
echo >&2 " * tclsh failed; using unoptimized loading"; \
rm -f lib/tclIndex ; \
echo '# Autogenerated by git-gui Makefile' >lib/tclIndex && \
echo >>lib/tclIndex && \
echo 'class.tcl' >>lib/tclIndex && echo 'about.tcl' >>lib/tclIndex && echo 'blame.tcl' >>lib/tclIndex && echo 'branch.tcl' >>lib/tclIndex && echo 'branch_checkout.tcl' >>lib/tclIndex && echo 'branch_create.tcl' >>lib/tclIndex && echo 'branch_delete.tcl' >>lib/tclIndex && echo 'branch_rename.tcl' >>lib/tclIndex && echo 'browser.tcl' >>lib/tclIndex && echo 'checkout_op.tcl' >>lib/tclIndex && echo 'choose_font.tcl' >>lib/tclIndex && echo 'choose_repository.tcl' >>lib/tclIndex && echo 'choose_rev.tcl' >>lib/tclIndex && echo 'class.tcl' >>lib/tclIndex && echo 'commit.tcl' >>lib/tclIndex && echo 'console.tcl' >>lib/tclIndex && echo 'database.tcl' >>lib/tclIndex && echo 'date.tcl' >>lib/tclIndex && echo 'diff.tcl' >>lib/tclIndex && echo 'encoding.tcl' >>lib/tclIndex && echo 'error.tcl' >>lib/tclIndex && echo 'index.tcl' >>lib/tclIndex && echo 'line.tcl' >>lib/tclIndex && echo 'logo.tcl' >>lib/tclIndex && echo 'merge.tcl' >>lib/tclIndex && echo 'mergetool.tcl' >>lib/tclIndex && echo 'option.tcl' >>lib/tclIndex && echo 'remote.tcl' >>lib/tclIndex && echo 'remote_add.tcl' >>lib/tclIndex && echo 'remote_branch_delete.tcl' >>lib/tclIndex && echo 'search.tcl' >>lib/tclIndex && echo 'shortcut.tcl' >>lib/tclIndex && echo 'spellcheck.tcl' >>lib/tclIndex && echo 'sshkey.tcl' >>lib/tclIndex && echo 'status_bar.tcl' >>lib/tclIndex && echo 'themed.tcl' >>lib/tclIndex && echo 'tools.tcl' >>lib/tclIndex && echo 'tools_dlg.tcl' >>lib/tclIndex && echo 'transport.tcl' >>lib/tclIndex && echo 'win32.tcl' >>lib/tclIndex && \
echo >>lib/tclIndex ; \
fi
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/git-gui'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C gitk-git all
make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/gitk-git'
Generating catalog po/bg.msg
msgfmt --statistics --tcl po/bg.po -l bg -d po/
Generating catalog po/ca.msg
msgfmt --statistics --tcl po/ca.po -l ca -d po/
* new Tcl/Tk interpreter location
Generating catalog po/de.msg
msgfmt --statistics --tcl po/de.po -l de -d po/
Generating catalog po/es.msg
msgfmt --statistics --tcl po/es.po -l es -d po/
Generating catalog po/fr.msg
Generating catalog po/hu.msg
msgfmt --statistics --tcl po/hu.po -l hu -d po/
Generating catalog po/it.msg
307 translated messages.
311 translated messages.
msgfmt --statistics --tcl po/it.po -l it -d po/
307 translated messages.
msgfmt --statistics --tcl po/fr.po -l fr -d po/
184 translated messages, 46 fuzzy translations, 77 untranslated messages.
Generating catalog po/ja.msg
msgfmt --statistics --tcl po/ja.po -l ja -d po/
Generating catalog po/pt_br.msg
msgfmt --statistics --tcl po/pt_br.po -l pt_br -d po/
277 translated messages, 18 fuzzy translations, 12 untranslated messages.
Generating catalog po/pt_pt.msg
274 translated messages, 17 fuzzy translations, 16 untranslated messages.
msgfmt --statistics --tcl po/pt_pt.po -l pt_pt -d po/
Generating catalog po/ru.msg
311 translated messages.
msgfmt --statistics --tcl po/ru.po -l ru -d po/
Generating catalog po/sv.msg
279 translated messages, 16 fuzzy translations, 12 untranslated messages.
msgfmt --statistics --tcl po/sv.po -l sv -d po/
Generating catalog po/vi.msg
311 translated messages.
msgfmt --statistics --tcl po/vi.po -l vi -d po/
rm -f gitk-wish gitk-wish+ && \
sed -e '1,3s|^exec .* "$0"|exec wish "$0"|' <gitk >gitk-wish+ && \
chmod +x gitk-wish+ && \
mv -f gitk-wish+ gitk-wish
311 translated messages.
317 translated messages.
311 translated messages.
307 translated messages.
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/gitk-git'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl PERL_PATH='/opt/local/bin/perl5.24' prefix='/opt/local' localedir='/opt/local/share/locale' all
make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/perl'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f perl.mak all
make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/perl'
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/Migration.pm >blib/lib/Git/SVN/Migration.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/IndexInfo.pm >blib/lib/Git/IndexInfo.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/Log.pm >blib/lib/Git/SVN/Log.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git.pm >blib/lib/Git.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/Utils.pm >blib/lib/Git/SVN/Utils.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/Ra.pm >blib/lib/Git/SVN/Ra.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/GlobSpec.pm >blib/lib/Git/SVN/GlobSpec.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/Memoize/YAML.pm >blib/lib/Git/SVN/Memoize/YAML.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/Editor.pm >blib/lib/Git/SVN/Editor.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/Prompt.pm >blib/lib/Git/SVN/Prompt.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/Fetcher.pm >blib/lib/Git/SVN/Fetcher.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/I18N.pm >blib/lib/Git/I18N.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN.pm >blib/lib/Git/SVN.pm
Manifying 8 pod documents
make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/perl'
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/perl'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C templates SHELL_PATH='/bin/sh' PERL_PATH='/opt/local/bin/perl5.24'
make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/templates'
umask 022 && ls *--* 2>/dev/null | \
while read boilerplate; \
do \
case "$boilerplate" in *~) continue ;; esac && \
dst=`echo "$boilerplate" | sed -e 's|^this|.|;s|--|/|g'` && \
dir=`expr "$dst" : '\(.*\)/'` && \
mkdir -p blt/$dir && \
case "$boilerplate" in \
*--) continue;; \
esac && \
sed -e '1s|#!.*/sh|#!/bin/sh|' \
-e 's|@SHELL_PATH@|/bin/sh|' \
-e 's|@PERL_PATH@|/opt/local/bin/perl5.24|g' $boilerplate > \
blt/$dst && \
if test -x "$boilerplate"; then rx=rx; else rx=r; fi && \
chmod a+$rx "blt/$dst" || exit; \
done && \
date >boilerplates.made
: no custom templates yet
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/templates'
make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1'
/usr/bin/clang -c -I. -Wall -O2 -I/opt/local/include -arch x86_64 git-credential-osxkeychain.c
/usr/bin/clang -I. -Wall -O2 -I/opt/local/include -arch x86_64 -o git-credential-osxkeychain git-credential-osxkeychain.o -L/opt/local/lib -arch x86_64 -Wl,-framework -Wl,Security
---> Staging git into destroot
. changed
gid expected 0 found 80 modified
./usr missing (created)
. missing (directory not created: File exists)
./Applications missing (created)
./Developer missing (created)
./Library missing (created)
. changed
gid expected 80 found 0 modified
./bin missing (created)
./etc missing (created)
./include missing (created)
./lib missing (created)
./lib/pkgconfig missing (created)
./libexec missing (created)
./sbin missing (created)
./share missing (created)
./share/doc missing (created)
./share/info missing (created)
./share/man missing (created)
./share/man/cat1 missing (created)
./share/man/cat2 missing (created)
./share/man/cat3 missing (created)
./share/man/cat4 missing (created)
./share/man/cat5 missing (created)
./share/man/cat6 missing (created)
./share/man/cat7 missing (created)
./share/man/cat8 missing (created)
./share/man/cat9 missing (created)
./share/man/catl missing (created)
./share/man/catn missing (created)
./share/man/man1 missing (created)
./share/man/man2 missing (created)
./share/man/man3 missing (created)
./share/man/man4 missing (created)
./share/man/man5 missing (created)
./share/man/man6 missing (created)
./share/man/man7 missing (created)
./share/man/man8 missing (created)
./share/man/man9 missing (created)
./share/man/manl missing (created)
./share/man/mann missing (created)
./share/nls missing (created)
./share/nls/C missing (created)
./share/nls/af_ZA.ISO8859-1 missing (created)
./share/nls/af_ZA.ISO8859-15 missing (created)
./share/nls/bg_BG.CP1251 missing (created)
./share/nls/cs_CZ.ISO8859-2 missing (created)
./share/nls/da_DK.ISO8859-1 missing (created)
./share/nls/da_DK.ISO8859-15 missing (created)
./share/nls/de_AT.ISO8859-1 missing (created)
./share/nls/de_AT.ISO8859-15 missing (created)
./share/nls/de_CH.ISO8859-1 missing (created)
./share/nls/de_CH.ISO8859-15 missing (created)
./share/nls/de_DE.ISO8859-1 missing (created)
./share/nls/de_DE.ISO8859-15 missing (created)
./share/nls/el_GR.ISO8859-7 missing (created)
./share/nls/en_AU.ISO8859-1 missing (created)
./share/nls/en_AU.ISO8859-15 missing (created)
./share/nls/en_AU.US-ASCII missing (created)
./share/nls/en_CA.ISO8859-1 missing (created)
./share/nls/en_CA.ISO8859-15 missing (created)
./share/nls/en_CA.US-ASCII missing (created)
./share/nls/en_GB.ISO8859-1 missing (created)
./share/nls/en_GB.ISO8859-15 missing (created)
./share/nls/en_GB.US-ASCII missing (created)
./share/nls/en_NZ.ISO8859-1 missing (created)
./share/nls/en_NZ.ISO8859-15 missing (created)
./share/nls/en_NZ.US-ASCII missing (created)
./share/nls/en_US.ISO8859-1 missing (created)
./share/nls/en_US.ISO8859-15 missing (created)
./share/nls/es_ES.ISO8859-1 missing (created)
./share/nls/es_ES.ISO8859-15 missing (created)
./share/nls/et_EE.ISO8859-15 missing (created)
./share/nls/fi_FI.ISO8859-1 missing (created)
./share/nls/fi_FI.ISO8859-15 missing (created)
./share/nls/fr_BE.ISO8859-1 missing (created)
./share/nls/fr_BE.ISO8859-15 missing (created)
./share/nls/fr_CA.ISO8859-1 missing (created)
./share/nls/fr_CA.ISO8859-15 missing (created)
./share/nls/fr_CH.ISO8859-1 missing (created)
./share/nls/fr_CH.ISO8859-15 missing (created)
./share/nls/fr_FR.ISO8859-1 missing (created)
./share/nls/fr_FR.ISO8859-15 missing (created)
./share/nls/hi_IN.ISCII-DEV missing (created)
./share/nls/hr_HR.ISO8859-2 missing (created)
./share/nls/hu_HU.ISO8859-2 missing (created)
./share/nls/is_IS.ISO8859-1 missing (created)
./share/nls/is_IS.ISO8859-15 missing (created)
./share/nls/it_CH.ISO8859-1 missing (created)
./share/nls/it_CH.ISO8859-15 missing (created)
./share/nls/it_IT.ISO8859-1 missing (created)
./share/nls/it_IT.ISO8859-15 missing (created)
./share/nls/ja_JP.SJIS missing (created)
./share/nls/ja_JP.eucJP missing (created)
./share/nls/ko_KR.eucKR missing (created)
./share/nls/la_LN.ISO8859-1 missing (created)
./share/nls/la_LN.ISO8859-15 missing (created)
./share/nls/la_LN.ISO8859-2 missing (created)
./share/nls/la_LN.ISO8859-4 missing (created)
./share/nls/la_LN.US-ASCII missing (created)
./share/nls/lt_LT.ISO8859-4 missing (created)
./share/nls/nl_BE.ISO8859-1 missing (created)
./share/nls/nl_BE.ISO8859-15 missing (created)
./share/nls/nl_NL.ISO8859-1 missing (created)
./share/nls/nl_NL.ISO8859-15 missing (created)
./share/nls/no_NO.ISO8859-1 missing (created)
./share/nls/no_NO.ISO8859-15 missing (created)
./share/nls/pl_PL.ISO8859-2 missing (created)
./share/nls/pt_BR.ISO8859-1 missing (created)
./share/nls/pt_PT.ISO8859-1 missing (created)
./share/nls/pt_PT.ISO8859-15 missing (created)
./share/nls/ro_RO.ISO8859-2 missing (created)
./share/nls/ru_RU.CP866 missing (created)
./share/nls/ru_RU.ISO8859-5 missing (created)
./share/nls/ru_RU.KOI8-R missing (created)
./share/nls/sk_SK.ISO8859-2 missing (created)
./share/nls/sl_SI.ISO8859-2 missing (created)
./share/nls/sv_SE.ISO8859-1 missing (created)
./share/nls/sv_SE.ISO8859-15 missing (created)
./share/nls/tr_TR.ISO8859-9 missing (created)
./share/nls/uk_UA.ISO8859-5 missing (created)
./share/nls/uk_UA.KOI8-U missing (created)
./share/nls/zh_CN.eucCN missing (created)
./share/nls/zh_TW.Big5 missing (created)
./share/skel missing (created)
./var missing (created)
./var/cache missing (created)
./var/db missing (created)
./var/log missing (created)
./var/run missing (created)
./var/spool missing (created)
./www missing (created)
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/contrib/subtree/git-subtree.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-subtree.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/contrib/subtree/git-subtree.html -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/htmldocs/git-subtree.html
Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1" && /usr/bin/make -w install CFLAGS="-I. -Wall -O2 -I/opt/local/include -arch x86_64" LDFLAGS="-L/opt/local/lib -arch x86_64" CC=/usr/bin/clang prefix=/opt/local CURLDIR=/opt/local OPENSSLDIR=/opt/local ICONVDIR=/opt/local PERL_PATH="/opt/local/bin/perl5.24" PYTHON_PATH="/opt/local/bin/python2.7" NO_FINK=1 NO_DARWIN_PORTS=1 NO_R_TO_GCC_LINKER=1 V=1 LIBPCREDIR=/opt/local USE_LIBPCRE2=1 DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot
make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl PERL_PATH='/opt/local/bin/perl5.24' prefix='/opt/local' perl.mak
make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/perl'
/opt/local/bin/perl5.24 Makefile.PL PREFIX='/opt/local' INSTALL_BASE='' --localedir='/opt/local/share/locale'
Generating a Unix-style perl.mak
Writing perl.mak for Git
Writing MYMETA.yml and MYMETA.json
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/perl'
rm -f git-add--interactive git-add--interactive+ && \
INSTLIBDIR=`MAKEFLAGS= /Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl -s --no-print-directory instlibdir` && \
INSTLIBDIR_EXTRA='' && \
INSTLIBDIR="$INSTLIBDIR${INSTLIBDIR_EXTRA:+:$INSTLIBDIR_EXTRA}" && \
sed -e '1{' \
-e ' s|#!.*perl|#!/opt/local/bin/perl5.24|' \
-e ' h' \
-e ' s=.*=use lib (split(/:/, $ENV{GITPERLLIB} || "'"$INSTLIBDIR"'"));=' \
-e ' H' \
-e ' x' \
-e '}' \
-e 's/@@GIT_VERSION@@/2.14.1/g' \
git-add--interactive.perl >git-add--interactive+ && \
chmod +x git-add--interactive+ && \
mv git-add--interactive+ git-add--interactive
rm -f git-archimport git-archimport+ && \
INSTLIBDIR=`MAKEFLAGS= /Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl -s --no-print-directory instlibdir` && \
INSTLIBDIR_EXTRA='' && \
INSTLIBDIR="$INSTLIBDIR${INSTLIBDIR_EXTRA:+:$INSTLIBDIR_EXTRA}" && \
sed -e '1{' \
-e ' s|#!.*perl|#!/opt/local/bin/perl5.24|' \
-e ' h' \
-e ' s=.*=use lib (split(/:/, $ENV{GITPERLLIB} || "'"$INSTLIBDIR"'"));=' \
-e ' H' \
-e ' x' \
-e '}' \
-e 's/@@GIT_VERSION@@/2.14.1/g' \
git-archimport.perl >git-archimport+ && \
chmod +x git-archimport+ && \
mv git-archimport+ git-archimport
rm -f git-cvsexportcommit git-cvsexportcommit+ && \
INSTLIBDIR=`MAKEFLAGS= /Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl -s --no-print-directory instlibdir` && \
INSTLIBDIR_EXTRA='' && \
INSTLIBDIR="$INSTLIBDIR${INSTLIBDIR_EXTRA:+:$INSTLIBDIR_EXTRA}" && \
sed -e '1{' \
-e ' s|#!.*perl|#!/opt/local/bin/perl5.24|' \
-e ' h' \
-e ' s=.*=use lib (split(/:/, $ENV{GITPERLLIB} || "'"$INSTLIBDIR"'"));=' \
-e ' H' \
-e ' x' \
-e '}' \
-e 's/@@GIT_VERSION@@/2.14.1/g' \
git-cvsexportcommit.perl >git-cvsexportcommit+ && \
chmod +x git-cvsexportcommit+ && \
mv git-cvsexportcommit+ git-cvsexportcommit
rm -f git-cvsimport git-cvsimport+ && \
INSTLIBDIR=`MAKEFLAGS= /Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl -s --no-print-directory instlibdir` && \
INSTLIBDIR_EXTRA='' && \
INSTLIBDIR="$INSTLIBDIR${INSTLIBDIR_EXTRA:+:$INSTLIBDIR_EXTRA}" && \
sed -e '1{' \
-e ' s|#!.*perl|#!/opt/local/bin/perl5.24|' \
-e ' h' \
-e ' s=.*=use lib (split(/:/, $ENV{GITPERLLIB} || "'"$INSTLIBDIR"'"));=' \
-e ' H' \
-e ' x' \
-e '}' \
-e 's/@@GIT_VERSION@@/2.14.1/g' \
git-cvsimport.perl >git-cvsimport+ && \
chmod +x git-cvsimport+ && \
mv git-cvsimport+ git-cvsimport
rm -f git-cvsserver git-cvsserver+ && \
INSTLIBDIR=`MAKEFLAGS= /Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl -s --no-print-directory instlibdir` && \
INSTLIBDIR_EXTRA='' && \
INSTLIBDIR="$INSTLIBDIR${INSTLIBDIR_EXTRA:+:$INSTLIBDIR_EXTRA}" && \
sed -e '1{' \
-e ' s|#!.*perl|#!/opt/local/bin/perl5.24|' \
-e ' h' \
-e ' s=.*=use lib (split(/:/, $ENV{GITPERLLIB} || "'"$INSTLIBDIR"'"));=' \
-e ' H' \
-e ' x' \
-e '}' \
-e 's/@@GIT_VERSION@@/2.14.1/g' \
git-cvsserver.perl >git-cvsserver+ && \
chmod +x git-cvsserver+ && \
mv git-cvsserver+ git-cvsserver
rm -f git-send-email git-send-email+ && \
INSTLIBDIR=`MAKEFLAGS= /Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl -s --no-print-directory instlibdir` && \
INSTLIBDIR_EXTRA='' && \
INSTLIBDIR="$INSTLIBDIR${INSTLIBDIR_EXTRA:+:$INSTLIBDIR_EXTRA}" && \
sed -e '1{' \
-e ' s|#!.*perl|#!/opt/local/bin/perl5.24|' \
-e ' h' \
-e ' s=.*=use lib (split(/:/, $ENV{GITPERLLIB} || "'"$INSTLIBDIR"'"));=' \
-e ' H' \
-e ' x' \
-e '}' \
-e 's/@@GIT_VERSION@@/2.14.1/g' \
git-send-email.perl >git-send-email+ && \
chmod +x git-send-email+ && \
mv git-send-email+ git-send-email
rm -f git-svn git-svn+ && \
INSTLIBDIR=`MAKEFLAGS= /Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl -s --no-print-directory instlibdir` && \
INSTLIBDIR_EXTRA='' && \
INSTLIBDIR="$INSTLIBDIR${INSTLIBDIR_EXTRA:+:$INSTLIBDIR_EXTRA}" && \
sed -e '1{' \
-e ' s|#!.*perl|#!/opt/local/bin/perl5.24|' \
-e ' h' \
-e ' s=.*=use lib (split(/:/, $ENV{GITPERLLIB} || "'"$INSTLIBDIR"'"));=' \
-e ' H' \
-e ' x' \
-e '}' \
-e 's/@@GIT_VERSION@@/2.14.1/g' \
git-svn.perl >git-svn+ && \
chmod +x git-svn+ && \
mv git-svn+ git-svn
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C git-gui gitexecdir='/opt/local/libexec/git-core' all
make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/git-gui'
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/git-gui'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C gitk-git all
make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/gitk-git'
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/gitk-git'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl PERL_PATH='/opt/local/bin/perl5.24' prefix='/opt/local' localedir='/opt/local/share/locale' all
make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/perl'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f perl.mak all
make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/perl'
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/Fetcher.pm >blib/lib/Git/SVN/Fetcher.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/I18N.pm >blib/lib/Git/I18N.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/IndexInfo.pm >blib/lib/Git/IndexInfo.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/GlobSpec.pm >blib/lib/Git/SVN/GlobSpec.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/Editor.pm >blib/lib/Git/SVN/Editor.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/Prompt.pm >blib/lib/Git/SVN/Prompt.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/Utils.pm >blib/lib/Git/SVN/Utils.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/Ra.pm >blib/lib/Git/SVN/Ra.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN.pm >blib/lib/Git/SVN.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git.pm >blib/lib/Git.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/Log.pm >blib/lib/Git/SVN/Log.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/Migration.pm >blib/lib/Git/SVN/Migration.pm
"/opt/local/bin/perl5.24" -pe "s<\Q++LOCALEDIR++\E></opt/local/share/locale>" <Git/SVN/Memoize/YAML.pm >blib/lib/Git/SVN/Memoize/YAML.pm
Manifying 8 pod documents
make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/perl'
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/perl'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C templates SHELL_PATH='/bin/sh' PERL_PATH='/opt/local/bin/perl5.24'
make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/templates'
: no custom templates yet
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/templates'
install -d -m 755 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/bin'
install -d -m 755 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/libexec/git-core'
install git-credential-store git-daemon git-fast-import git-http-backend git-imap-send git-sh-i18n--envsubst git-shell git-show-index git-upload-pack git-remote-testsvn git-http-fetch git-http-push git-credential-cache git-credential-cache--daemon git-remote-http git-remote-https git-remote-ftp git-remote-ftps git-bisect git-difftool--helper git-filter-branch git-merge-octopus git-merge-one-file git-merge-resolve git-mergetool git-quiltimport git-rebase git-request-pull git-stash git-submodule git-web--browse git-add--interactive git-archimport git-cvsexportcommit git-cvsimport git-cvsserver git-send-email git-svn git-p4 git-instaweb '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/libexec/git-core'
install -m 644 git-mergetool--lib git-parse-remote git-rebase--am git-rebase--interactive git-rebase--merge git-sh-setup git-sh-i18n '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/libexec/git-core'
install git git-upload-pack git-receive-pack git-upload-archive git-shell git-cvsserver '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/bin'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C templates DESTDIR='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot' install
make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/templates'
: no custom templates yet
install -d -m 755 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-core/templates'
(cd blt && tar cf - .) | \
(cd '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-core/templates' && umask 022 && tar xof -)
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/templates'
install -d -m 755 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/libexec/git-core/mergetools'
install -m 644 mergetools/* '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/libexec/git-core/mergetools'
install -d -m 755 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/locale'
(cd po/build/locale && tar cf - .) | \
(cd '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/locale' && umask 022 && tar xof -)
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C perl prefix='/opt/local' DESTDIR='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot' install
make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/perl'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f perl.mak install
make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/perl'
Manifying 8 pod documents
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/lib/perl5/site_perl/5.24/Git.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/lib/perl5/site_perl/5.24/Git/I18N.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/lib/perl5/site_perl/5.24/Git/IndexInfo.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/lib/perl5/site_perl/5.24/Git/SVN.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/lib/perl5/site_perl/5.24/Git/SVN/Editor.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/lib/perl5/site_perl/5.24/Git/SVN/Fetcher.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/lib/perl5/site_perl/5.24/Git/SVN/GlobSpec.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/lib/perl5/site_perl/5.24/Git/SVN/Log.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/lib/perl5/site_perl/5.24/Git/SVN/Migration.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/lib/perl5/site_perl/5.24/Git/SVN/Prompt.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/lib/perl5/site_perl/5.24/Git/SVN/Ra.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/lib/perl5/site_perl/5.24/Git/SVN/Utils.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/lib/perl5/site_perl/5.24/Git/SVN/Memoize/YAML.pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man3/Git.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man3/Git::I18N.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man3/Git::SVN::Editor.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man3/Git::SVN::Fetcher.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man3/Git::SVN::Memoize::YAML.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man3/Git::SVN::Prompt.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man3/Git::SVN::Ra.3pm
Installing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man3/Git::SVN::Utils.3pm
Appending installation info to /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/lib/perl5/5.24/darwin-thread-multi-2level/perllocal.pod
make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/perl'
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/perl'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C gitweb install
make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/gitweb'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../ GIT-VERSION-FILE
make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1'
make[2]: `GIT-VERSION-FILE' is up to date.
make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1'
rm -f gitweb.cgi gitweb.cgi+ && \
sed -e '1s|#!.*perl|#!/opt/local/bin/perl5.24|' \
-e 's|++GIT_VERSION++|2.14.1|g' -e 's|++GIT_BINDIR++|/opt/local/bin|g' -e 's|++GITWEB_CONFIG++|gitweb_config.perl|g' -e 's|++GITWEB_CONFIG_SYSTEM++|/etc/gitweb.conf|g' -e 's|++GITWEB_CONFIG_COMMON++|/etc/gitweb-common.conf|g' -e 's|++GITWEB_HOME_LINK_STR++|projects|g' -e 's|++GITWEB_SITENAME++||g' -e 's|++GITWEB_PROJECTROOT++|/pub/git|g' -e 's|"++GITWEB_PROJECT_MAXDEPTH++"|2007|g' -e 's|++GITWEB_EXPORT_OK++||g' -e 's|++GITWEB_STRICT_EXPORT++||g' -e 's|++GITWEB_BASE_URL++||g' -e 's|++GITWEB_LIST++||g' -e 's|++GITWEB_HOMETEXT++|indextext.html|g' -e 's|++GITWEB_CSS++|static/gitweb.css|g' -e 's|++GITWEB_LOGO++|static/git-logo.png|g' -e 's|++GITWEB_FAVICON++|static/git-favicon.png|g' -e 's|++GITWEB_JS++|static/gitweb.js|g' -e 's|++GITWEB_SITE_HTML_HEAD_STRING++||g' -e 's|++GITWEB_SITE_HEADER++||g' -e 's|++GITWEB_SITE_FOOTER++||g' -e 's|++HIGHLIGHT_BIN++|highlight|g' gitweb.perl >gitweb.cgi+ && \
chmod +x gitweb.cgi+ && \
mv gitweb.cgi+ gitweb.cgi
rm -f static/gitweb.js static/gitweb.js+ && \
cat static/js/lib/common-lib.js static/js/lib/datetime.js static/js/lib/cookies.js static/js/javascript-detection.js static/js/adjust-timezone.js static/js/blame_incremental.js >static/gitweb.js+ && \
mv static/gitweb.js+ static/gitweb.js
install -d -m 755 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitweb'
install -m 755 gitweb.cgi '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitweb'
install -d -m 755 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitweb/static'
install -m 644 static/gitweb.js static/gitweb.css static/git-logo.png static/git-favicon.png '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitweb/static'
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/gitweb'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C gitk-git install
make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/gitk-git'
install -d -m 755 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/bin'
install -m 755 gitk-wish '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/bin'/gitk
install -d -m 755 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitk/lib/msgs'
install -m 644 po/bg.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitk/lib/msgs' && install -m 644 po/ca.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitk/lib/msgs' && install -m 644 po/de.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitk/lib/msgs' && install -m 644 po/es.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitk/lib/msgs' && install -m 644 po/fr.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitk/lib/msgs' && install -m 644 po/hu.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitk/lib/msgs' && install -m 644 po/it.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitk/lib/msgs' && install -m 644 po/ja.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitk/lib/msgs' && install -m 644 po/pt_br.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitk/lib/msgs' && install -m 644 po/pt_pt.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitk/lib/msgs' && install -m 644 po/ru.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitk/lib/msgs' && install -m 644 po/sv.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitk/lib/msgs' && install -m 644 po/vi.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/gitk/lib/msgs' && true
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/gitk-git'
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C git-gui gitexecdir='/opt/local/libexec/git-core' install
make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/git-gui'
install -d -m 755 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/libexec/git-core'
install -m 755 git-gui '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/libexec/git-core'
install -m 755 git-gui--askpass '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/libexec/git-core'
rm -f '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/libexec/git-core/git-citool' && ln '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/libexec/git-core/git-gui' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/libexec/git-core/git-citool' && true
install -d -m 755 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib'
install -m 644 lib/tclIndex '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib'
find 'Git Gui.app' | cpio -pud '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib'
169 blocks
install -m 755 git-gui.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib'
install -m 644 lib/about.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/blame.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/branch.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/branch_checkout.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/branch_create.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/branch_delete.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/branch_rename.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/browser.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/checkout_op.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/choose_font.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/choose_repository.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/choose_rev.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/class.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/commit.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/console.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/database.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/date.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/diff.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/encoding.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/error.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/index.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/line.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/logo.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/merge.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/mergetool.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/option.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/remote.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/remote_add.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/remote_branch_delete.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/search.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/shortcut.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/spellcheck.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/sshkey.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/status_bar.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/themed.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/tools.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/tools_dlg.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/transport.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/win32.tcl '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/git-gui.ico '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && install -m 644 lib/win32_shortcut.js '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib' && true
install -d -m 755 '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib/msgs'
install -m 644 po/bg.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib/msgs' && install -m 644 po/de.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib/msgs' && install -m 644 po/el.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib/msgs' && install -m 644 po/fr.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib/msgs' && install -m 644 po/hu.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib/msgs' && install -m 644 po/it.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib/msgs' && install -m 644 po/ja.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib/msgs' && install -m 644 po/nb.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib/msgs' && install -m 644 po/pt_br.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib/msgs' && install -m 644 po/pt_pt.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib/msgs' && install -m 644 po/ru.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib/msgs' && install -m 644 po/sv.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib/msgs' && install -m 644 po/vi.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib/msgs' && install -m 644 po/zh_cn.msg '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib/msgs' && true
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/git-gui'
bindir=$(cd '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/bin' && pwd) && \
execdir=$(cd '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/libexec/git-core' && pwd) && \
{ test "$bindir/" = "$execdir/" || \
for p in git git-shell git-upload-pack git-cvsserver; do \
rm -f "$execdir/$p" && \
test -z "" && \
ln "$bindir/$p" "$execdir/$p" 2>/dev/null || \
cp "$bindir/$p" "$execdir/$p" || exit; \
done; \
} && \
for p in git-receive-pack git-upload-archive; do \
rm -f "$bindir/$p" && \
test -z "" && \
ln "$bindir/git" "$bindir/$p" 2>/dev/null || \
ln -s "git" "$bindir/$p" 2>/dev/null || \
cp "$bindir/git" "$bindir/$p" || exit; \
done && \
for p in git-add git-am git-annotate git-apply git-archive git-bisect--helper git-blame git-branch git-bundle git-cat-file git-check-attr git-check-ignore git-check-mailmap git-check-ref-format git-checkout-index git-checkout git-clean git-clone git-column git-commit-tree git-commit git-config git-count-objects git-credential git-describe git-diff-files git-diff-index git-diff-tree git-diff git-difftool git-fast-export git-fetch-pack git-fetch git-fmt-merge-msg git-for-each-ref git-fsck git-gc git-get-tar-commit-id git-grep git-hash-object git-help git-index-pack git-init-db git-interpret-trailers git-log git-ls-files git-ls-remote git-ls-tree git-mailinfo git-mailsplit git-merge git-merge-base git-merge-file git-merge-index git-merge-ours git-merge-recursive git-merge-tree git-mktag git-mktree git-mv git-name-rev git-notes git-pack-objects git-pack-redundant git-pack-refs git-patch-id git-prune-packed git-prune git-pull git-push git-read-tree git-rebase--helper git-receive-pack git-reflog git-remote git-remote-ext git-remote-fd git-repack git-replace git-rerere git-reset git-rev-list git-rev-parse git-revert git-rm git-send-pack git-shortlog git-show-branch git-show-ref git-stripspace git-submodule--helper git-symbolic-ref git-tag git-unpack-file git-unpack-objects git-update-index git-update-ref git-update-server-info git-upload-archive git-var git-verify-commit git-verify-pack git-verify-tag git-worktree git-write-tree git-cherry git-cherry-pick git-format-patch git-fsck-objects git-init git-merge-subtree git-show git-stage git-status git-whatchanged; do \
rm -f "$execdir/$p" && \
test -z "" && \
ln "$execdir/git" "$execdir/$p" 2>/dev/null || \
ln -s "git" "$execdir/$p" 2>/dev/null || \
cp "$execdir/git" "$execdir/$p" || exit; \
done && \
remote_curl_aliases="git-remote-https git-remote-ftp git-remote-ftps" && \
for p in $remote_curl_aliases; do \
rm -f "$execdir/$p" && \
test -z "" && \
ln "$execdir/git-remote-http" "$execdir/$p" 2>/dev/null || \
ln -s "git-remote-http" "$execdir/$p" 2>/dev/null || \
cp "$execdir/git-remote-http" "$execdir/$p" || exit; \
done && \
./check_bindir "z$bindir" "z$execdir" "$bindir/git-add"
make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1'
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-add.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-add.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-am.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-am.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-annotate.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-annotate.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-apply.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-apply.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-archimport.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-archimport.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-archive.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-archive.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-bisect.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-bisect.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-blame.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-blame.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-branch.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-branch.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-bundle.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-bundle.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-cat-file.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-cat-file.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-check-attr.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-check-attr.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-check-ignore.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-check-ignore.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-check-mailmap.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-check-mailmap.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-check-ref-format.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-check-ref-format.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-checkout-index.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-checkout-index.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-checkout.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-checkout.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-cherry-pick.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-cherry-pick.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-cherry.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-cherry.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-citool.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-citool.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-clean.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-clean.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-clone.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-clone.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-column.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-column.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-commit-tree.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-commit-tree.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-commit.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-commit.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-config.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-config.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-count-objects.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-count-objects.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-credential-cache--daemon.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-credential-cache--daemon.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-credential-cache.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-credential-cache.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-credential-store.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-credential-store.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-credential.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-credential.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-cvsexportcommit.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-cvsexportcommit.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-cvsimport.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-cvsimport.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-cvsserver.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-cvsserver.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-daemon.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-daemon.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-describe.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-describe.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-diff-files.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-diff-files.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-diff-index.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-diff-index.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-diff-tree.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-diff-tree.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-diff.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-diff.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-difftool.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-difftool.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-fast-export.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-fast-export.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-fast-import.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-fast-import.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-fetch-pack.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-fetch-pack.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-fetch.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-fetch.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-filter-branch.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-filter-branch.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-fmt-merge-msg.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-fmt-merge-msg.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-for-each-ref.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-for-each-ref.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-format-patch.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-format-patch.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-fsck-objects.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-fsck-objects.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-fsck.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-fsck.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-gc.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-gc.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-get-tar-commit-id.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-get-tar-commit-id.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-grep.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-grep.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-gui.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-gui.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-hash-object.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-hash-object.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-help.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-help.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-http-backend.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-http-backend.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-http-fetch.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-http-fetch.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-http-push.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-http-push.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-imap-send.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-imap-send.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-index-pack.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-index-pack.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-init-db.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-init-db.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-init.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-init.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-instaweb.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-instaweb.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-interpret-trailers.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-interpret-trailers.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-log.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-log.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-ls-files.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-ls-files.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-ls-remote.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-ls-remote.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-ls-tree.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-ls-tree.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-mailinfo.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-mailinfo.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-mailsplit.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-mailsplit.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-merge-base.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-merge-base.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-merge-file.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-merge-file.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-merge-index.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-merge-index.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-merge-one-file.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-merge-one-file.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-merge-tree.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-merge-tree.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-merge.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-merge.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-mergetool--lib.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-mergetool--lib.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-mergetool.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-mergetool.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-mktag.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-mktag.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-mktree.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-mktree.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-mv.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-mv.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-name-rev.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-name-rev.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-notes.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-notes.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-p4.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-p4.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-pack-objects.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-pack-objects.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-pack-redundant.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-pack-redundant.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-pack-refs.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-pack-refs.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-parse-remote.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-parse-remote.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-patch-id.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-patch-id.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-prune-packed.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-prune-packed.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-prune.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-prune.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-pull.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-pull.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-push.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-push.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-quiltimport.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-quiltimport.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-read-tree.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-read-tree.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-rebase.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-rebase.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-receive-pack.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-receive-pack.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-reflog.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-reflog.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-remote-ext.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-remote-ext.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-remote-fd.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-remote-fd.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-remote-testgit.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-remote-testgit.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-remote.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-remote.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-repack.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-repack.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-replace.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-replace.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-request-pull.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-request-pull.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-rerere.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-rerere.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-reset.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-reset.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-rev-list.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-rev-list.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-rev-parse.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-rev-parse.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-revert.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-revert.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-rm.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-rm.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-send-email.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-send-email.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-send-pack.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-send-pack.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-sh-i18n--envsubst.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-sh-i18n--envsubst.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-sh-i18n.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-sh-i18n.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-sh-setup.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-sh-setup.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-shell.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-shell.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-shortlog.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-shortlog.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-show-branch.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-show-branch.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-show-index.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-show-index.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-show-ref.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-show-ref.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-show.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-show.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-stage.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-stage.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-stash.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-stash.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-status.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-status.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-stripspace.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-stripspace.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-submodule.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-submodule.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-subtree.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-subtree.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-svn.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-svn.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-symbolic-ref.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-symbolic-ref.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-tag.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-tag.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-unpack-file.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-unpack-file.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-unpack-objects.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-unpack-objects.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-update-index.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-update-index.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-update-ref.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-update-ref.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-update-server-info.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-update-server-info.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-upload-archive.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-upload-archive.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-upload-pack.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-upload-pack.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-var.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-var.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-verify-commit.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-verify-commit.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-verify-pack.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-verify-pack.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-verify-tag.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-verify-tag.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-web--browse.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-web--browse.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-whatchanged.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-whatchanged.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-worktree.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-worktree.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git-write-tree.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git-write-tree.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/git.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/git.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/gitk.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/gitk.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/gitremote-helpers.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/gitremote-helpers.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man1/gitweb.1 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man1/gitweb.1
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man5/gitattributes.5 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man5/gitattributes.5
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man5/githooks.5 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man5/githooks.5
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man5/gitignore.5 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man5/gitignore.5
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man5/gitmodules.5 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man5/gitmodules.5
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man5/gitrepository-layout.5 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man5/gitrepository-layout.5
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man5/gitweb.conf.5 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man5/gitweb.conf.5
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man7/gitcli.7 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man7/gitcli.7
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man7/gitcore-tutorial.7 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man7/gitcore-tutorial.7
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man7/gitcredentials.7 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man7/gitcredentials.7
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man7/gitcvs-migration.7 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man7/gitcvs-migration.7
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man7/gitdiffcore.7 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man7/gitdiffcore.7
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man7/giteveryday.7 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man7/giteveryday.7
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man7/gitglossary.7 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man7/gitglossary.7
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man7/gitnamespaces.7 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man7/gitnamespaces.7
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man7/gitrevisions.7 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man7/gitrevisions.7
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man7/gitsubmodules.7 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man7/gitsubmodules.7
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man7/gittutorial-2.7 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man7/gittutorial-2.7
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man7/gittutorial.7 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man7/gittutorial.7
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/man7/gitworkflows.7 -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/man/man7/gitworkflows.7
xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/doc/git-doc
Removing /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/lib/perl5/5.24/darwin-thread-multi-2level/perllocal.pod
xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/bash-completion
xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/bash-completion/completions
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/contrib/completion/git-completion.bash -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/bash-completion/completions/git
xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/contrib/completion/git-prompt.sh -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/git/git-prompt.sh
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/contrib/subtree/git-subtree.sh -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/libexec/git-core/git-subtree
xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/emacs
xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/emacs/site-lisp
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/contrib/emacs/git-blame.el -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/emacs/site-lisp//git-blame.el
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/contrib/emacs/git.el -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/share/emacs/site-lisp//git.el
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/git-2.14.1/contrib/credential/osxkeychain/git-credential-osxkeychain -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot/opt/local/libexec/git-core//git-credential-osxkeychain
---> Compressing man pages for git
man1/git-add.1: 66.6% -- replaced with man1/git-add.1.gz
man1/git-add.1.gz: changing permissions from 00755 to 00444
man1/git-am.1: 65.6% -- replaced with man1/git-am.1.gz
man1/git-am.1.gz: changing permissions from 00755 to 00444
man1/git-annotate.1: 63.4% -- replaced with man1/git-annotate.1.gz
man1/git-annotate.1.gz: changing permissions from 00755 to 00444
man1/git-apply.1: 65.0% -- replaced with man1/git-apply.1.gz
man1/git-apply.1.gz: changing permissions from 00755 to 00444
man1/git-archimport.1: 58.6% -- replaced with man1/git-archimport.1.gz
man1/git-archimport.1.gz: changing permissions from 00755 to 00444
man1/git-archive.1: 63.5% -- replaced with man1/git-archive.1.gz
man1/git-archive.1.gz: changing permissions from 00755 to 00444
man1/git-bisect.1: 68.5% -- replaced with man1/git-bisect.1.gz
man1/git-bisect.1.gz: changing permissions from 00755 to 00444
man1/git-blame.1: 66.4% -- replaced with man1/git-blame.1.gz
man1/git-blame.1.gz: changing permissions from 00755 to 00444
man1/git-branch.1: 66.4% -- replaced with man1/git-branch.1.gz
man1/git-branch.1.gz: changing permissions from 00755 to 00444
man1/git-bundle.1: 64.5% -- replaced with man1/git-bundle.1.gz
man1/git-bundle.1.gz: changing permissions from 00755 to 00444
man1/git-cat-file.1: 66.1% -- replaced with man1/git-cat-file.1.gz
man1/git-cat-file.1.gz: changing permissions from 00755 to 00444
man1/git-check-attr.1: 66.5% -- replaced with man1/git-check-attr.1.gz
man1/git-check-attr.1.gz: changing permissions from 00755 to 00444
man1/git-check-ignore.1: 59.1% -- replaced with man1/git-check-ignore.1.gz
man1/git-check-ignore.1.gz: changing permissions from 00755 to 00444
man1/git-check-mailmap.1: 64.5% -- replaced with man1/git-check-mailmap.1.gz
man1/git-check-mailmap.1.gz: changing permissions from 00755 to 00444
man1/git-check-ref-format.1: 63.7% -- replaced with man1/git-check-ref-format.1.gz
man1/git-check-ref-format.1.gz: changing permissions from 00755 to 00444
man1/git-checkout-index.1: 62.5% -- replaced with man1/git-checkout-index.1.gz
man1/git-checkout-index.1.gz: changing permissions from 00755 to 00444
man1/git-checkout.1: 68.6% -- replaced with man1/git-checkout.1.gz
man1/git-checkout.1.gz: changing permissions from 00755 to 00444
man1/git-cherry-pick.1: 64.3% -- replaced with man1/git-cherry-pick.1.gz
man1/git-cherry-pick.1.gz: changing permissions from 00755 to 00444
man1/git-cherry.1: 63.7% -- replaced with man1/git-cherry.1.gz
man1/git-cherry.1.gz: changing permissions from 00755 to 00444
man1/git-citool.1: 58.3% -- replaced with man1/git-citool.1.gz
man1/git-citool.1.gz: changing permissions from 00755 to 00444
man1/git-clean.1: 59.8% -- replaced with man1/git-clean.1.gz
man1/git-clean.1.gz: changing permissions from 00755 to 00444
man1/git-clone.1: 68.2% -- replaced with man1/git-clone.1.gz
man1/git-clone.1.gz: changing permissions from 00755 to 00444
man1/git-column.1: 59.4% -- replaced with man1/git-column.1.gz
man1/git-column.1.gz: changing permissions from 00755 to 00444
man1/git-commit-tree.1: 60.8% -- replaced with man1/git-commit-tree.1.gz
man1/git-commit-tree.1.gz: changing permissions from 00755 to 00444
man1/git-commit.1: 66.8% -- replaced with man1/git-commit.1.gz
man1/git-commit.1.gz: changing permissions from 00755 to 00444
man1/git-config.1: 71.9% -- replaced with man1/git-config.1.gz
man1/git-config.1.gz: changing permissions from 00755 to 00444
man1/git-count-objects.1: 59.2% -- replaced with man1/git-count-objects.1.gz
man1/git-count-objects.1.gz: changing permissions from 00755 to 00444
man1/git-credential-cache--daemon.1: 56.6% -- replaced with man1/git-credential-cache--daemon.1.gz
man1/git-credential-cache--daemon.1.gz: changing permissions from 00755 to 00444
man1/git-credential-cache.1: 57.7% -- replaced with man1/git-credential-cache.1.gz
man1/git-credential-cache.1.gz: changing permissions from 00755 to 00444
man1/git-credential-store.1: 59.5% -- replaced with man1/git-credential-store.1.gz
man1/git-credential-store.1.gz: changing permissions from 00755 to 00444
man1/git-credential.1: 63.0% -- replaced with man1/git-credential.1.gz
man1/git-credential.1.gz: changing permissions from 00755 to 00444
man1/git-cvsexportcommit.1: 60.4% -- replaced with man1/git-cvsexportcommit.1.gz
man1/git-cvsexportcommit.1.gz: changing permissions from 00755 to 00444
man1/git-cvsimport.1: 61.1% -- replaced with man1/git-cvsimport.1.gz
man1/git-cvsimport.1.gz: changing permissions from 00755 to 00444
man1/git-cvsserver.1: 64.1% -- replaced with man1/git-cvsserver.1.gz
man1/git-cvsserver.1.gz: changing permissions from 00755 to 00444
man1/git-daemon.1: 65.9% -- replaced with man1/git-daemon.1.gz
man1/git-daemon.1.gz: changing permissions from 00755 to 00444
man1/git-describe.1: 64.2% -- replaced with man1/git-describe.1.gz
man1/git-describe.1.gz: changing permissions from 00755 to 00444
man1/git-diff-files.1: 69.6% -- replaced with man1/git-diff-files.1.gz
man1/git-diff-files.1.gz: changing permissions from 00755 to 00444
man1/git-diff-index.1: 69.5% -- replaced with man1/git-diff-index.1.gz
man1/git-diff-index.1.gz: changing permissions from 00755 to 00444
man1/git-diff-tree.1: 72.1% -- replaced with man1/git-diff-tree.1.gz
man1/git-diff-tree.1.gz: changing permissions from 00755 to 00444
man1/git-diff.1: 70.3% -- replaced with man1/git-diff.1.gz
man1/git-diff.1.gz: changing permissions from 00755 to 00444
man1/git-difftool.1: 64.6% -- replaced with man1/git-difftool.1.gz
man1/git-difftool.1.gz: changing permissions from 00755 to 00444
man1/git-fast-export.1: 60.8% -- replaced with man1/git-fast-export.1.gz
man1/git-fast-export.1.gz: changing permissions from 00755 to 00444
man1/git-fast-import.1: 70.1% -- replaced with man1/git-fast-import.1.gz
man1/git-fast-import.1.gz: changing permissions from 00755 to 00444
man1/git-fetch-pack.1: 59.4% -- replaced with man1/git-fetch-pack.1.gz
man1/git-fetch-pack.1.gz: changing permissions from 00755 to 00444
man1/git-fetch.1: 69.0% -- replaced with man1/git-fetch.1.gz
man1/git-fetch.1.gz: changing permissions from 00755 to 00444
man1/git-filter-branch.1: 65.5% -- replaced with man1/git-filter-branch.1.gz
man1/git-filter-branch.1.gz: changing permissions from 00755 to 00444
man1/git-fmt-merge-msg.1: 62.1% -- replaced with man1/git-fmt-merge-msg.1.gz
man1/git-fmt-merge-msg.1.gz: changing permissions from 00755 to 00444
man1/git-for-each-ref.1: 64.5% -- replaced with man1/git-for-each-ref.1.gz
man1/git-for-each-ref.1.gz: changing permissions from 00755 to 00444
man1/git-format-patch.1: 67.8% -- replaced with man1/git-format-patch.1.gz
man1/git-format-patch.1.gz: changing permissions from 00755 to 00444
man1/git-fsck-objects.1: 58.5% -- replaced with man1/git-fsck-objects.1.gz
man1/git-fsck-objects.1.gz: changing permissions from 00755 to 00444
man1/git-fsck.1: 61.3% -- replaced with man1/git-fsck.1.gz
man1/git-fsck.1.gz: changing permissions from 00755 to 00444
man1/git-gc.1: 62.4% -- replaced with man1/git-gc.1.gz
man1/git-gc.1.gz: changing permissions from 00755 to 00444
man1/git-get-tar-commit-id.1: 58.5% -- replaced with man1/git-get-tar-commit-id.1.gz
man1/git-get-tar-commit-id.1.gz: changing permissions from 00755 to 00444
man1/git-grep.1: 65.8% -- replaced with man1/git-grep.1.gz
man1/git-grep.1.gz: changing permissions from 00755 to 00444
man1/git-gui.1: 59.8% -- replaced with man1/git-gui.1.gz
man1/git-gui.1.gz: changing permissions from 00755 to 00444
man1/git-hash-object.1: 58.3% -- replaced with man1/git-hash-object.1.gz
man1/git-hash-object.1.gz: changing permissions from 00755 to 00444
man1/git-help.1: 67.1% -- replaced with man1/git-help.1.gz
man1/git-help.1.gz: changing permissions from 00755 to 00444
man1/git-http-backend.1: 67.3% -- replaced with man1/git-http-backend.1.gz
man1/git-http-backend.1.gz: changing permissions from 00755 to 00444
man1/git-http-fetch.1: 57.7% -- replaced with man1/git-http-fetch.1.gz
man1/git-http-fetch.1.gz: changing permissions from 00755 to 00444
man1/git-http-push.1: 62.0% -- replaced with man1/git-http-push.1.gz
man1/git-http-push.1.gz: changing permissions from 00755 to 00444
man1/git-imap-send.1: 60.3% -- replaced with man1/git-imap-send.1.gz
man1/git-imap-send.1.gz: changing permissions from 00755 to 00444
man1/git-index-pack.1: 59.7% -- replaced with man1/git-index-pack.1.gz
man1/git-index-pack.1.gz: changing permissions from 00755 to 00444
man1/git-init-db.1: 57.6% -- replaced with man1/git-init-db.1.gz
man1/git-init-db.1.gz: changing permissions from 00755 to 00444
man1/git-init.1: 61.3% -- replaced with man1/git-init.1.gz
man1/git-init.1.gz: changing permissions from 00755 to 00444
man1/git-instaweb.1: 60.8% -- replaced with man1/git-instaweb.1.gz
man1/git-instaweb.1.gz: changing permissions from 00755 to 00444
man1/git-interpret-trailers.1: 71.6% -- replaced with man1/git-interpret-trailers.1.gz
man1/git-interpret-trailers.1.gz: changing permissions from 00755 to 00444
man1/git-log.1: 71.6% -- replaced with man1/git-log.1.gz
man1/git-log.1.gz: changing permissions from 00755 to 00444
man1/git-ls-files.1: 63.5% -- replaced with man1/git-ls-files.1.gz
man1/git-ls-files.1.gz: changing permissions from 00755 to 00444
man1/git-ls-remote.1: 59.3% -- replaced with man1/git-ls-remote.1.gz
man1/git-ls-remote.1.gz: changing permissions from 00755 to 00444
man1/git-ls-tree.1: 60.2% -- replaced with man1/git-ls-tree.1.gz
man1/git-ls-tree.1.gz: changing permissions from 00755 to 00444
man1/git-mailinfo.1: 59.8% -- replaced with man1/git-mailinfo.1.gz
man1/git-mailinfo.1.gz: changing permissions from 00755 to 00444
man1/git-mailsplit.1: 55.9% -- replaced with man1/git-mailsplit.1.gz
man1/git-mailsplit.1.gz: changing permissions from 00755 to 00444
man1/git-merge-base.1: 66.7% -- replaced with man1/git-merge-base.1.gz
man1/git-merge-base.1.gz: changing permissions from 00755 to 00444
man1/git-merge-file.1: 59.9% -- replaced with man1/git-merge-file.1.gz
man1/git-merge-file.1.gz: changing permissions from 00755 to 00444
man1/git-merge-index.1: 59.7% -- replaced with man1/git-merge-index.1.gz
man1/git-merge-index.1.gz: changing permissions from 00755 to 00444
man1/git-merge-one-file.1: 59.6% -- replaced with man1/git-merge-one-file.1.gz
man1/git-merge-one-file.1.gz: changing permissions from 00755 to 00444
man1/git-merge-tree.1: 58.2% -- replaced with man1/git-merge-tree.1.gz
man1/git-merge-tree.1.gz: changing permissions from 00755 to 00444
man1/git-merge.1: 69.9% -- replaced with man1/git-merge.1.gz
man1/git-merge.1.gz: changing permissions from 00755 to 00444
man1/git-mergetool--lib.1: 57.8% -- replaced with man1/git-mergetool--lib.1.gz
man1/git-mergetool--lib.1.gz: changing permissions from 00755 to 00444
man1/git-mergetool.1: 63.7% -- replaced with man1/git-mergetool.1.gz
man1/git-mergetool.1.gz: changing permissions from 00755 to 00444
man1/git-mktag.1: 55.9% -- replaced with man1/git-mktag.1.gz
man1/git-mktag.1.gz: changing permissions from 00755 to 00444
man1/git-mktree.1: 56.6% -- replaced with man1/git-mktree.1.gz
man1/git-mktree.1.gz: changing permissions from 00755 to 00444
man1/git-mv.1: 57.5% -- replaced with man1/git-mv.1.gz
man1/git-mv.1.gz: changing permissions from 00755 to 00444
man1/git-name-rev.1: 60.0% -- replaced with man1/git-name-rev.1.gz
man1/git-name-rev.1.gz: changing permissions from 00755 to 00444
man1/git-notes.1: 67.1% -- replaced with man1/git-notes.1.gz
man1/git-notes.1.gz: changing permissions from 00755 to 00444
man1/git-p4.1: 68.4% -- replaced with man1/git-p4.1.gz
man1/git-p4.1.gz: changing permissions from 00755 to 00444
man1/git-pack-objects.1: 63.2% -- replaced with man1/git-pack-objects.1.gz
man1/git-pack-objects.1.gz: changing permissions from 00755 to 00444
man1/git-pack-redundant.1: 57.3% -- replaced with man1/git-pack-redundant.1.gz
man1/git-pack-redundant.1.gz: changing permissions from 00755 to 00444
man1/git-pack-refs.1: 57.4% -- replaced with man1/git-pack-refs.1.gz
man1/git-pack-refs.1.gz: changing permissions from 00755 to 00444
man1/git-parse-remote.1: 57.1% -- replaced with man1/git-parse-remote.1.gz
man1/git-parse-remote.1.gz: changing permissions from 00755 to 00444
man1/git-patch-id.1: 59.0% -- replaced with man1/git-patch-id.1.gz
man1/git-patch-id.1.gz: changing permissions from 00755 to 00444
man1/git-prune-packed.1: 55.6% -- replaced with man1/git-prune-packed.1.gz
man1/git-prune-packed.1.gz: changing permissions from 00755 to 00444
man1/git-prune.1: 57.7% -- replaced with man1/git-prune.1.gz
man1/git-prune.1.gz: changing permissions from 00755 to 00444
man1/git-pull.1: 68.9% -- replaced with man1/git-pull.1.gz
man1/git-pull.1.gz: changing permissions from 00755 to 00444
man1/git-push.1: 69.7% -- replaced with man1/git-push.1.gz
man1/git-push.1.gz: changing permissions from 00755 to 00444
man1/git-quiltimport.1: 60.5% -- replaced with man1/git-quiltimport.1.gz
man1/git-quiltimport.1.gz: changing permissions from 00755 to 00444
man1/git-read-tree.1: 67.5% -- replaced with man1/git-read-tree.1.gz
man1/git-read-tree.1.gz: changing permissions from 00755 to 00444
man1/git-rebase.1: 69.9% -- replaced with man1/git-rebase.1.gz
man1/git-rebase.1.gz: changing permissions from 00755 to 00444
man1/git-receive-pack.1: 65.6% -- replaced with man1/git-receive-pack.1.gz
man1/git-receive-pack.1.gz: changing permissions from 00755 to 00444
man1/git-reflog.1: 62.5% -- replaced with man1/git-reflog.1.gz
man1/git-reflog.1.gz: changing permissions from 00755 to 00444
man1/git-remote-ext.1: 64.3% -- replaced with man1/git-remote-ext.1.gz
man1/git-remote-ext.1.gz: changing permissions from 00755 to 00444
man1/git-remote-fd.1: 58.0% -- replaced with man1/git-remote-fd.1.gz
man1/git-remote-fd.1.gz: changing permissions from 00755 to 00444
man1/git-remote-testgit.1: 58.3% -- replaced with man1/git-remote-testgit.1.gz
man1/git-remote-testgit.1.gz: changing permissions from 00755 to 00444
man1/git-remote.1: 67.0% -- replaced with man1/git-remote.1.gz
man1/git-remote.1.gz: changing permissions from 00755 to 00444
man1/git-repack.1: 61.6% -- replaced with man1/git-repack.1.gz
man1/git-repack.1.gz: changing permissions from 00755 to 00444
man1/git-replace.1: 63.9% -- replaced with man1/git-replace.1.gz
man1/git-replace.1.gz: changing permissions from 00755 to 00444
man1/git-request-pull.1: 61.8% -- replaced with man1/git-request-pull.1.gz
man1/git-request-pull.1.gz: changing permissions from 00755 to 00444
man1/git-rerere.1: 66.3% -- replaced with man1/git-rerere.1.gz
man1/git-rerere.1.gz: changing permissions from 00755 to 00444
man1/git-reset.1: 72.1% -- replaced with man1/git-reset.1.gz
man1/git-reset.1.gz: changing permissions from 00755 to 00444
man1/git-rev-list.1: 73.8% -- replaced with man1/git-rev-list.1.gz
man1/git-rev-list.1.gz: changing permissions from 00755 to 00444
man1/git-rev-parse.1: 68.5% -- replaced with man1/git-rev-parse.1.gz
man1/git-rev-parse.1.gz: changing permissions from 00755 to 00444
man1/git-revert.1: 60.8% -- replaced with man1/git-revert.1.gz
man1/git-revert.1.gz: changing permissions from 00755 to 00444
man1/git-rm.1: 61.6% -- replaced with man1/git-rm.1.gz
man1/git-rm.1.gz: changing permissions from 00755 to 00444
man1/git-send-email.1: 69.1% -- replaced with man1/git-send-email.1.gz
man1/git-send-email.1.gz: changing permissions from 00755 to 00444
man1/git-send-pack.1: 62.3% -- replaced with man1/git-send-pack.1.gz
man1/git-send-pack.1.gz: changing permissions from 00755 to 00444
man1/git-sh-i18n--envsubst.1: 56.6% -- replaced with man1/git-sh-i18n--envsubst.1.gz
man1/git-sh-i18n--envsubst.1.gz: changing permissions from 00755 to 00444
man1/git-sh-i18n.1: 58.1% -- replaced with man1/git-sh-i18n.1.gz
man1/git-sh-i18n.1.gz: changing permissions from 00755 to 00444
man1/git-sh-setup.1: 56.7% -- replaced with man1/git-sh-setup.1.gz
man1/git-sh-setup.1.gz: changing permissions from 00755 to 00444
man1/git-shell.1: 59.2% -- replaced with man1/git-shell.1.gz
man1/git-shell.1.gz: changing permissions from 00755 to 00444
man1/git-shortlog.1: 63.5% -- replaced with man1/git-shortlog.1.gz
man1/git-shortlog.1.gz: changing permissions from 00755 to 00444
man1/git-show-branch.1: 61.9% -- replaced with man1/git-show-branch.1.gz
man1/git-show-branch.1.gz: changing permissions from 00755 to 00444
man1/git-show-index.1: 57.3% -- replaced with man1/git-show-index.1.gz
man1/git-show-index.1.gz: changing permissions from 00755 to 00444
man1/git-show-ref.1: 60.3% -- replaced with man1/git-show-ref.1.gz
man1/git-show-ref.1.gz: changing permissions from 00755 to 00444
man1/git-show.1: 70.8% -- replaced with man1/git-show.1.gz
man1/git-show.1.gz: changing permissions from 00755 to 00444
man1/git-stage.1: 58.8% -- replaced with man1/git-stage.1.gz
man1/git-stage.1.gz: changing permissions from 00755 to 00444
man1/git-stash.1: 66.4% -- replaced with man1/git-stash.1.gz
man1/git-stash.1.gz: changing permissions from 00755 to 00444
man1/git-status.1: 68.6% -- replaced with man1/git-status.1.gz
man1/git-status.1.gz: changing permissions from 00755 to 00444
man1/git-stripspace.1: 63.0% -- replaced with man1/git-stripspace.1.gz
man1/git-stripspace.1.gz: changing permissions from 00755 to 00444
man1/git-submodule.1: 70.2% -- replaced with man1/git-submodule.1.gz
man1/git-submodule.1.gz: changing permissions from 00755 to 00444
man1/git-subtree.1: 65.9% -- replaced with man1/git-subtree.1.gz
man1/git-subtree.1.gz: changing permissions from 00755 to 00444
man1/git-svn.1: 69.4% -- replaced with man1/git-svn.1.gz
man1/git-svn.1.gz: changing permissions from 00755 to 00444
man1/git-symbolic-ref.1: 59.5% -- replaced with man1/git-symbolic-ref.1.gz
man1/git-symbolic-ref.1.gz: changing permissions from 00755 to 00444
man1/git-tag.1: 61.9% -- replaced with man1/git-tag.1.gz
man1/git-tag.1.gz: changing permissions from 00755 to 00444
man1/git-unpack-file.1: 57.9% -- replaced with man1/git-unpack-file.1.gz
man1/git-unpack-file.1.gz: changing permissions from 00755 to 00444
man1/git-unpack-objects.1: 57.0% -- replaced with man1/git-unpack-objects.1.gz
man1/git-unpack-objects.1.gz: changing permissions from 00755 to 00444
man1/git-update-index.1: 67.4% -- replaced with man1/git-update-index.1.gz
man1/git-update-index.1.gz: changing permissions from 00755 to 00444
man1/git-update-ref.1: 62.1% -- replaced with man1/git-update-ref.1.gz
man1/git-update-ref.1.gz: changing permissions from 00755 to 00444
man1/git-update-server-info.1: 57.0% -- replaced with man1/git-update-server-info.1.gz
man1/git-update-server-info.1.gz: changing permissions from 00755 to 00444
man1/git-upload-archive.1: 58.7% -- replaced with man1/git-upload-archive.1.gz
man1/git-upload-archive.1.gz: changing permissions from 00755 to 00444
man1/git-upload-pack.1: 56.7% -- replaced with man1/git-upload-pack.1.gz
man1/git-upload-pack.1.gz: changing permissions from 00755 to 00444
man1/git-var.1: 58.8% -- replaced with man1/git-var.1.gz
man1/git-var.1.gz: changing permissions from 00755 to 00444
man1/git-verify-commit.1: 58.3% -- replaced with man1/git-verify-commit.1.gz
man1/git-verify-commit.1.gz: changing permissions from 00755 to 00444
man1/git-verify-pack.1: 60.0% -- replaced with man1/git-verify-pack.1.gz
man1/git-verify-pack.1.gz: changing permissions from 00755 to 00444
man1/git-verify-tag.1: 57.7% -- replaced with man1/git-verify-tag.1.gz
man1/git-verify-tag.1.gz: changing permissions from 00755 to 00444
man1/git-web--browse.1: 67.4% -- replaced with man1/git-web--browse.1.gz
man1/git-web--browse.1.gz: changing permissions from 00755 to 00444
man1/git-whatchanged.1: 56.8% -- replaced with man1/git-whatchanged.1.gz
man1/git-whatchanged.1.gz: changing permissions from 00755 to 00444
man1/git-worktree.1: 65.6% -- replaced with man1/git-worktree.1.gz
man1/git-worktree.1.gz: changing permissions from 00755 to 00444
man1/git-write-tree.1: 58.4% -- replaced with man1/git-write-tree.1.gz
man1/git-write-tree.1.gz: changing permissions from 00755 to 00444
man1/git.1: 68.0% -- replaced with man1/git.1.gz
man1/git.1.gz: changing permissions from 00755 to 00444
man1/gitk.1: 61.7% -- replaced with man1/gitk.1.gz
man1/gitk.1.gz: changing permissions from 00755 to 00444
man1/gitremote-helpers.1: 68.1% -- replaced with man1/gitremote-helpers.1.gz
man1/gitremote-helpers.1.gz: changing permissions from 00755 to 00444
man1/gitweb.1: 69.3% -- replaced with man1/gitweb.1.gz
man1/gitweb.1.gz: changing permissions from 00755 to 00444
man3/Git.3pm: 68.4% -- replaced with man3/Git.3pm.gz
man3/Git::I18N.3pm: 52.6% -- replaced with man3/Git::I18N.3pm.gz
man3/Git::SVN::Editor.3pm: 53.7% -- replaced with man3/Git::SVN::Editor.3pm.gz
man3/Git::SVN::Fetcher.3pm: 56.1% -- replaced with man3/Git::SVN::Fetcher.3pm.gz
man3/Git::SVN::Memoize::YAML.3pm: 52.6% -- replaced with man3/Git::SVN::Memoize::YAML.3pm.gz
man3/Git::SVN::Prompt.3pm: 60.3% -- replaced with man3/Git::SVN::Prompt.3pm.gz
man3/Git::SVN::Ra.3pm: 50.3% -- replaced with man3/Git::SVN::Ra.3pm.gz
man3/Git::SVN::Utils.3pm: 56.2% -- replaced with man3/Git::SVN::Utils.3pm.gz
man5/gitattributes.5: 71.5% -- replaced with man5/gitattributes.5.gz
man5/gitattributes.5.gz: changing permissions from 00755 to 00444
man5/githooks.5: 70.4% -- replaced with man5/githooks.5.gz
man5/githooks.5.gz: changing permissions from 00755 to 00444
man5/gitignore.5: 68.1% -- replaced with man5/gitignore.5.gz
man5/gitignore.5.gz: changing permissions from 00755 to 00444
man5/gitmodules.5: 62.7% -- replaced with man5/gitmodules.5.gz
man5/gitmodules.5.gz: changing permissions from 00755 to 00444
man5/gitrepository-layout.5: 66.6% -- replaced with man5/gitrepository-layout.5.gz
man5/gitrepository-layout.5.gz: changing permissions from 00755 to 00444
man5/gitweb.conf.5: 68.4% -- replaced with man5/gitweb.conf.5.gz
man5/gitweb.conf.5.gz: changing permissions from 00755 to 00444
man7/gitcli.7: 65.4% -- replaced with man7/gitcli.7.gz
man7/gitcli.7.gz: changing permissions from 00755 to 00444
man7/gitcore-tutorial.7: 71.0% -- replaced with man7/gitcore-tutorial.7.gz
man7/gitcore-tutorial.7.gz: changing permissions from 00755 to 00444
man7/gitcredentials.7: 63.8% -- replaced with man7/gitcredentials.7.gz
man7/gitcredentials.7.gz: changing permissions from 00755 to 00444
man7/gitcvs-migration.7: 60.9% -- replaced with man7/gitcvs-migration.7.gz
man7/gitcvs-migration.7.gz: changing permissions from 00755 to 00444
man7/gitdiffcore.7: 67.3% -- replaced with man7/gitdiffcore.7.gz
man7/gitdiffcore.7.gz: changing permissions from 00755 to 00444
man7/giteveryday.7: 68.7% -- replaced with man7/giteveryday.7.gz
man7/giteveryday.7.gz: changing permissions from 00755 to 00444
man7/gitglossary.7: 65.3% -- replaced with man7/gitglossary.7.gz
man7/gitglossary.7.gz: changing permissions from 00755 to 00444
man7/gitnamespaces.7: 59.8% -- replaced with man7/gitnamespaces.7.gz
man7/gitnamespaces.7.gz: changing permissions from 00755 to 00444
man7/gitrevisions.7: 67.1% -- replaced with man7/gitrevisions.7.gz
man7/gitrevisions.7.gz: changing permissions from 00755 to 00444
man7/gitsubmodules.7: 67.3% -- replaced with man7/gitsubmodules.7.gz
man7/gitsubmodules.7.gz: changing permissions from 00755 to 00444
man7/gittutorial-2.7: 67.2% -- replaced with man7/gittutorial-2.7.gz
man7/gittutorial-2.7.gz: changing permissions from 00755 to 00444
man7/gittutorial.7: 68.0% -- replaced with man7/gittutorial.7.gz
man7/gittutorial.7.gz: changing permissions from 00755 to 00444
man7/gitworkflows.7: 65.1% -- replaced with man7/gitworkflows.7.gz
man7/gitworkflows.7.gz: changing permissions from 00755 to 00444
---> Installing git @2.14.1_1+credential_osxkeychain+doc+pcre+perl5_24
Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git/git/work/destroot" && /usr/bin/tar -cvf - . | /usr/bin/bzip2 -c9 > /opt/local/var/macports/software/git/git-2.14.1_1+credential_osxkeychain+doc+pcre+perl5_24.darwin_13.x86_64.tbz2
a .
a ./+COMMENT
a ./+CONTENTS
a ./+DESC
a ./+PORTFILE
a ./+STATE
a ./opt
a ./opt/local
a ./opt/local/bin
a ./opt/local/lib
a ./opt/local/libexec
a ./opt/local/share
a ./opt/local/share/bash-completion
a ./opt/local/share/doc
a ./opt/local/share/emacs
a ./opt/local/share/git
a ./opt/local/share/git-core
a ./opt/local/share/git-gui
a ./opt/local/share/gitk
a ./opt/local/share/gitweb
a ./opt/local/share/locale
a ./opt/local/share/man
a ./opt/local/share/man/man1
a ./opt/local/share/man/man3
a ./opt/local/share/man/man5
a ./opt/local/share/man/man7
a ./opt/local/share/man/man7/gitcli.7.gz
a ./opt/local/share/man/man7/gitcore-tutorial.7.gz
a ./opt/local/share/man/man7/gitcredentials.7.gz
a ./opt/local/share/man/man7/gitcvs-migration.7.gz
a ./opt/local/share/man/man7/gitdiffcore.7.gz
a ./opt/local/share/man/man7/giteveryday.7.gz
a ./opt/local/share/man/man7/gitglossary.7.gz
a ./opt/local/share/man/man7/gitnamespaces.7.gz
a ./opt/local/share/man/man7/gitrevisions.7.gz
a ./opt/local/share/man/man7/gitsubmodules.7.gz
a ./opt/local/share/man/man7/gittutorial-2.7.gz
a ./opt/local/share/man/man7/gittutorial.7.gz
a ./opt/local/share/man/man7/gitworkflows.7.gz
a ./opt/local/share/man/man5/gitattributes.5.gz
a ./opt/local/share/man/man5/githooks.5.gz
a ./opt/local/share/man/man5/gitignore.5.gz
a ./opt/local/share/man/man5/gitmodules.5.gz
a ./opt/local/share/man/man5/gitrepository-layout.5.gz
a ./opt/local/share/man/man5/gitweb.conf.5.gz
a ./opt/local/share/man/man3/Git.3pm.gz
a ./opt/local/share/man/man3/Git::I18N.3pm.gz
a ./opt/local/share/man/man3/Git::SVN::Editor.3pm.gz
a ./opt/local/share/man/man3/Git::SVN::Fetcher.3pm.gz
a ./opt/local/share/man/man3/Git::SVN::Memoize::YAML.3pm.gz
a ./opt/local/share/man/man3/Git::SVN::Prompt.3pm.gz
a ./opt/local/share/man/man3/Git::SVN::Ra.3pm.gz
a ./opt/local/share/man/man3/Git::SVN::Utils.3pm.gz
a ./opt/local/share/man/man1/git-add.1.gz
a ./opt/local/share/man/man1/git-am.1.gz
a ./opt/local/share/man/man1/git-annotate.1.gz
a ./opt/local/share/man/man1/git-apply.1.gz
a ./opt/local/share/man/man1/git-archimport.1.gz
a ./opt/local/share/man/man1/git-archive.1.gz
a ./opt/local/share/man/man1/git-bisect.1.gz
a ./opt/local/share/man/man1/git-blame.1.gz
a ./opt/local/share/man/man1/git-branch.1.gz
a ./opt/local/share/man/man1/git-bundle.1.gz
a ./opt/local/share/man/man1/git-cat-file.1.gz
a ./opt/local/share/man/man1/git-check-attr.1.gz
a ./opt/local/share/man/man1/git-check-ignore.1.gz
a ./opt/local/share/man/man1/git-check-mailmap.1.gz
a ./opt/local/share/man/man1/git-check-ref-format.1.gz
a ./opt/local/share/man/man1/git-checkout-index.1.gz
a ./opt/local/share/man/man1/git-checkout.1.gz
a ./opt/local/share/man/man1/git-cherry-pick.1.gz
a ./opt/local/share/man/man1/git-cherry.1.gz
a ./opt/local/share/man/man1/git-citool.1.gz
a ./opt/local/share/man/man1/git-clean.1.gz
a ./opt/local/share/man/man1/git-clone.1.gz
a ./opt/local/share/man/man1/git-column.1.gz
a ./opt/local/share/man/man1/git-commit-tree.1.gz
a ./opt/local/share/man/man1/git-commit.1.gz
a ./opt/local/share/man/man1/git-config.1.gz
a ./opt/local/share/man/man1/git-count-objects.1.gz
a ./opt/local/share/man/man1/git-credential-cache--daemon.1.gz
a ./opt/local/share/man/man1/git-credential-cache.1.gz
a ./opt/local/share/man/man1/git-credential-store.1.gz
a ./opt/local/share/man/man1/git-credential.1.gz
a ./opt/local/share/man/man1/git-cvsexportcommit.1.gz
a ./opt/local/share/man/man1/git-cvsimport.1.gz
a ./opt/local/share/man/man1/git-cvsserver.1.gz
a ./opt/local/share/man/man1/git-daemon.1.gz
a ./opt/local/share/man/man1/git-describe.1.gz
a ./opt/local/share/man/man1/git-diff-files.1.gz
a ./opt/local/share/man/man1/git-diff-index.1.gz
a ./opt/local/share/man/man1/git-diff-tree.1.gz
a ./opt/local/share/man/man1/git-diff.1.gz
a ./opt/local/share/man/man1/git-difftool.1.gz
a ./opt/local/share/man/man1/git-fast-export.1.gz
a ./opt/local/share/man/man1/git-fast-import.1.gz
a ./opt/local/share/man/man1/git-fetch-pack.1.gz
a ./opt/local/share/man/man1/git-fetch.1.gz
a ./opt/local/share/man/man1/git-filter-branch.1.gz
a ./opt/local/share/man/man1/git-fmt-merge-msg.1.gz
a ./opt/local/share/man/man1/git-for-each-ref.1.gz
a ./opt/local/share/man/man1/git-format-patch.1.gz
a ./opt/local/share/man/man1/git-fsck-objects.1.gz
a ./opt/local/share/man/man1/git-fsck.1.gz
a ./opt/local/share/man/man1/git-gc.1.gz
a ./opt/local/share/man/man1/git-get-tar-commit-id.1.gz
a ./opt/local/share/man/man1/git-grep.1.gz
a ./opt/local/share/man/man1/git-gui.1.gz
a ./opt/local/share/man/man1/git-hash-object.1.gz
a ./opt/local/share/man/man1/git-help.1.gz
a ./opt/local/share/man/man1/git-http-backend.1.gz
a ./opt/local/share/man/man1/git-http-fetch.1.gz
a ./opt/local/share/man/man1/git-http-push.1.gz
a ./opt/local/share/man/man1/git-imap-send.1.gz
a ./opt/local/share/man/man1/git-index-pack.1.gz
a ./opt/local/share/man/man1/git-init-db.1.gz
a ./opt/local/share/man/man1/git-init.1.gz
a ./opt/local/share/man/man1/git-instaweb.1.gz
a ./opt/local/share/man/man1/git-interpret-trailers.1.gz
a ./opt/local/share/man/man1/git-log.1.gz
a ./opt/local/share/man/man1/git-ls-files.1.gz
a ./opt/local/share/man/man1/git-ls-remote.1.gz
a ./opt/local/share/man/man1/git-ls-tree.1.gz
a ./opt/local/share/man/man1/git-mailinfo.1.gz
a ./opt/local/share/man/man1/git-mailsplit.1.gz
a ./opt/local/share/man/man1/git-merge-base.1.gz
a ./opt/local/share/man/man1/git-merge-file.1.gz
a ./opt/local/share/man/man1/git-merge-index.1.gz
a ./opt/local/share/man/man1/git-merge-one-file.1.gz
a ./opt/local/share/man/man1/git-merge-tree.1.gz
a ./opt/local/share/man/man1/git-merge.1.gz
a ./opt/local/share/man/man1/git-mergetool--lib.1.gz
a ./opt/local/share/man/man1/git-mergetool.1.gz
a ./opt/local/share/man/man1/git-mktag.1.gz
a ./opt/local/share/man/man1/git-mktree.1.gz
a ./opt/local/share/man/man1/git-mv.1.gz
a ./opt/local/share/man/man1/git-name-rev.1.gz
a ./opt/local/share/man/man1/git-notes.1.gz
a ./opt/local/share/man/man1/git-p4.1.gz
a ./opt/local/share/man/man1/git-pack-objects.1.gz
a ./opt/local/share/man/man1/git-pack-redundant.1.gz
a ./opt/local/share/man/man1/git-pack-refs.1.gz
a ./opt/local/share/man/man1/git-parse-remote.1.gz
a ./opt/local/share/man/man1/git-patch-id.1.gz
a ./opt/local/share/man/man1/git-prune-packed.1.gz
a ./opt/local/share/man/man1/git-prune.1.gz
a ./opt/local/share/man/man1/git-pull.1.gz
a ./opt/local/share/man/man1/git-push.1.gz
a ./opt/local/share/man/man1/git-quiltimport.1.gz
a ./opt/local/share/man/man1/git-read-tree.1.gz
a ./opt/local/share/man/man1/git-rebase.1.gz
a ./opt/local/share/man/man1/git-receive-pack.1.gz
a ./opt/local/share/man/man1/git-reflog.1.gz
a ./opt/local/share/man/man1/git-remote-ext.1.gz
a ./opt/local/share/man/man1/git-remote-fd.1.gz
a ./opt/local/share/man/man1/git-remote-testgit.1.gz
a ./opt/local/share/man/man1/git-remote.1.gz
a ./opt/local/share/man/man1/git-repack.1.gz
a ./opt/local/share/man/man1/git-replace.1.gz
a ./opt/local/share/man/man1/git-request-pull.1.gz
a ./opt/local/share/man/man1/git-rerere.1.gz
a ./opt/local/share/man/man1/git-reset.1.gz
a ./opt/local/share/man/man1/git-rev-list.1.gz
a ./opt/local/share/man/man1/git-rev-parse.1.gz
a ./opt/local/share/man/man1/git-revert.1.gz
a ./opt/local/share/man/man1/git-rm.1.gz
a ./opt/local/share/man/man1/git-send-email.1.gz
a ./opt/local/share/man/man1/git-send-pack.1.gz
a ./opt/local/share/man/man1/git-sh-i18n--envsubst.1.gz
a ./opt/local/share/man/man1/git-sh-i18n.1.gz
a ./opt/local/share/man/man1/git-sh-setup.1.gz
a ./opt/local/share/man/man1/git-shell.1.gz
a ./opt/local/share/man/man1/git-shortlog.1.gz
a ./opt/local/share/man/man1/git-show-branch.1.gz
a ./opt/local/share/man/man1/git-show-index.1.gz
a ./opt/local/share/man/man1/git-show-ref.1.gz
a ./opt/local/share/man/man1/git-show.1.gz
a ./opt/local/share/man/man1/git-stage.1.gz
a ./opt/local/share/man/man1/git-stash.1.gz
a ./opt/local/share/man/man1/git-status.1.gz
a ./opt/local/share/man/man1/git-stripspace.1.gz
a ./opt/local/share/man/man1/git-submodule.1.gz
a ./opt/local/share/man/man1/git-subtree.1.gz
a ./opt/local/share/man/man1/git-svn.1.gz
a ./opt/local/share/man/man1/git-symbolic-ref.1.gz
a ./opt/local/share/man/man1/git-tag.1.gz
a ./opt/local/share/man/man1/git-unpack-file.1.gz
a ./opt/local/share/man/man1/git-unpack-objects.1.gz
a ./opt/local/share/man/man1/git-update-index.1.gz
a ./opt/local/share/man/man1/git-update-ref.1.gz
a ./opt/local/share/man/man1/git-update-server-info.1.gz
a ./opt/local/share/man/man1/git-upload-archive.1.gz
a ./opt/local/share/man/man1/git-upload-pack.1.gz
a ./opt/local/share/man/man1/git-var.1.gz
a ./opt/local/share/man/man1/git-verify-commit.1.gz
a ./opt/local/share/man/man1/git-verify-pack.1.gz
a ./opt/local/share/man/man1/git-verify-tag.1.gz
a ./opt/local/share/man/man1/git-web--browse.1.gz
a ./opt/local/share/man/man1/git-whatchanged.1.gz
a ./opt/local/share/man/man1/git-worktree.1.gz
a ./opt/local/share/man/man1/git-write-tree.1.gz
a ./opt/local/share/man/man1/git.1.gz
a ./opt/local/share/man/man1/gitk.1.gz
a ./opt/local/share/man/man1/gitremote-helpers.1.gz
a ./opt/local/share/man/man1/gitweb.1.gz
a ./opt/local/share/locale/bg
a ./opt/local/share/locale/ca
a ./opt/local/share/locale/de
a ./opt/local/share/locale/fr
a ./opt/local/share/locale/is
a ./opt/local/share/locale/it
a ./opt/local/share/locale/ko
a ./opt/local/share/locale/pt_PT
a ./opt/local/share/locale/ru
a ./opt/local/share/locale/sv
a ./opt/local/share/locale/vi
a ./opt/local/share/locale/zh_CN
a ./opt/local/share/locale/zh_CN/LC_MESSAGES
a ./opt/local/share/locale/zh_CN/LC_MESSAGES/git.mo
a ./opt/local/share/locale/vi/LC_MESSAGES
a ./opt/local/share/locale/vi/LC_MESSAGES/git.mo
a ./opt/local/share/locale/sv/LC_MESSAGES
a ./opt/local/share/locale/sv/LC_MESSAGES/git.mo
a ./opt/local/share/locale/ru/LC_MESSAGES
a ./opt/local/share/locale/ru/LC_MESSAGES/git.mo
a ./opt/local/share/locale/pt_PT/LC_MESSAGES
a ./opt/local/share/locale/pt_PT/LC_MESSAGES/git.mo
a ./opt/local/share/locale/ko/LC_MESSAGES
a ./opt/local/share/locale/ko/LC_MESSAGES/git.mo
a ./opt/local/share/locale/it/LC_MESSAGES
a ./opt/local/share/locale/it/LC_MESSAGES/git.mo
a ./opt/local/share/locale/is/LC_MESSAGES
a ./opt/local/share/locale/is/LC_MESSAGES/git.mo
a ./opt/local/share/locale/fr/LC_MESSAGES
a ./opt/local/share/locale/fr/LC_MESSAGES/git.mo
a ./opt/local/share/locale/de/LC_MESSAGES
a ./opt/local/share/locale/de/LC_MESSAGES/git.mo
a ./opt/local/share/locale/ca/LC_MESSAGES
a ./opt/local/share/locale/ca/LC_MESSAGES/git.mo
a ./opt/local/share/locale/bg/LC_MESSAGES
a ./opt/local/share/locale/bg/LC_MESSAGES/git.mo
a ./opt/local/share/gitweb/gitweb.cgi
a ./opt/local/share/gitweb/static
a ./opt/local/share/gitweb/static/git-favicon.png
a ./opt/local/share/gitweb/static/git-logo.png
a ./opt/local/share/gitweb/static/gitweb.css
a ./opt/local/share/gitweb/static/gitweb.js
a ./opt/local/share/gitk/lib
a ./opt/local/share/gitk/lib/msgs
a ./opt/local/share/gitk/lib/msgs/bg.msg
a ./opt/local/share/gitk/lib/msgs/ca.msg
a ./opt/local/share/gitk/lib/msgs/de.msg
a ./opt/local/share/gitk/lib/msgs/es.msg
a ./opt/local/share/gitk/lib/msgs/fr.msg
a ./opt/local/share/gitk/lib/msgs/hu.msg
a ./opt/local/share/gitk/lib/msgs/it.msg
a ./opt/local/share/gitk/lib/msgs/ja.msg
a ./opt/local/share/gitk/lib/msgs/pt_br.msg
a ./opt/local/share/gitk/lib/msgs/pt_pt.msg
a ./opt/local/share/gitk/lib/msgs/ru.msg
a ./opt/local/share/gitk/lib/msgs/sv.msg
a ./opt/local/share/gitk/lib/msgs/vi.msg
a ./opt/local/share/git-gui/lib
a ./opt/local/share/git-gui/lib/about.tcl
a ./opt/local/share/git-gui/lib/blame.tcl
a ./opt/local/share/git-gui/lib/branch.tcl
a ./opt/local/share/git-gui/lib/branch_checkout.tcl
a ./opt/local/share/git-gui/lib/branch_create.tcl
a ./opt/local/share/git-gui/lib/branch_delete.tcl
a ./opt/local/share/git-gui/lib/branch_rename.tcl
a ./opt/local/share/git-gui/lib/browser.tcl
a ./opt/local/share/git-gui/lib/checkout_op.tcl
a ./opt/local/share/git-gui/lib/choose_font.tcl
a ./opt/local/share/git-gui/lib/choose_repository.tcl
a ./opt/local/share/git-gui/lib/choose_rev.tcl
a ./opt/local/share/git-gui/lib/class.tcl
a ./opt/local/share/git-gui/lib/commit.tcl
a ./opt/local/share/git-gui/lib/console.tcl
a ./opt/local/share/git-gui/lib/database.tcl
a ./opt/local/share/git-gui/lib/date.tcl
a ./opt/local/share/git-gui/lib/diff.tcl
a ./opt/local/share/git-gui/lib/encoding.tcl
a ./opt/local/share/git-gui/lib/error.tcl
a ./opt/local/share/git-gui/lib/Git Gui.app
a ./opt/local/share/git-gui/lib/git-gui.ico
a ./opt/local/share/git-gui/lib/git-gui.tcl
a ./opt/local/share/git-gui/lib/index.tcl
a ./opt/local/share/git-gui/lib/line.tcl
a ./opt/local/share/git-gui/lib/logo.tcl
a ./opt/local/share/git-gui/lib/merge.tcl
a ./opt/local/share/git-gui/lib/mergetool.tcl
a ./opt/local/share/git-gui/lib/msgs
a ./opt/local/share/git-gui/lib/option.tcl
a ./opt/local/share/git-gui/lib/remote.tcl
a ./opt/local/share/git-gui/lib/remote_add.tcl
a ./opt/local/share/git-gui/lib/remote_branch_delete.tcl
a ./opt/local/share/git-gui/lib/search.tcl
a ./opt/local/share/git-gui/lib/shortcut.tcl
a ./opt/local/share/git-gui/lib/spellcheck.tcl
a ./opt/local/share/git-gui/lib/sshkey.tcl
a ./opt/local/share/git-gui/lib/status_bar.tcl
a ./opt/local/share/git-gui/lib/tclIndex
a ./opt/local/share/git-gui/lib/themed.tcl
a ./opt/local/share/git-gui/lib/tools.tcl
a ./opt/local/share/git-gui/lib/tools_dlg.tcl
a ./opt/local/share/git-gui/lib/transport.tcl
a ./opt/local/share/git-gui/lib/win32.tcl
a ./opt/local/share/git-gui/lib/win32_shortcut.js
a ./opt/local/share/git-gui/lib/msgs/bg.msg
a ./opt/local/share/git-gui/lib/msgs/de.msg
a ./opt/local/share/git-gui/lib/msgs/el.msg
a ./opt/local/share/git-gui/lib/msgs/fr.msg
a ./opt/local/share/git-gui/lib/msgs/hu.msg
a ./opt/local/share/git-gui/lib/msgs/it.msg
a ./opt/local/share/git-gui/lib/msgs/ja.msg
a ./opt/local/share/git-gui/lib/msgs/nb.msg
a ./opt/local/share/git-gui/lib/msgs/pt_br.msg
a ./opt/local/share/git-gui/lib/msgs/pt_pt.msg
a ./opt/local/share/git-gui/lib/msgs/ru.msg
a ./opt/local/share/git-gui/lib/msgs/sv.msg
a ./opt/local/share/git-gui/lib/msgs/vi.msg
a ./opt/local/share/git-gui/lib/msgs/zh_cn.msg
a ./opt/local/share/git-gui/lib/Git Gui.app/Contents
a ./opt/local/share/git-gui/lib/Git Gui.app/Contents/Info.plist
a ./opt/local/share/git-gui/lib/Git Gui.app/Contents/MacOS
a ./opt/local/share/git-gui/lib/Git Gui.app/Contents/Resources
a ./opt/local/share/git-gui/lib/Git Gui.app/Contents/Resources/git-gui.icns
a ./opt/local/share/git-gui/lib/Git Gui.app/Contents/Resources/Scripts
a ./opt/local/share/git-gui/lib/Git Gui.app/Contents/Resources/Scripts/AppMain.tcl
a ./opt/local/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish
a ./opt/local/share/git-core/templates
a ./opt/local/share/git-core/templates/description
a ./opt/local/share/git-core/templates/hooks
a ./opt/local/share/git-core/templates/info
a ./opt/local/share/git-core/templates/info/exclude
a ./opt/local/share/git-core/templates/hooks/applypatch-msg.sample
a ./opt/local/share/git-core/templates/hooks/commit-msg.sample
a ./opt/local/share/git-core/templates/hooks/post-update.sample
a ./opt/local/share/git-core/templates/hooks/pre-applypatch.sample
a ./opt/local/share/git-core/templates/hooks/pre-commit.sample
a ./opt/local/share/git-core/templates/hooks/pre-push.sample
a ./opt/local/share/git-core/templates/hooks/pre-rebase.sample
a ./opt/local/share/git-core/templates/hooks/pre-receive.sample
a ./opt/local/share/git-core/templates/hooks/prepare-commit-msg.sample
a ./opt/local/share/git-core/templates/hooks/update.sample
a ./opt/local/share/git/contrib
a ./opt/local/share/git/git-prompt.sh
a ./opt/local/share/git/contrib/buildsystems
a ./opt/local/share/git/contrib/coccinelle
a ./opt/local/share/git/contrib/completion
a ./opt/local/share/git/contrib/contacts
a ./opt/local/share/git/contrib/convert-grafts-to-replace-refs.sh
a ./opt/local/share/git/contrib/credential
a ./opt/local/share/git/contrib/diff-highlight
a ./opt/local/share/git/contrib/emacs
a ./opt/local/share/git/contrib/examples
a ./opt/local/share/git/contrib/fast-import
a ./opt/local/share/git/contrib/git-jump
a ./opt/local/share/git/contrib/git-resurrect.sh
a ./opt/local/share/git/contrib/git-shell-commands
a ./opt/local/share/git/contrib/hg-to-git
a ./opt/local/share/git/contrib/hooks
a ./opt/local/share/git/contrib/long-running-filter
a ./opt/local/share/git/contrib/mw-to-git
a ./opt/local/share/git/contrib/persistent-https
a ./opt/local/share/git/contrib/README
a ./opt/local/share/git/contrib/remote-helpers
a ./opt/local/share/git/contrib/remotes2config.sh
a ./opt/local/share/git/contrib/rerere-train.sh
a ./opt/local/share/git/contrib/stats
a ./opt/local/share/git/contrib/subtree
a ./opt/local/share/git/contrib/svn-fe
a ./opt/local/share/git/contrib/thunderbird-patch-inline
a ./opt/local/share/git/contrib/update-unicode
a ./opt/local/share/git/contrib/workdir
a ./opt/local/share/git/contrib/workdir/.gitattributes
a ./opt/local/share/git/contrib/workdir/git-new-workdir
a ./opt/local/share/git/contrib/update-unicode/.gitignore
a ./opt/local/share/git/contrib/update-unicode/README
a ./opt/local/share/git/contrib/update-unicode/update_unicode.sh
a ./opt/local/share/git/contrib/thunderbird-patch-inline/appp.sh
a ./opt/local/share/git/contrib/thunderbird-patch-inline/README
a ./opt/local/share/git/contrib/svn-fe/.gitignore
a ./opt/local/share/git/contrib/svn-fe/Makefile
a ./opt/local/share/git/contrib/svn-fe/svn-fe.c
a ./opt/local/share/git/contrib/svn-fe/svn-fe.txt
a ./opt/local/share/git/contrib/svn-fe/svnrdump_sim.py
a ./opt/local/share/git/contrib/subtree/.gitignore
a ./opt/local/share/git/contrib/subtree/COPYING
a ./opt/local/share/git/contrib/subtree/git-subtree.1
a ./opt/local/share/git/contrib/subtree/git-subtree.html
a ./opt/local/share/git/contrib/subtree/git-subtree.sh
a ./opt/local/share/git/contrib/subtree/git-subtree.txt
a ./opt/local/share/git/contrib/subtree/INSTALL
a ./opt/local/share/git/contrib/subtree/Makefile
a ./opt/local/share/git/contrib/subtree/README
a ./opt/local/share/git/contrib/subtree/t
a ./opt/local/share/git/contrib/subtree/todo
a ./opt/local/share/git/contrib/subtree/t/Makefile
a ./opt/local/share/git/contrib/subtree/t/t7900-subtree.sh
a ./opt/local/share/git/contrib/stats/git-common-hash
a ./opt/local/share/git/contrib/stats/mailmap.pl
a ./opt/local/share/git/contrib/stats/packinfo.pl
a ./opt/local/share/git/contrib/remote-helpers/git-remote-bzr
a ./opt/local/share/git/contrib/remote-helpers/git-remote-hg
a ./opt/local/share/git/contrib/remote-helpers/README
a ./opt/local/share/git/contrib/persistent-https/client.go
a ./opt/local/share/git/contrib/persistent-https/LICENSE
a ./opt/local/share/git/contrib/persistent-https/main.go
a ./opt/local/share/git/contrib/persistent-https/Makefile
a ./opt/local/share/git/contrib/persistent-https/proxy.go
a ./opt/local/share/git/contrib/persistent-https/README
a ./opt/local/share/git/contrib/persistent-https/socket.go
a ./opt/local/share/git/contrib/mw-to-git/.gitignore
a ./opt/local/share/git/contrib/mw-to-git/.perlcriticrc
a ./opt/local/share/git/contrib/mw-to-git/bin-wrapper
a ./opt/local/share/git/contrib/mw-to-git/Git
a ./opt/local/share/git/contrib/mw-to-git/git-mw.perl
a ./opt/local/share/git/contrib/mw-to-git/git-remote-mediawiki.perl
a ./opt/local/share/git/contrib/mw-to-git/git-remote-mediawiki.txt
a ./opt/local/share/git/contrib/mw-to-git/Makefile
a ./opt/local/share/git/contrib/mw-to-git/t
a ./opt/local/share/git/contrib/mw-to-git/t/.gitignore
a ./opt/local/share/git/contrib/mw-to-git/t/install-wiki
a ./opt/local/share/git/contrib/mw-to-git/t/install-wiki.sh
a ./opt/local/share/git/contrib/mw-to-git/t/Makefile
a ./opt/local/share/git/contrib/mw-to-git/t/push-pull-tests.sh
a ./opt/local/share/git/contrib/mw-to-git/t/README
a ./opt/local/share/git/contrib/mw-to-git/t/t9360-mw-to-git-clone.sh
a ./opt/local/share/git/contrib/mw-to-git/t/t9361-mw-to-git-push-pull.sh
a ./opt/local/share/git/contrib/mw-to-git/t/t9362-mw-to-git-utf8.sh
a ./opt/local/share/git/contrib/mw-to-git/t/t9363-mw-to-git-export-import.sh
a ./opt/local/share/git/contrib/mw-to-git/t/t9364-pull-by-rev.sh
a ./opt/local/share/git/contrib/mw-to-git/t/t9365-continuing-queries.sh
a ./opt/local/share/git/contrib/mw-to-git/t/test-gitmw-lib.sh
a ./opt/local/share/git/contrib/mw-to-git/t/test-gitmw.pl
a ./opt/local/share/git/contrib/mw-to-git/t/test.config
a ./opt/local/share/git/contrib/mw-to-git/t/install-wiki/.gitignore
a ./opt/local/share/git/contrib/mw-to-git/t/install-wiki/db_install.php
a ./opt/local/share/git/contrib/mw-to-git/t/install-wiki/LocalSettings.php
a ./opt/local/share/git/contrib/mw-to-git/Git/Mediawiki.pm
a ./opt/local/share/git/contrib/mw-to-git/bin-wrapper/git
a ./opt/local/share/git/contrib/long-running-filter/example.pl
a ./opt/local/share/git/contrib/hooks/multimail
a ./opt/local/share/git/contrib/hooks/post-receive-email
a ./opt/local/share/git/contrib/hooks/pre-auto-gc-battery
a ./opt/local/share/git/contrib/hooks/setgitperms.perl
a ./opt/local/share/git/contrib/hooks/update-paranoid
a ./opt/local/share/git/contrib/hooks/multimail/CHANGES
a ./opt/local/share/git/contrib/hooks/multimail/CONTRIBUTING.rst
a ./opt/local/share/git/contrib/hooks/multimail/doc
a ./opt/local/share/git/contrib/hooks/multimail/git_multimail.py
a ./opt/local/share/git/contrib/hooks/multimail/migrate-mailhook-config
a ./opt/local/share/git/contrib/hooks/multimail/post-receive.example
a ./opt/local/share/git/contrib/hooks/multimail/README
a ./opt/local/share/git/contrib/hooks/multimail/README.Git
a ./opt/local/share/git/contrib/hooks/multimail/README.migrate-from-post-receive-email
a ./opt/local/share/git/contrib/hooks/multimail/doc/customizing-emails.rst
a ./opt/local/share/git/contrib/hooks/multimail/doc/gerrit.rst
a ./opt/local/share/git/contrib/hooks/multimail/doc/gitolite.rst
a ./opt/local/share/git/contrib/hooks/multimail/doc/troubleshooting.rst
a ./opt/local/share/git/contrib/hg-to-git/hg-to-git.py
a ./opt/local/share/git/contrib/hg-to-git/hg-to-git.txt
a ./opt/local/share/git/contrib/git-shell-commands/help
a ./opt/local/share/git/contrib/git-shell-commands/list
a ./opt/local/share/git/contrib/git-shell-commands/README
a ./opt/local/share/git/contrib/git-jump/git-jump
a ./opt/local/share/git/contrib/git-jump/README
a ./opt/local/share/git/contrib/fast-import/git-import.perl
a ./opt/local/share/git/contrib/fast-import/git-import.sh
a ./opt/local/share/git/contrib/fast-import/git-p4.README
a ./opt/local/share/git/contrib/fast-import/import-directories.perl
a ./opt/local/share/git/contrib/fast-import/import-tars.perl
a ./opt/local/share/git/contrib/fast-import/import-zips.py
a ./opt/local/share/git/contrib/examples/builtin-fetch--tool.c
a ./opt/local/share/git/contrib/examples/git-am.sh
a ./opt/local/share/git/contrib/examples/git-checkout.sh
a ./opt/local/share/git/contrib/examples/git-clean.sh
a ./opt/local/share/git/contrib/examples/git-clone.sh
a ./opt/local/share/git/contrib/examples/git-commit.sh
a ./opt/local/share/git/contrib/examples/git-difftool.perl
a ./opt/local/share/git/contrib/examples/git-fetch.sh
a ./opt/local/share/git/contrib/examples/git-gc.sh
a ./opt/local/share/git/contrib/examples/git-log.sh
a ./opt/local/share/git/contrib/examples/git-ls-remote.sh
a ./opt/local/share/git/contrib/examples/git-merge-ours.sh
a ./opt/local/share/git/contrib/examples/git-merge.sh
a ./opt/local/share/git/contrib/examples/git-notes.sh
a ./opt/local/share/git/contrib/examples/git-pull.sh
a ./opt/local/share/git/contrib/examples/git-remote.perl
a ./opt/local/share/git/contrib/examples/git-repack.sh
a ./opt/local/share/git/contrib/examples/git-rerere.perl
a ./opt/local/share/git/contrib/examples/git-reset.sh
a ./opt/local/share/git/contrib/examples/git-resolve.sh
a ./opt/local/share/git/contrib/examples/git-revert.sh
a ./opt/local/share/git/contrib/examples/git-svnimport.perl
a ./opt/local/share/git/contrib/examples/git-svnimport.txt
a ./opt/local/share/git/contrib/examples/git-tag.sh
a ./opt/local/share/git/contrib/examples/git-verify-tag.sh
a ./opt/local/share/git/contrib/examples/git-whatchanged.sh
a ./opt/local/share/git/contrib/examples/README
a ./opt/local/share/git/contrib/emacs/.gitignore
a ./opt/local/share/git/contrib/emacs/git-blame.el
a ./opt/local/share/git/contrib/emacs/git.el
a ./opt/local/share/git/contrib/emacs/Makefile
a ./opt/local/share/git/contrib/emacs/README
a ./opt/local/share/git/contrib/diff-highlight/.gitignore
a ./opt/local/share/git/contrib/diff-highlight/diff-highlight.perl
a ./opt/local/share/git/contrib/diff-highlight/DiffHighlight.pm
a ./opt/local/share/git/contrib/diff-highlight/Makefile
a ./opt/local/share/git/contrib/diff-highlight/README
a ./opt/local/share/git/contrib/diff-highlight/t
a ./opt/local/share/git/contrib/diff-highlight/t/.gitignore
a ./opt/local/share/git/contrib/diff-highlight/t/Makefile
a ./opt/local/share/git/contrib/diff-highlight/t/t9400-diff-highlight.sh
a ./opt/local/share/git/contrib/credential/gnome-keyring
a ./opt/local/share/git/contrib/credential/libsecret
a ./opt/local/share/git/contrib/credential/netrc
a ./opt/local/share/git/contrib/credential/osxkeychain
a ./opt/local/share/git/contrib/credential/wincred
a ./opt/local/share/git/contrib/credential/wincred/git-credential-wincred.c
a ./opt/local/share/git/contrib/credential/wincred/Makefile
a ./opt/local/share/git/contrib/credential/osxkeychain/.gitignore
a ./opt/local/share/git/contrib/credential/osxkeychain/git-credential-osxkeychain
a ./opt/local/share/git/contrib/credential/osxkeychain/git-credential-osxkeychain.c
a ./opt/local/share/git/contrib/credential/osxkeychain/git-credential-osxkeychain.o
a ./opt/local/share/git/contrib/credential/osxkeychain/Makefile
a ./opt/local/share/git/contrib/credential/netrc/git-credential-netrc
a ./opt/local/share/git/contrib/credential/netrc/Makefile
a ./opt/local/share/git/contrib/credential/netrc/test.netrc
a ./opt/local/share/git/contrib/credential/netrc/test.pl
a ./opt/local/share/git/contrib/credential/libsecret/git-credential-libsecret.c
a ./opt/local/share/git/contrib/credential/libsecret/Makefile
a ./opt/local/share/git/contrib/credential/gnome-keyring/.gitignore
a ./opt/local/share/git/contrib/credential/gnome-keyring/git-credential-gnome-keyring.c
a ./opt/local/share/git/contrib/credential/gnome-keyring/Makefile
a ./opt/local/share/git/contrib/contacts/.gitignore
a ./opt/local/share/git/contrib/contacts/git-contacts
a ./opt/local/share/git/contrib/contacts/git-contacts.txt
a ./opt/local/share/git/contrib/contacts/Makefile
a ./opt/local/share/git/contrib/completion/.gitattributes
a ./opt/local/share/git/contrib/completion/git-completion.bash
a ./opt/local/share/git/contrib/completion/git-completion.tcsh
a ./opt/local/share/git/contrib/completion/git-completion.zsh
a ./opt/local/share/git/contrib/completion/git-prompt.sh
a ./opt/local/share/git/contrib/coccinelle/.gitignore
a ./opt/local/share/git/contrib/coccinelle/array.cocci
a ./opt/local/share/git/contrib/coccinelle/free.cocci
a ./opt/local/share/git/contrib/coccinelle/object_id.cocci
a ./opt/local/share/git/contrib/coccinelle/qsort.cocci
a ./opt/local/share/git/contrib/coccinelle/README
a ./opt/local/share/git/contrib/coccinelle/strbuf.cocci
a ./opt/local/share/git/contrib/coccinelle/swap.cocci
a ./opt/local/share/git/contrib/coccinelle/xstrdup_or_null.cocci
a ./opt/local/share/git/contrib/buildsystems/engine.pl
a ./opt/local/share/git/contrib/buildsystems/generate
a ./opt/local/share/git/contrib/buildsystems/Generators
a ./opt/local/share/git/contrib/buildsystems/Generators.pm
a ./opt/local/share/git/contrib/buildsystems/parse.pl
a ./opt/local/share/git/contrib/buildsystems/Generators/QMake.pm
a ./opt/local/share/git/contrib/buildsystems/Generators/Vcproj.pm
a ./opt/local/share/emacs/site-lisp
a ./opt/local/share/emacs/site-lisp/git-blame.el
a ./opt/local/share/emacs/site-lisp/git.el
a ./opt/local/share/doc/git-doc
a ./opt/local/share/doc/git-doc/blame-options.txt
a ./opt/local/share/doc/git-doc/cmds-ancillaryinterrogators.txt
a ./opt/local/share/doc/git-doc/cmds-ancillarymanipulators.txt
a ./opt/local/share/doc/git-doc/cmds-foreignscminterface.txt
a ./opt/local/share/doc/git-doc/cmds-mainporcelain.txt
a ./opt/local/share/doc/git-doc/cmds-plumbinginterrogators.txt
a ./opt/local/share/doc/git-doc/cmds-plumbingmanipulators.txt
a ./opt/local/share/doc/git-doc/cmds-purehelpers.txt
a ./opt/local/share/doc/git-doc/cmds-synchelpers.txt
a ./opt/local/share/doc/git-doc/cmds-synchingrepositories.txt
a ./opt/local/share/doc/git-doc/config.txt
a ./opt/local/share/doc/git-doc/date-formats.txt
a ./opt/local/share/doc/git-doc/diff-config.txt
a ./opt/local/share/doc/git-doc/diff-format.txt
a ./opt/local/share/doc/git-doc/diff-generate-patch.txt
a ./opt/local/share/doc/git-doc/diff-heuristic-options.txt
a ./opt/local/share/doc/git-doc/diff-options.txt
a ./opt/local/share/doc/git-doc/docbook-xsl.css
a ./opt/local/share/doc/git-doc/everyday.html
a ./opt/local/share/doc/git-doc/fetch-options.txt
a ./opt/local/share/doc/git-doc/fmt-merge-msg-config.txt
a ./opt/local/share/doc/git-doc/git-add.html
a ./opt/local/share/doc/git-doc/git-add.txt
a ./opt/local/share/doc/git-doc/git-am.html
a ./opt/local/share/doc/git-doc/git-am.txt
a ./opt/local/share/doc/git-doc/git-annotate.html
a ./opt/local/share/doc/git-doc/git-annotate.txt
a ./opt/local/share/doc/git-doc/git-apply.html
a ./opt/local/share/doc/git-doc/git-apply.txt
a ./opt/local/share/doc/git-doc/git-archimport.html
a ./opt/local/share/doc/git-doc/git-archimport.txt
a ./opt/local/share/doc/git-doc/git-archive.html
a ./opt/local/share/doc/git-doc/git-archive.txt
a ./opt/local/share/doc/git-doc/git-bisect-lk2009.html
a ./opt/local/share/doc/git-doc/git-bisect-lk2009.txt
a ./opt/local/share/doc/git-doc/git-bisect.html
a ./opt/local/share/doc/git-doc/git-bisect.txt
a ./opt/local/share/doc/git-doc/git-blame.html
a ./opt/local/share/doc/git-doc/git-blame.txt
a ./opt/local/share/doc/git-doc/git-branch.html
a ./opt/local/share/doc/git-doc/git-branch.txt
a ./opt/local/share/doc/git-doc/git-bundle.html
a ./opt/local/share/doc/git-doc/git-bundle.txt
a ./opt/local/share/doc/git-doc/git-cat-file.html
a ./opt/local/share/doc/git-doc/git-cat-file.txt
a ./opt/local/share/doc/git-doc/git-check-attr.html
a ./opt/local/share/doc/git-doc/git-check-attr.txt
a ./opt/local/share/doc/git-doc/git-check-ignore.html
a ./opt/local/share/doc/git-doc/git-check-ignore.txt
a ./opt/local/share/doc/git-doc/git-check-mailmap.html
a ./opt/local/share/doc/git-doc/git-check-mailmap.txt
a ./opt/local/share/doc/git-doc/git-check-ref-format.html
a ./opt/local/share/doc/git-doc/git-check-ref-format.txt
a ./opt/local/share/doc/git-doc/git-checkout-index.html
a ./opt/local/share/doc/git-doc/git-checkout-index.txt
a ./opt/local/share/doc/git-doc/git-checkout.html
a ./opt/local/share/doc/git-doc/git-checkout.txt
a ./opt/local/share/doc/git-doc/git-cherry-pick.html
a ./opt/local/share/doc/git-doc/git-cherry-pick.txt
a ./opt/local/share/doc/git-doc/git-cherry.html
a ./opt/local/share/doc/git-doc/git-cherry.txt
a ./opt/local/share/doc/git-doc/git-citool.html
a ./opt/local/share/doc/git-doc/git-citool.txt
a ./opt/local/share/doc/git-doc/git-clean.html
a ./opt/local/share/doc/git-doc/git-clean.txt
a ./opt/local/share/doc/git-doc/git-clone.html
a ./opt/local/share/doc/git-doc/git-clone.txt
a ./opt/local/share/doc/git-doc/git-column.html
a ./opt/local/share/doc/git-doc/git-column.txt
a ./opt/local/share/doc/git-doc/git-commit-tree.html
a ./opt/local/share/doc/git-doc/git-commit-tree.txt
a ./opt/local/share/doc/git-doc/git-commit.html
a ./opt/local/share/doc/git-doc/git-commit.txt
a ./opt/local/share/doc/git-doc/git-config.html
a ./opt/local/share/doc/git-doc/git-config.txt
a ./opt/local/share/doc/git-doc/git-count-objects.html
a ./opt/local/share/doc/git-doc/git-count-objects.txt
a ./opt/local/share/doc/git-doc/git-credential-cache--daemon.html
a ./opt/local/share/doc/git-doc/git-credential-cache--daemon.txt
a ./opt/local/share/doc/git-doc/git-credential-cache.html
a ./opt/local/share/doc/git-doc/git-credential-cache.txt
a ./opt/local/share/doc/git-doc/git-credential-store.html
a ./opt/local/share/doc/git-doc/git-credential-store.txt
a ./opt/local/share/doc/git-doc/git-credential.html
a ./opt/local/share/doc/git-doc/git-credential.txt
a ./opt/local/share/doc/git-doc/git-cvsexportcommit.html
a ./opt/local/share/doc/git-doc/git-cvsexportcommit.txt
a ./opt/local/share/doc/git-doc/git-cvsimport.html
a ./opt/local/share/doc/git-doc/git-cvsimport.txt
a ./opt/local/share/doc/git-doc/git-cvsserver.html
a ./opt/local/share/doc/git-doc/git-cvsserver.txt
a ./opt/local/share/doc/git-doc/git-daemon.html
a ./opt/local/share/doc/git-doc/git-daemon.txt
a ./opt/local/share/doc/git-doc/git-describe.html
a ./opt/local/share/doc/git-doc/git-describe.txt
a ./opt/local/share/doc/git-doc/git-diff-files.html
a ./opt/local/share/doc/git-doc/git-diff-files.txt
a ./opt/local/share/doc/git-doc/git-diff-index.html
a ./opt/local/share/doc/git-doc/git-diff-index.txt
a ./opt/local/share/doc/git-doc/git-diff-tree.html
a ./opt/local/share/doc/git-doc/git-diff-tree.txt
a ./opt/local/share/doc/git-doc/git-diff.html
a ./opt/local/share/doc/git-doc/git-diff.txt
a ./opt/local/share/doc/git-doc/git-difftool.html
a ./opt/local/share/doc/git-doc/git-difftool.txt
a ./opt/local/share/doc/git-doc/git-fast-export.html
a ./opt/local/share/doc/git-doc/git-fast-export.txt
a ./opt/local/share/doc/git-doc/git-fast-import.html
a ./opt/local/share/doc/git-doc/git-fast-import.txt
a ./opt/local/share/doc/git-doc/git-fetch-pack.html
a ./opt/local/share/doc/git-doc/git-fetch-pack.txt
a ./opt/local/share/doc/git-doc/git-fetch.html
a ./opt/local/share/doc/git-doc/git-fetch.txt
a ./opt/local/share/doc/git-doc/git-filter-branch.html
a ./opt/local/share/doc/git-doc/git-filter-branch.txt
a ./opt/local/share/doc/git-doc/git-fmt-merge-msg.html
a ./opt/local/share/doc/git-doc/git-fmt-merge-msg.txt
a ./opt/local/share/doc/git-doc/git-for-each-ref.html
a ./opt/local/share/doc/git-doc/git-for-each-ref.txt
a ./opt/local/share/doc/git-doc/git-format-patch.html
a ./opt/local/share/doc/git-doc/git-format-patch.txt
a ./opt/local/share/doc/git-doc/git-fsck-objects.html
a ./opt/local/share/doc/git-doc/git-fsck-objects.txt
a ./opt/local/share/doc/git-doc/git-fsck.html
a ./opt/local/share/doc/git-doc/git-fsck.txt
a ./opt/local/share/doc/git-doc/git-gc.html
a ./opt/local/share/doc/git-doc/git-gc.txt
a ./opt/local/share/doc/git-doc/git-get-tar-commit-id.html
a ./opt/local/share/doc/git-doc/git-get-tar-commit-id.txt
a ./opt/local/share/doc/git-doc/git-grep.html
a ./opt/local/share/doc/git-doc/git-grep.txt
a ./opt/local/share/doc/git-doc/git-gui.html
a ./opt/local/share/doc/git-doc/git-gui.txt
a ./opt/local/share/doc/git-doc/git-hash-object.html
a ./opt/local/share/doc/git-doc/git-hash-object.txt
a ./opt/local/share/doc/git-doc/git-help.html
a ./opt/local/share/doc/git-doc/git-help.txt
a ./opt/local/share/doc/git-doc/git-http-backend.html
a ./opt/local/share/doc/git-doc/git-http-backend.txt
a ./opt/local/share/doc/git-doc/git-http-fetch.html
a ./opt/local/share/doc/git-doc/git-http-fetch.txt
a ./opt/local/share/doc/git-doc/git-http-push.html
a ./opt/local/share/doc/git-doc/git-http-push.txt
a ./opt/local/share/doc/git-doc/git-imap-send.html
a ./opt/local/share/doc/git-doc/git-imap-send.txt
a ./opt/local/share/doc/git-doc/git-index-pack.html
a ./opt/local/share/doc/git-doc/git-index-pack.txt
a ./opt/local/share/doc/git-doc/git-init-db.html
a ./opt/local/share/doc/git-doc/git-init-db.txt
a ./opt/local/share/doc/git-doc/git-init.html
a ./opt/local/share/doc/git-doc/git-init.txt
a ./opt/local/share/doc/git-doc/git-instaweb.html
a ./opt/local/share/doc/git-doc/git-instaweb.txt
a ./opt/local/share/doc/git-doc/git-interpret-trailers.html
a ./opt/local/share/doc/git-doc/git-interpret-trailers.txt
a ./opt/local/share/doc/git-doc/git-log.html
a ./opt/local/share/doc/git-doc/git-log.txt
a ./opt/local/share/doc/git-doc/git-ls-files.html
a ./opt/local/share/doc/git-doc/git-ls-files.txt
a ./opt/local/share/doc/git-doc/git-ls-remote.html
a ./opt/local/share/doc/git-doc/git-ls-remote.txt
a ./opt/local/share/doc/git-doc/git-ls-tree.html
a ./opt/local/share/doc/git-doc/git-ls-tree.txt
a ./opt/local/share/doc/git-doc/git-mailinfo.html
a ./opt/local/share/doc/git-doc/git-mailinfo.txt
a ./opt/local/share/doc/git-doc/git-mailsplit.html
a ./opt/local/share/doc/git-doc/git-mailsplit.txt
a ./opt/local/share/doc/git-doc/git-merge-base.html
a ./opt/local/share/doc/git-doc/git-merge-base.txt
a ./opt/local/share/doc/git-doc/git-merge-file.html
a ./opt/local/share/doc/git-doc/git-merge-file.txt
a ./opt/local/share/doc/git-doc/git-merge-index.html
a ./opt/local/share/doc/git-doc/git-merge-index.txt
a ./opt/local/share/doc/git-doc/git-merge-one-file.html
a ./opt/local/share/doc/git-doc/git-merge-one-file.txt
a ./opt/local/share/doc/git-doc/git-merge-tree.html
a ./opt/local/share/doc/git-doc/git-merge-tree.txt
a ./opt/local/share/doc/git-doc/git-merge.html
a ./opt/local/share/doc/git-doc/git-merge.txt
a ./opt/local/share/doc/git-doc/git-mergetool--lib.html
a ./opt/local/share/doc/git-doc/git-mergetool--lib.txt
a ./opt/local/share/doc/git-doc/git-mergetool.html
a ./opt/local/share/doc/git-doc/git-mergetool.txt
a ./opt/local/share/doc/git-doc/git-mktag.html
a ./opt/local/share/doc/git-doc/git-mktag.txt
a ./opt/local/share/doc/git-doc/git-mktree.html
a ./opt/local/share/doc/git-doc/git-mktree.txt
a ./opt/local/share/doc/git-doc/git-mv.html
a ./opt/local/share/doc/git-doc/git-mv.txt
a ./opt/local/share/doc/git-doc/git-name-rev.html
a ./opt/local/share/doc/git-doc/git-name-rev.txt
a ./opt/local/share/doc/git-doc/git-notes.html
a ./opt/local/share/doc/git-doc/git-notes.txt
a ./opt/local/share/doc/git-doc/git-p4.html
a ./opt/local/share/doc/git-doc/git-p4.txt
a ./opt/local/share/doc/git-doc/git-pack-objects.html
a ./opt/local/share/doc/git-doc/git-pack-objects.txt
a ./opt/local/share/doc/git-doc/git-pack-redundant.html
a ./opt/local/share/doc/git-doc/git-pack-redundant.txt
a ./opt/local/share/doc/git-doc/git-pack-refs.html
a ./opt/local/share/doc/git-doc/git-pack-refs.txt
a ./opt/local/share/doc/git-doc/git-parse-remote.html
a ./opt/local/share/doc/git-doc/git-parse-remote.txt
a ./opt/local/share/doc/git-doc/git-patch-id.html
a ./opt/local/share/doc/git-doc/git-patch-id.txt
a ./opt/local/share/doc/git-doc/git-prune-packed.html
a ./opt/local/share/doc/git-doc/git-prune-packed.txt
a ./opt/local/share/doc/git-doc/git-prune.html
a ./opt/local/share/doc/git-doc/git-prune.txt
a ./opt/local/share/doc/git-doc/git-pull.html
a ./opt/local/share/doc/git-doc/git-pull.txt
a ./opt/local/share/doc/git-doc/git-push.html
a ./opt/local/share/doc/git-doc/git-push.txt
a ./opt/local/share/doc/git-doc/git-quiltimport.html
a ./opt/local/share/doc/git-doc/git-quiltimport.txt
a ./opt/local/share/doc/git-doc/git-read-tree.html
a ./opt/local/share/doc/git-doc/git-read-tree.txt
a ./opt/local/share/doc/git-doc/git-rebase.html
a ./opt/local/share/doc/git-doc/git-rebase.txt
a ./opt/local/share/doc/git-doc/git-receive-pack.html
a ./opt/local/share/doc/git-doc/git-receive-pack.txt
a ./opt/local/share/doc/git-doc/git-reflog.html
a ./opt/local/share/doc/git-doc/git-reflog.txt
a ./opt/local/share/doc/git-doc/git-remote-ext.html
a ./opt/local/share/doc/git-doc/git-remote-ext.txt
a ./opt/local/share/doc/git-doc/git-remote-fd.html
a ./opt/local/share/doc/git-doc/git-remote-fd.txt
a ./opt/local/share/doc/git-doc/git-remote-helpers.html
a ./opt/local/share/doc/git-doc/git-remote-testgit.html
a ./opt/local/share/doc/git-doc/git-remote-testgit.txt
a ./opt/local/share/doc/git-doc/git-remote.html
a ./opt/local/share/doc/git-doc/git-remote.txt
a ./opt/local/share/doc/git-doc/git-repack.html
a ./opt/local/share/doc/git-doc/git-repack.txt
a ./opt/local/share/doc/git-doc/git-replace.html
a ./opt/local/share/doc/git-doc/git-replace.txt
a ./opt/local/share/doc/git-doc/git-request-pull.html
a ./opt/local/share/doc/git-doc/git-request-pull.txt
a ./opt/local/share/doc/git-doc/git-rerere.html
a ./opt/local/share/doc/git-doc/git-rerere.txt
a ./opt/local/share/doc/git-doc/git-reset.html
a ./opt/local/share/doc/git-doc/git-reset.txt
a ./opt/local/share/doc/git-doc/git-rev-list.html
a ./opt/local/share/doc/git-doc/git-rev-list.txt
a ./opt/local/share/doc/git-doc/git-rev-parse.html
a ./opt/local/share/doc/git-doc/git-rev-parse.txt
a ./opt/local/share/doc/git-doc/git-revert.html
a ./opt/local/share/doc/git-doc/git-revert.txt
a ./opt/local/share/doc/git-doc/git-rm.html
a ./opt/local/share/doc/git-doc/git-rm.txt
a ./opt/local/share/doc/git-doc/git-send-email.html
a ./opt/local/share/doc/git-doc/git-send-email.txt
a ./opt/local/share/doc/git-doc/git-send-pack.html
a ./opt/local/share/doc/git-doc/git-send-pack.txt
a ./opt/local/share/doc/git-doc/git-sh-i18n--envsubst.html
a ./opt/local/share/doc/git-doc/git-sh-i18n--envsubst.txt
a ./opt/local/share/doc/git-doc/git-sh-i18n.html
a ./opt/local/share/doc/git-doc/git-sh-i18n.txt
a ./opt/local/share/doc/git-doc/git-sh-setup.html
a ./opt/local/share/doc/git-doc/git-sh-setup.txt
a ./opt/local/share/doc/git-doc/git-shell.html
a ./opt/local/share/doc/git-doc/git-shell.txt
a ./opt/local/share/doc/git-doc/git-shortlog.html
a ./opt/local/share/doc/git-doc/git-shortlog.txt
a ./opt/local/share/doc/git-doc/git-show-branch.html
a ./opt/local/share/doc/git-doc/git-show-branch.txt
a ./opt/local/share/doc/git-doc/git-show-index.html
a ./opt/local/share/doc/git-doc/git-show-index.txt
a ./opt/local/share/doc/git-doc/git-show-ref.html
a ./opt/local/share/doc/git-doc/git-show-ref.txt
a ./opt/local/share/doc/git-doc/git-show.html
a ./opt/local/share/doc/git-doc/git-show.txt
a ./opt/local/share/doc/git-doc/git-stage.html
a ./opt/local/share/doc/git-doc/git-stage.txt
a ./opt/local/share/doc/git-doc/git-stash.html
a ./opt/local/share/doc/git-doc/git-stash.txt
a ./opt/local/share/doc/git-doc/git-status.html
a ./opt/local/share/doc/git-doc/git-status.txt
a ./opt/local/share/doc/git-doc/git-stripspace.html
a ./opt/local/share/doc/git-doc/git-stripspace.txt
a ./opt/local/share/doc/git-doc/git-submodule.html
a ./opt/local/share/doc/git-doc/git-submodule.txt
a ./opt/local/share/doc/git-doc/git-subtree.html
a ./opt/local/share/doc/git-doc/git-svn.html
a ./opt/local/share/doc/git-doc/git-svn.txt
a ./opt/local/share/doc/git-doc/git-symbolic-ref.html
a ./opt/local/share/doc/git-doc/git-symbolic-ref.txt
a ./opt/local/share/doc/git-doc/git-tag.html
a ./opt/local/share/doc/git-doc/git-tag.txt
a ./opt/local/share/doc/git-doc/git-tools.html
a ./opt/local/share/doc/git-doc/git-tools.txt
a ./opt/local/share/doc/git-doc/git-unpack-file.html
a ./opt/local/share/doc/git-doc/git-unpack-file.txt
a ./opt/local/share/doc/git-doc/git-unpack-objects.html
a ./opt/local/share/doc/git-doc/git-unpack-objects.txt
a ./opt/local/share/doc/git-doc/git-update-index.html
a ./opt/local/share/doc/git-doc/git-update-index.txt
a ./opt/local/share/doc/git-doc/git-update-ref.html
a ./opt/local/share/doc/git-doc/git-update-ref.txt
a ./opt/local/share/doc/git-doc/git-update-server-info.html
a ./opt/local/share/doc/git-doc/git-update-server-info.txt
a ./opt/local/share/doc/git-doc/git-upload-archive.html
a ./opt/local/share/doc/git-doc/git-upload-archive.txt
a ./opt/local/share/doc/git-doc/git-upload-pack.html
a ./opt/local/share/doc/git-doc/git-upload-pack.txt
a ./opt/local/share/doc/git-doc/git-var.html
a ./opt/local/share/doc/git-doc/git-var.txt
a ./opt/local/share/doc/git-doc/git-verify-commit.html
a ./opt/local/share/doc/git-doc/git-verify-commit.txt
a ./opt/local/share/doc/git-doc/git-verify-pack.html
a ./opt/local/share/doc/git-doc/git-verify-pack.txt
a ./opt/local/share/doc/git-doc/git-verify-tag.html
a ./opt/local/share/doc/git-doc/git-verify-tag.txt
a ./opt/local/share/doc/git-doc/git-web--browse.html
a ./opt/local/share/doc/git-doc/git-web--browse.txt
a ./opt/local/share/doc/git-doc/git-whatchanged.html
a ./opt/local/share/doc/git-doc/git-whatchanged.txt
a ./opt/local/share/doc/git-doc/git-worktree.html
a ./opt/local/share/doc/git-doc/git-worktree.txt
a ./opt/local/share/doc/git-doc/git-write-tree.html
a ./opt/local/share/doc/git-doc/git-write-tree.txt
a ./opt/local/share/doc/git-doc/git.html
a ./opt/local/share/doc/git-doc/git.txt
a ./opt/local/share/doc/git-doc/gitattributes.html
a ./opt/local/share/doc/git-doc/gitattributes.txt
a ./opt/local/share/doc/git-doc/gitcli.html
a ./opt/local/share/doc/git-doc/gitcli.txt
a ./opt/local/share/doc/git-doc/gitcore-tutorial.html
a ./opt/local/share/doc/git-doc/gitcore-tutorial.txt
a ./opt/local/share/doc/git-doc/gitcredentials.html
a ./opt/local/share/doc/git-doc/gitcredentials.txt
a ./opt/local/share/doc/git-doc/gitcvs-migration.html
a ./opt/local/share/doc/git-doc/gitcvs-migration.txt
a ./opt/local/share/doc/git-doc/gitdiffcore.html
a ./opt/local/share/doc/git-doc/gitdiffcore.txt
a ./opt/local/share/doc/git-doc/giteveryday.html
a ./opt/local/share/doc/git-doc/giteveryday.txt
a ./opt/local/share/doc/git-doc/gitglossary.html
a ./opt/local/share/doc/git-doc/gitglossary.txt
a ./opt/local/share/doc/git-doc/githooks.html
a ./opt/local/share/doc/git-doc/githooks.txt
a ./opt/local/share/doc/git-doc/gitignore.html
a ./opt/local/share/doc/git-doc/gitignore.txt
a ./opt/local/share/doc/git-doc/gitk.html
a ./opt/local/share/doc/git-doc/gitk.txt
a ./opt/local/share/doc/git-doc/gitmodules.html
a ./opt/local/share/doc/git-doc/gitmodules.txt
a ./opt/local/share/doc/git-doc/gitnamespaces.html
a ./opt/local/share/doc/git-doc/gitnamespaces.txt
a ./opt/local/share/doc/git-doc/gitremote-helpers.html
a ./opt/local/share/doc/git-doc/gitremote-helpers.txt
a ./opt/local/share/doc/git-doc/gitrepository-layout.html
a ./opt/local/share/doc/git-doc/gitrepository-layout.txt
a ./opt/local/share/doc/git-doc/gitrevisions.html
a ./opt/local/share/doc/git-doc/gitrevisions.txt
a ./opt/local/share/doc/git-doc/gitsubmodules.html
a ./opt/local/share/doc/git-doc/gitsubmodules.txt
a ./opt/local/share/doc/git-doc/gittutorial-2.html
a ./opt/local/share/doc/git-doc/gittutorial-2.txt
a ./opt/local/share/doc/git-doc/gittutorial.html
a ./opt/local/share/doc/git-doc/gittutorial.txt
a ./opt/local/share/doc/git-doc/gitweb.conf.html
a ./opt/local/share/doc/git-doc/gitweb.conf.txt
a ./opt/local/share/doc/git-doc/gitweb.html
a ./opt/local/share/doc/git-doc/gitweb.txt
a ./opt/local/share/doc/git-doc/gitworkflows.html
a ./opt/local/share/doc/git-doc/gitworkflows.txt
a ./opt/local/share/doc/git-doc/glossary-content.txt
a ./opt/local/share/doc/git-doc/howto
a ./opt/local/share/doc/git-doc/howto-index.html
a ./opt/local/share/doc/git-doc/howto-index.txt
a ./opt/local/share/doc/git-doc/i18n.txt
a ./opt/local/share/doc/git-doc/index.html
a ./opt/local/share/doc/git-doc/line-range-format.txt
a ./opt/local/share/doc/git-doc/mailmap.txt
a ./opt/local/share/doc/git-doc/merge-config.txt
a ./opt/local/share/doc/git-doc/merge-options.txt
a ./opt/local/share/doc/git-doc/merge-strategies.txt
a ./opt/local/share/doc/git-doc/mergetools-diff.txt
a ./opt/local/share/doc/git-doc/mergetools-merge.txt
a ./opt/local/share/doc/git-doc/pretty-formats.txt
a ./opt/local/share/doc/git-doc/pretty-options.txt
a ./opt/local/share/doc/git-doc/pull-fetch-param.txt
a ./opt/local/share/doc/git-doc/RelNotes
a ./opt/local/share/doc/git-doc/rev-list-options.txt
a ./opt/local/share/doc/git-doc/revisions.txt
a ./opt/local/share/doc/git-doc/sequencer.txt
a ./opt/local/share/doc/git-doc/technical
a ./opt/local/share/doc/git-doc/transfer-data-leaks.txt
a ./opt/local/share/doc/git-doc/urls-remotes.txt
a ./opt/local/share/doc/git-doc/urls.txt
a ./opt/local/share/doc/git-doc/user-manual.html
a ./opt/local/share/doc/git-doc/user-manual.txt
a ./opt/local/share/doc/git-doc/technical/api-allocation-growing.html
a ./opt/local/share/doc/git-doc/technical/api-allocation-growing.txt
a ./opt/local/share/doc/git-doc/technical/api-argv-array.html
a ./opt/local/share/doc/git-doc/technical/api-argv-array.txt
a ./opt/local/share/doc/git-doc/technical/api-builtin.html
a ./opt/local/share/doc/git-doc/technical/api-builtin.txt
a ./opt/local/share/doc/git-doc/technical/api-config.html
a ./opt/local/share/doc/git-doc/technical/api-config.txt
a ./opt/local/share/doc/git-doc/technical/api-credentials.html
a ./opt/local/share/doc/git-doc/technical/api-credentials.txt
a ./opt/local/share/doc/git-doc/technical/api-decorate.html
a ./opt/local/share/doc/git-doc/technical/api-decorate.txt
a ./opt/local/share/doc/git-doc/technical/api-diff.html
a ./opt/local/share/doc/git-doc/technical/api-diff.txt
a ./opt/local/share/doc/git-doc/technical/api-directory-listing.html
a ./opt/local/share/doc/git-doc/technical/api-directory-listing.txt
a ./opt/local/share/doc/git-doc/technical/api-error-handling.html
a ./opt/local/share/doc/git-doc/technical/api-error-handling.txt
a ./opt/local/share/doc/git-doc/technical/api-gitattributes.html
a ./opt/local/share/doc/git-doc/technical/api-gitattributes.txt
a ./opt/local/share/doc/git-doc/technical/api-grep.html
a ./opt/local/share/doc/git-doc/technical/api-grep.txt
a ./opt/local/share/doc/git-doc/technical/api-history-graph.html
a ./opt/local/share/doc/git-doc/technical/api-history-graph.txt
a ./opt/local/share/doc/git-doc/technical/api-index-skel.txt
a ./opt/local/share/doc/git-doc/technical/api-index.html
a ./opt/local/share/doc/git-doc/technical/api-index.txt
a ./opt/local/share/doc/git-doc/technical/api-merge.html
a ./opt/local/share/doc/git-doc/technical/api-merge.txt
a ./opt/local/share/doc/git-doc/technical/api-object-access.html
a ./opt/local/share/doc/git-doc/technical/api-object-access.txt
a ./opt/local/share/doc/git-doc/technical/api-oid-array.html
a ./opt/local/share/doc/git-doc/technical/api-oid-array.txt
a ./opt/local/share/doc/git-doc/technical/api-parse-options.html
a ./opt/local/share/doc/git-doc/technical/api-parse-options.txt
a ./opt/local/share/doc/git-doc/technical/api-quote.html
a ./opt/local/share/doc/git-doc/technical/api-quote.txt
a ./opt/local/share/doc/git-doc/technical/api-ref-iteration.html
a ./opt/local/share/doc/git-doc/technical/api-ref-iteration.txt
a ./opt/local/share/doc/git-doc/technical/api-remote.html
a ./opt/local/share/doc/git-doc/technical/api-remote.txt
a ./opt/local/share/doc/git-doc/technical/api-revision-walking.html
a ./opt/local/share/doc/git-doc/technical/api-revision-walking.txt
a ./opt/local/share/doc/git-doc/technical/api-run-command.html
a ./opt/local/share/doc/git-doc/technical/api-run-command.txt
a ./opt/local/share/doc/git-doc/technical/api-setup.html
a ./opt/local/share/doc/git-doc/technical/api-setup.txt
a ./opt/local/share/doc/git-doc/technical/api-sigchain.html
a ./opt/local/share/doc/git-doc/technical/api-sigchain.txt
a ./opt/local/share/doc/git-doc/technical/api-string-list.html
a ./opt/local/share/doc/git-doc/technical/api-string-list.txt
a ./opt/local/share/doc/git-doc/technical/api-sub-process.html
a ./opt/local/share/doc/git-doc/technical/api-sub-process.txt
a ./opt/local/share/doc/git-doc/technical/api-submodule-config.html
a ./opt/local/share/doc/git-doc/technical/api-submodule-config.txt
a ./opt/local/share/doc/git-doc/technical/api-trace.html
a ./opt/local/share/doc/git-doc/technical/api-trace.txt
a ./opt/local/share/doc/git-doc/technical/api-tree-walking.html
a ./opt/local/share/doc/git-doc/technical/api-tree-walking.txt
a ./opt/local/share/doc/git-doc/technical/api-xdiff-interface.html
a ./opt/local/share/doc/git-doc/technical/api-xdiff-interface.txt
a ./opt/local/share/doc/git-doc/technical/bitmap-format.txt
a ./opt/local/share/doc/git-doc/technical/http-protocol.html
a ./opt/local/share/doc/git-doc/technical/http-protocol.txt
a ./opt/local/share/doc/git-doc/technical/index-format.html
a ./opt/local/share/doc/git-doc/technical/index-format.txt
a ./opt/local/share/doc/git-doc/technical/pack-format.html
a ./opt/local/share/doc/git-doc/technical/pack-format.txt
a ./opt/local/share/doc/git-doc/technical/pack-heuristics.html
a ./opt/local/share/doc/git-doc/technical/pack-heuristics.txt
a ./opt/local/share/doc/git-doc/technical/pack-protocol.html
a ./opt/local/share/doc/git-doc/technical/pack-protocol.txt
a ./opt/local/share/doc/git-doc/technical/protocol-capabilities.html
a ./opt/local/share/doc/git-doc/technical/protocol-capabilities.txt
a ./opt/local/share/doc/git-doc/technical/protocol-common.html
a ./opt/local/share/doc/git-doc/technical/protocol-common.txt
a ./opt/local/share/doc/git-doc/technical/racy-git.html
a ./opt/local/share/doc/git-doc/technical/racy-git.txt
a ./opt/local/share/doc/git-doc/technical/repository-version.txt
a ./opt/local/share/doc/git-doc/technical/send-pack-pipeline.html
a ./opt/local/share/doc/git-doc/technical/send-pack-pipeline.txt
a ./opt/local/share/doc/git-doc/technical/shallow.html
a ./opt/local/share/doc/git-doc/technical/shallow.txt
a ./opt/local/share/doc/git-doc/technical/signature-format.html
a ./opt/local/share/doc/git-doc/technical/signature-format.txt
a ./opt/local/share/doc/git-doc/technical/trivial-merge.html
a ./opt/local/share/doc/git-doc/technical/trivial-merge.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.0.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.0.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.0.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.0.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.0.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.0.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.0.7.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.1.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.1.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.1.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.1.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.1.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.1.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.2.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.2.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.2.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.2.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.2.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.3.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.3.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.3.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.3.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.3.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.3.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.3.7.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.3.8.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.4.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.4.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.4.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.4.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.4.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.4.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.4.7.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.5.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.5.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.5.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.5.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.5.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.5.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.6.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.6.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.6.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.6.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.6.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.6.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.5.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.0.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.0.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.0.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.0.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.0.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.0.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.1.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.1.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.1.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.1.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.2.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.2.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.2.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.2.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.2.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.3.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.3.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.3.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.3.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.4.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.4.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.4.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.4.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.4.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.5.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.5.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.5.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.5.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.5.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.5.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.5.7.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.5.8.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.5.9.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.6.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.6.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.6.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.6.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.0.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.0.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.0.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.0.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.0.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.0.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.0.7.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.0.8.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.0.9.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.1.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.1.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.1.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.1.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.10.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.10.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.10.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.10.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.10.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.10.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.11.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.11.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.11.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.11.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.11.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.11.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.11.7.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.11.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.12.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.12.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.12.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.12.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.12.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.2.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.2.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.2.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.2.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.2.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.3.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.3.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.3.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.3.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.3.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.4.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.4.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.4.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.4.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.4.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.5.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.5.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.5.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.5.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.6.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.6.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.6.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.6.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.6.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.6.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.7.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.7.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.7.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.7.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.7.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.7.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.7.7.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.7.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.8.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.8.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.8.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.8.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.8.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.8.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.8.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.9.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.9.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.9.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.9.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.9.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.9.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.9.7.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.7.9.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.0.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.0.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.0.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.1.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.1.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.1.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.1.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.1.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.1.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.2.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.2.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.2.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.3.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.3.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.3.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.3.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.4.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.4.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.4.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.4.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.4.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.5.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.5.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.5.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.5.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.5.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.5.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.8.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.9.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.9.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.9.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.9.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.9.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/1.9.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.0.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.0.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.0.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.0.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.0.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.0.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.1.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.1.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.1.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.1.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.1.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.10.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.10.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.10.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.10.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.10.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.11.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.11.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.11.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.11.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.12.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.12.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.12.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.12.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.12.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.13.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.13.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.13.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.13.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.13.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.13.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.14.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.14.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.2.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.2.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.2.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.2.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.3.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.3.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.3.10.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.3.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.3.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.3.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.3.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.3.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.3.7.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.3.8.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.3.9.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.4.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.4.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.4.10.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.4.11.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.4.12.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.4.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.4.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.4.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.4.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.4.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.4.7.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.4.8.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.4.9.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.5.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.5.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.5.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.5.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.5.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.5.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.5.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.6.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.6.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.6.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.6.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.6.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.6.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.6.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.6.7.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.7.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.7.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.7.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.7.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.7.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.7.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.7.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.8.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.8.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.8.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.8.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.8.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.8.5.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.8.6.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.9.0.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.9.1.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.9.2.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.9.3.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.9.4.txt
a ./opt/local/share/doc/git-doc/RelNotes/2.9.5.txt
a ./opt/local/share/doc/git-doc/howto/keep-canonical-history-correct.html
a ./opt/local/share/doc/git-doc/howto/keep-canonical-history-correct.txt
a ./opt/local/share/doc/git-doc/howto/maintain-git.html
a ./opt/local/share/doc/git-doc/howto/maintain-git.txt
a ./opt/local/share/doc/git-doc/howto/new-command.html
a ./opt/local/share/doc/git-doc/howto/new-command.txt
a ./opt/local/share/doc/git-doc/howto/rebase-from-internal-branch.html
a ./opt/local/share/doc/git-doc/howto/rebase-from-internal-branch.txt
a ./opt/local/share/doc/git-doc/howto/rebuild-from-update-hook.html
a ./opt/local/share/doc/git-doc/howto/rebuild-from-update-hook.txt
a ./opt/local/share/doc/git-doc/howto/recover-corrupted-blob-object.html
a ./opt/local/share/doc/git-doc/howto/recover-corrupted-blob-object.txt
a ./opt/local/share/doc/git-doc/howto/recover-corrupted-object-harder.html
a ./opt/local/share/doc/git-doc/howto/recover-corrupted-object-harder.txt
a ./opt/local/share/doc/git-doc/howto/revert-a-faulty-merge.html
a ./opt/local/share/doc/git-doc/howto/revert-a-faulty-merge.txt
a ./opt/local/share/doc/git-doc/howto/revert-branch-rebase.html
a ./opt/local/share/doc/git-doc/howto/revert-branch-rebase.txt
a ./opt/local/share/doc/git-doc/howto/separating-topic-branches.html
a ./opt/local/share/doc/git-doc/howto/separating-topic-branches.txt
a ./opt/local/share/doc/git-doc/howto/setup-git-server-over-http.html
a ./opt/local/share/doc/git-doc/howto/setup-git-server-over-http.txt
a ./opt/local/share/doc/git-doc/howto/update-hook-example.html
a ./opt/local/share/doc/git-doc/howto/update-hook-example.txt
a ./opt/local/share/doc/git-doc/howto/use-git-daemon.html
a ./opt/local/share/doc/git-doc/howto/use-git-daemon.txt
a ./opt/local/share/doc/git-doc/howto/using-merge-subtree.html
a ./opt/local/share/doc/git-doc/howto/using-merge-subtree.txt
a ./opt/local/share/doc/git-doc/howto/using-signed-tag-in-pull-request.html
a ./opt/local/share/doc/git-doc/howto/using-signed-tag-in-pull-request.txt
a ./opt/local/share/bash-completion/completions
a ./opt/local/share/bash-completion/completions/git
a ./opt/local/libexec/git-core
a ./opt/local/libexec/git-core/git
a ./opt/local/libexec/git-core/git-add
a ./opt/local/libexec/git-core/git-add--interactive
a ./opt/local/libexec/git-core/git-am
a ./opt/local/libexec/git-core/git-annotate
a ./opt/local/libexec/git-core/git-apply
a ./opt/local/libexec/git-core/git-archimport
a ./opt/local/libexec/git-core/git-archive
a ./opt/local/libexec/git-core/git-bisect
a ./opt/local/libexec/git-core/git-bisect--helper
a ./opt/local/libexec/git-core/git-blame
a ./opt/local/libexec/git-core/git-branch
a ./opt/local/libexec/git-core/git-bundle
a ./opt/local/libexec/git-core/git-cat-file
a ./opt/local/libexec/git-core/git-check-attr
a ./opt/local/libexec/git-core/git-check-ignore
a ./opt/local/libexec/git-core/git-check-mailmap
a ./opt/local/libexec/git-core/git-check-ref-format
a ./opt/local/libexec/git-core/git-checkout
a ./opt/local/libexec/git-core/git-checkout-index
a ./opt/local/libexec/git-core/git-cherry
a ./opt/local/libexec/git-core/git-cherry-pick
a ./opt/local/libexec/git-core/git-citool
a ./opt/local/libexec/git-core/git-clean
a ./opt/local/libexec/git-core/git-clone
a ./opt/local/libexec/git-core/git-column
a ./opt/local/libexec/git-core/git-commit
a ./opt/local/libexec/git-core/git-commit-tree
a ./opt/local/libexec/git-core/git-config
a ./opt/local/libexec/git-core/git-count-objects
a ./opt/local/libexec/git-core/git-credential
a ./opt/local/libexec/git-core/git-credential-cache
a ./opt/local/libexec/git-core/git-credential-cache--daemon
a ./opt/local/libexec/git-core/git-credential-osxkeychain
a ./opt/local/libexec/git-core/git-credential-store
a ./opt/local/libexec/git-core/git-cvsexportcommit
a ./opt/local/libexec/git-core/git-cvsimport
a ./opt/local/libexec/git-core/git-cvsserver
a ./opt/local/libexec/git-core/git-daemon
a ./opt/local/libexec/git-core/git-describe
a ./opt/local/libexec/git-core/git-diff
a ./opt/local/libexec/git-core/git-diff-files
a ./opt/local/libexec/git-core/git-diff-index
a ./opt/local/libexec/git-core/git-diff-tree
a ./opt/local/libexec/git-core/git-difftool
a ./opt/local/libexec/git-core/git-difftool--helper
a ./opt/local/libexec/git-core/git-fast-export
a ./opt/local/libexec/git-core/git-fast-import
a ./opt/local/libexec/git-core/git-fetch
a ./opt/local/libexec/git-core/git-fetch-pack
a ./opt/local/libexec/git-core/git-filter-branch
a ./opt/local/libexec/git-core/git-fmt-merge-msg
a ./opt/local/libexec/git-core/git-for-each-ref
a ./opt/local/libexec/git-core/git-format-patch
a ./opt/local/libexec/git-core/git-fsck
a ./opt/local/libexec/git-core/git-fsck-objects
a ./opt/local/libexec/git-core/git-gc
a ./opt/local/libexec/git-core/git-get-tar-commit-id
a ./opt/local/libexec/git-core/git-grep
a ./opt/local/libexec/git-core/git-gui
a ./opt/local/libexec/git-core/git-gui--askpass
a ./opt/local/libexec/git-core/git-hash-object
a ./opt/local/libexec/git-core/git-help
a ./opt/local/libexec/git-core/git-http-backend
a ./opt/local/libexec/git-core/git-http-fetch
a ./opt/local/libexec/git-core/git-http-push
a ./opt/local/libexec/git-core/git-imap-send
a ./opt/local/libexec/git-core/git-index-pack
a ./opt/local/libexec/git-core/git-init
a ./opt/local/libexec/git-core/git-init-db
a ./opt/local/libexec/git-core/git-instaweb
a ./opt/local/libexec/git-core/git-interpret-trailers
a ./opt/local/libexec/git-core/git-log
a ./opt/local/libexec/git-core/git-ls-files
a ./opt/local/libexec/git-core/git-ls-remote
a ./opt/local/libexec/git-core/git-ls-tree
a ./opt/local/libexec/git-core/git-mailinfo
a ./opt/local/libexec/git-core/git-mailsplit
a ./opt/local/libexec/git-core/git-merge
a ./opt/local/libexec/git-core/git-merge-base
a ./opt/local/libexec/git-core/git-merge-file
a ./opt/local/libexec/git-core/git-merge-index
a ./opt/local/libexec/git-core/git-merge-octopus
a ./opt/local/libexec/git-core/git-merge-one-file
a ./opt/local/libexec/git-core/git-merge-ours
a ./opt/local/libexec/git-core/git-merge-recursive
a ./opt/local/libexec/git-core/git-merge-resolve
a ./opt/local/libexec/git-core/git-merge-subtree
a ./opt/local/libexec/git-core/git-merge-tree
a ./opt/local/libexec/git-core/git-mergetool
a ./opt/local/libexec/git-core/git-mergetool--lib
a ./opt/local/libexec/git-core/git-mktag
a ./opt/local/libexec/git-core/git-mktree
a ./opt/local/libexec/git-core/git-mv
a ./opt/local/libexec/git-core/git-name-rev
a ./opt/local/libexec/git-core/git-notes
a ./opt/local/libexec/git-core/git-p4
a ./opt/local/libexec/git-core/git-pack-objects
a ./opt/local/libexec/git-core/git-pack-redundant
a ./opt/local/libexec/git-core/git-pack-refs
a ./opt/local/libexec/git-core/git-parse-remote
a ./opt/local/libexec/git-core/git-patch-id
a ./opt/local/libexec/git-core/git-prune
a ./opt/local/libexec/git-core/git-prune-packed
a ./opt/local/libexec/git-core/git-pull
a ./opt/local/libexec/git-core/git-push
a ./opt/local/libexec/git-core/git-quiltimport
a ./opt/local/libexec/git-core/git-read-tree
a ./opt/local/libexec/git-core/git-rebase
a ./opt/local/libexec/git-core/git-rebase--am
a ./opt/local/libexec/git-core/git-rebase--helper
a ./opt/local/libexec/git-core/git-rebase--interactive
a ./opt/local/libexec/git-core/git-rebase--merge
a ./opt/local/libexec/git-core/git-receive-pack
a ./opt/local/libexec/git-core/git-reflog
a ./opt/local/libexec/git-core/git-remote
a ./opt/local/libexec/git-core/git-remote-ext
a ./opt/local/libexec/git-core/git-remote-fd
a ./opt/local/libexec/git-core/git-remote-ftp
a ./opt/local/libexec/git-core/git-remote-ftps
a ./opt/local/libexec/git-core/git-remote-http
a ./opt/local/libexec/git-core/git-remote-https
a ./opt/local/libexec/git-core/git-remote-testsvn
a ./opt/local/libexec/git-core/git-repack
a ./opt/local/libexec/git-core/git-replace
a ./opt/local/libexec/git-core/git-request-pull
a ./opt/local/libexec/git-core/git-rerere
a ./opt/local/libexec/git-core/git-reset
a ./opt/local/libexec/git-core/git-rev-list
a ./opt/local/libexec/git-core/git-rev-parse
a ./opt/local/libexec/git-core/git-revert
a ./opt/local/libexec/git-core/git-rm
a ./opt/local/libexec/git-core/git-send-email
a ./opt/local/libexec/git-core/git-send-pack
a ./opt/local/libexec/git-core/git-sh-i18n
a ./opt/local/libexec/git-core/git-sh-i18n--envsubst
a ./opt/local/libexec/git-core/git-sh-setup
a ./opt/local/libexec/git-core/git-shell
a ./opt/local/libexec/git-core/git-shortlog
a ./opt/local/libexec/git-core/git-show
a ./opt/local/libexec/git-core/git-show-branch
a ./opt/local/libexec/git-core/git-show-index
a ./opt/local/libexec/git-core/git-show-ref
a ./opt/local/libexec/git-core/git-stage
a ./opt/local/libexec/git-core/git-stash
a ./opt/local/libexec/git-core/git-status
a ./opt/local/libexec/git-core/git-stripspace
a ./opt/local/libexec/git-core/git-submodule
a ./opt/local/libexec/git-core/git-submodule--helper
a ./opt/local/libexec/git-core/git-subtree
a ./opt/local/libexec/git-core/git-symbolic-ref
a ./opt/local/libexec/git-core/git-tag
a ./opt/local/libexec/git-core/git-unpack-file
a ./opt/local/libexec/git-core/git-unpack-objects
a ./opt/local/libexec/git-core/git-update-index
a ./opt/local/libexec/git-core/git-update-ref
a ./opt/local/libexec/git-core/git-update-server-info
a ./opt/local/libexec/git-core/git-upload-archive
a ./opt/local/libexec/git-core/git-upload-pack
a ./opt/local/libexec/git-core/git-var
a ./opt/local/libexec/git-core/git-verify-commit
a ./opt/local/libexec/git-core/git-verify-pack
a ./opt/local/libexec/git-core/git-verify-tag
a ./opt/local/libexec/git-core/git-web--browse
a ./opt/local/libexec/git-core/git-whatchanged
a ./opt/local/libexec/git-core/git-worktree
a ./opt/local/libexec/git-core/git-write-tree
a ./opt/local/libexec/git-core/mergetools
a ./opt/local/libexec/git-core/mergetools/araxis
a ./opt/local/libexec/git-core/mergetools/bc
a ./opt/local/libexec/git-core/mergetools/bc3
a ./opt/local/libexec/git-core/mergetools/codecompare
a ./opt/local/libexec/git-core/mergetools/deltawalker
a ./opt/local/libexec/git-core/mergetools/diffmerge
a ./opt/local/libexec/git-core/mergetools/diffuse
a ./opt/local/libexec/git-core/mergetools/ecmerge
a ./opt/local/libexec/git-core/mergetools/emerge
a ./opt/local/libexec/git-core/mergetools/examdiff
a ./opt/local/libexec/git-core/mergetools/gvimdiff
a ./opt/local/libexec/git-core/mergetools/gvimdiff2
a ./opt/local/libexec/git-core/mergetools/gvimdiff3
a ./opt/local/libexec/git-core/mergetools/kdiff3
a ./opt/local/libexec/git-core/mergetools/kompare
a ./opt/local/libexec/git-core/mergetools/meld
a ./opt/local/libexec/git-core/mergetools/opendiff
a ./opt/local/libexec/git-core/mergetools/p4merge
a ./opt/local/libexec/git-core/mergetools/tkdiff
a ./opt/local/libexec/git-core/mergetools/tortoisemerge
a ./opt/local/libexec/git-core/mergetools/vimdiff
a ./opt/local/libexec/git-core/mergetools/vimdiff2
a ./opt/local/libexec/git-core/mergetools/vimdiff3
a ./opt/local/libexec/git-core/mergetools/winmerge
a ./opt/local/libexec/git-core/mergetools/xxdiff
a ./opt/local/lib/perl5
a ./opt/local/lib/perl5/site_perl
a ./opt/local/lib/perl5/site_perl/5.24
a ./opt/local/lib/perl5/site_perl/5.24/darwin-thread-multi-2level
a ./opt/local/lib/perl5/site_perl/5.24/Git
a ./opt/local/lib/perl5/site_perl/5.24/Git.pm
a ./opt/local/lib/perl5/site_perl/5.24/Git/I18N.pm
a ./opt/local/lib/perl5/site_perl/5.24/Git/IndexInfo.pm
a ./opt/local/lib/perl5/site_perl/5.24/Git/SVN
a ./opt/local/lib/perl5/site_perl/5.24/Git/SVN.pm
a ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Editor.pm
a ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Fetcher.pm
a ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/GlobSpec.pm
a ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Log.pm
a ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Memoize
a ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Migration.pm
a ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Prompt.pm
a ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Ra.pm
a ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Utils.pm
a ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Memoize/YAML.pm
a ./opt/local/lib/perl5/site_perl/5.24/darwin-thread-multi-2level/auto
a ./opt/local/lib/perl5/site_perl/5.24/darwin-thread-multi-2level/auto/Git
a ./opt/local/lib/perl5/site_perl/5.24/darwin-thread-multi-2level/auto/Git/.packlist
a ./opt/local/bin/git
a ./opt/local/bin/git-cvsserver
a ./opt/local/bin/git-receive-pack
a ./opt/local/bin/git-shell
a ./opt/local/bin/git-upload-archive
a ./opt/local/bin/git-upload-pack
a ./opt/local/bin/gitk
---> Activating git @2.14.1_1+credential_osxkeychain+doc+pcre+perl5_24
x ./
x ./+COMMENT
x ./+CONTENTS
x ./+DESC
x ./+PORTFILE
x ./+STATE
x ./opt/
x ./opt/local/
x ./opt/local/bin/
x ./opt/local/lib/
x ./opt/local/libexec/
x ./opt/local/share/
x ./opt/local/share/bash-completion/
x ./opt/local/share/doc/
x ./opt/local/share/emacs/
x ./opt/local/share/git/
x ./opt/local/share/git-core/
x ./opt/local/share/git-gui/
x ./opt/local/share/gitk/
x ./opt/local/share/gitweb/
x ./opt/local/share/locale/
x ./opt/local/share/man/
x ./opt/local/share/man/man1/
x ./opt/local/share/man/man3/
x ./opt/local/share/man/man5/
x ./opt/local/share/man/man7/
x ./opt/local/share/man/man7/gitcli.7.gz
x ./opt/local/share/man/man7/gitcore-tutorial.7.gz
x ./opt/local/share/man/man7/gitcredentials.7.gz
x ./opt/local/share/man/man7/gitcvs-migration.7.gz
x ./opt/local/share/man/man7/gitdiffcore.7.gz
x ./opt/local/share/man/man7/giteveryday.7.gz
x ./opt/local/share/man/man7/gitglossary.7.gz
x ./opt/local/share/man/man7/gitnamespaces.7.gz
x ./opt/local/share/man/man7/gitrevisions.7.gz
x ./opt/local/share/man/man7/gitsubmodules.7.gz
x ./opt/local/share/man/man7/gittutorial-2.7.gz
x ./opt/local/share/man/man7/gittutorial.7.gz
x ./opt/local/share/man/man7/gitworkflows.7.gz
x ./opt/local/share/man/man5/gitattributes.5.gz
x ./opt/local/share/man/man5/githooks.5.gz
x ./opt/local/share/man/man5/gitignore.5.gz
x ./opt/local/share/man/man5/gitmodules.5.gz
x ./opt/local/share/man/man5/gitrepository-layout.5.gz
x ./opt/local/share/man/man5/gitweb.conf.5.gz
x ./opt/local/share/man/man3/Git.3pm.gz
x ./opt/local/share/man/man3/Git::I18N.3pm.gz
x ./opt/local/share/man/man3/Git::SVN::Editor.3pm.gz
x ./opt/local/share/man/man3/Git::SVN::Fetcher.3pm.gz
x ./opt/local/share/man/man3/Git::SVN::Memoize::YAML.3pm.gz
x ./opt/local/share/man/man3/Git::SVN::Prompt.3pm.gz
x ./opt/local/share/man/man3/Git::SVN::Ra.3pm.gz
x ./opt/local/share/man/man3/Git::SVN::Utils.3pm.gz
x ./opt/local/share/man/man1/git-add.1.gz
x ./opt/local/share/man/man1/git-am.1.gz
x ./opt/local/share/man/man1/git-annotate.1.gz
x ./opt/local/share/man/man1/git-apply.1.gz
x ./opt/local/share/man/man1/git-archimport.1.gz
x ./opt/local/share/man/man1/git-archive.1.gz
x ./opt/local/share/man/man1/git-bisect.1.gz
x ./opt/local/share/man/man1/git-blame.1.gz
x ./opt/local/share/man/man1/git-branch.1.gz
x ./opt/local/share/man/man1/git-bundle.1.gz
x ./opt/local/share/man/man1/git-cat-file.1.gz
x ./opt/local/share/man/man1/git-check-attr.1.gz
x ./opt/local/share/man/man1/git-check-ignore.1.gz
x ./opt/local/share/man/man1/git-check-mailmap.1.gz
x ./opt/local/share/man/man1/git-check-ref-format.1.gz
x ./opt/local/share/man/man1/git-checkout-index.1.gz
x ./opt/local/share/man/man1/git-checkout.1.gz
x ./opt/local/share/man/man1/git-cherry-pick.1.gz
x ./opt/local/share/man/man1/git-cherry.1.gz
x ./opt/local/share/man/man1/git-citool.1.gz
x ./opt/local/share/man/man1/git-clean.1.gz
x ./opt/local/share/man/man1/git-clone.1.gz
x ./opt/local/share/man/man1/git-column.1.gz
x ./opt/local/share/man/man1/git-commit-tree.1.gz
x ./opt/local/share/man/man1/git-commit.1.gz
x ./opt/local/share/man/man1/git-config.1.gz
x ./opt/local/share/man/man1/git-count-objects.1.gz
x ./opt/local/share/man/man1/git-credential-cache--daemon.1.gz
x ./opt/local/share/man/man1/git-credential-cache.1.gz
x ./opt/local/share/man/man1/git-credential-store.1.gz
x ./opt/local/share/man/man1/git-credential.1.gz
x ./opt/local/share/man/man1/git-cvsexportcommit.1.gz
x ./opt/local/share/man/man1/git-cvsimport.1.gz
x ./opt/local/share/man/man1/git-cvsserver.1.gz
x ./opt/local/share/man/man1/git-daemon.1.gz
x ./opt/local/share/man/man1/git-describe.1.gz
x ./opt/local/share/man/man1/git-diff-files.1.gz
x ./opt/local/share/man/man1/git-diff-index.1.gz
x ./opt/local/share/man/man1/git-diff-tree.1.gz
x ./opt/local/share/man/man1/git-diff.1.gz
x ./opt/local/share/man/man1/git-difftool.1.gz
x ./opt/local/share/man/man1/git-fast-export.1.gz
x ./opt/local/share/man/man1/git-fast-import.1.gz
x ./opt/local/share/man/man1/git-fetch-pack.1.gz
x ./opt/local/share/man/man1/git-fetch.1.gz
x ./opt/local/share/man/man1/git-filter-branch.1.gz
x ./opt/local/share/man/man1/git-fmt-merge-msg.1.gz
x ./opt/local/share/man/man1/git-for-each-ref.1.gz
x ./opt/local/share/man/man1/git-format-patch.1.gz
x ./opt/local/share/man/man1/git-fsck-objects.1.gz
x ./opt/local/share/man/man1/git-fsck.1.gz
x ./opt/local/share/man/man1/git-gc.1.gz
x ./opt/local/share/man/man1/git-get-tar-commit-id.1.gz
x ./opt/local/share/man/man1/git-grep.1.gz
x ./opt/local/share/man/man1/git-gui.1.gz
x ./opt/local/share/man/man1/git-hash-object.1.gz
x ./opt/local/share/man/man1/git-help.1.gz
x ./opt/local/share/man/man1/git-http-backend.1.gz
x ./opt/local/share/man/man1/git-http-fetch.1.gz
x ./opt/local/share/man/man1/git-http-push.1.gz
x ./opt/local/share/man/man1/git-imap-send.1.gz
x ./opt/local/share/man/man1/git-index-pack.1.gz
x ./opt/local/share/man/man1/git-init-db.1.gz
x ./opt/local/share/man/man1/git-init.1.gz
x ./opt/local/share/man/man1/git-instaweb.1.gz
x ./opt/local/share/man/man1/git-interpret-trailers.1.gz
x ./opt/local/share/man/man1/git-log.1.gz
x ./opt/local/share/man/man1/git-ls-files.1.gz
x ./opt/local/share/man/man1/git-ls-remote.1.gz
x ./opt/local/share/man/man1/git-ls-tree.1.gz
x ./opt/local/share/man/man1/git-mailinfo.1.gz
x ./opt/local/share/man/man1/git-mailsplit.1.gz
x ./opt/local/share/man/man1/git-merge-base.1.gz
x ./opt/local/share/man/man1/git-merge-file.1.gz
x ./opt/local/share/man/man1/git-merge-index.1.gz
x ./opt/local/share/man/man1/git-merge-one-file.1.gz
x ./opt/local/share/man/man1/git-merge-tree.1.gz
x ./opt/local/share/man/man1/git-merge.1.gz
x ./opt/local/share/man/man1/git-mergetool--lib.1.gz
x ./opt/local/share/man/man1/git-mergetool.1.gz
x ./opt/local/share/man/man1/git-mktag.1.gz
x ./opt/local/share/man/man1/git-mktree.1.gz
x ./opt/local/share/man/man1/git-mv.1.gz
x ./opt/local/share/man/man1/git-name-rev.1.gz
x ./opt/local/share/man/man1/git-notes.1.gz
x ./opt/local/share/man/man1/git-p4.1.gz
x ./opt/local/share/man/man1/git-pack-objects.1.gz
x ./opt/local/share/man/man1/git-pack-redundant.1.gz
x ./opt/local/share/man/man1/git-pack-refs.1.gz
x ./opt/local/share/man/man1/git-parse-remote.1.gz
x ./opt/local/share/man/man1/git-patch-id.1.gz
x ./opt/local/share/man/man1/git-prune-packed.1.gz
x ./opt/local/share/man/man1/git-prune.1.gz
x ./opt/local/share/man/man1/git-pull.1.gz
x ./opt/local/share/man/man1/git-push.1.gz
x ./opt/local/share/man/man1/git-quiltimport.1.gz
x ./opt/local/share/man/man1/git-read-tree.1.gz
x ./opt/local/share/man/man1/git-rebase.1.gz
x ./opt/local/share/man/man1/git-receive-pack.1.gz
x ./opt/local/share/man/man1/git-reflog.1.gz
x ./opt/local/share/man/man1/git-remote-ext.1.gz
x ./opt/local/share/man/man1/git-remote-fd.1.gz
x ./opt/local/share/man/man1/git-remote-testgit.1.gz
x ./opt/local/share/man/man1/git-remote.1.gz
x ./opt/local/share/man/man1/git-repack.1.gz
x ./opt/local/share/man/man1/git-replace.1.gz
x ./opt/local/share/man/man1/git-request-pull.1.gz
x ./opt/local/share/man/man1/git-rerere.1.gz
x ./opt/local/share/man/man1/git-reset.1.gz
x ./opt/local/share/man/man1/git-rev-list.1.gz
x ./opt/local/share/man/man1/git-rev-parse.1.gz
x ./opt/local/share/man/man1/git-revert.1.gz
x ./opt/local/share/man/man1/git-rm.1.gz
x ./opt/local/share/man/man1/git-send-email.1.gz
x ./opt/local/share/man/man1/git-send-pack.1.gz
x ./opt/local/share/man/man1/git-sh-i18n--envsubst.1.gz
x ./opt/local/share/man/man1/git-sh-i18n.1.gz
x ./opt/local/share/man/man1/git-sh-setup.1.gz
x ./opt/local/share/man/man1/git-shell.1.gz
x ./opt/local/share/man/man1/git-shortlog.1.gz
x ./opt/local/share/man/man1/git-show-branch.1.gz
x ./opt/local/share/man/man1/git-show-index.1.gz
x ./opt/local/share/man/man1/git-show-ref.1.gz
x ./opt/local/share/man/man1/git-show.1.gz
x ./opt/local/share/man/man1/git-stage.1.gz
x ./opt/local/share/man/man1/git-stash.1.gz
x ./opt/local/share/man/man1/git-status.1.gz
x ./opt/local/share/man/man1/git-stripspace.1.gz
x ./opt/local/share/man/man1/git-submodule.1.gz
x ./opt/local/share/man/man1/git-subtree.1.gz
x ./opt/local/share/man/man1/git-svn.1.gz
x ./opt/local/share/man/man1/git-symbolic-ref.1.gz
x ./opt/local/share/man/man1/git-tag.1.gz
x ./opt/local/share/man/man1/git-unpack-file.1.gz
x ./opt/local/share/man/man1/git-unpack-objects.1.gz
x ./opt/local/share/man/man1/git-update-index.1.gz
x ./opt/local/share/man/man1/git-update-ref.1.gz
x ./opt/local/share/man/man1/git-update-server-info.1.gz
x ./opt/local/share/man/man1/git-upload-archive.1.gz
x ./opt/local/share/man/man1/git-upload-pack.1.gz
x ./opt/local/share/man/man1/git-var.1.gz
x ./opt/local/share/man/man1/git-verify-commit.1.gz
x ./opt/local/share/man/man1/git-verify-pack.1.gz
x ./opt/local/share/man/man1/git-verify-tag.1.gz
x ./opt/local/share/man/man1/git-web--browse.1.gz
x ./opt/local/share/man/man1/git-whatchanged.1.gz
x ./opt/local/share/man/man1/git-worktree.1.gz
x ./opt/local/share/man/man1/git-write-tree.1.gz
x ./opt/local/share/man/man1/git.1.gz
x ./opt/local/share/man/man1/gitk.1.gz
x ./opt/local/share/man/man1/gitremote-helpers.1.gz
x ./opt/local/share/man/man1/gitweb.1.gz
x ./opt/local/share/locale/bg/
x ./opt/local/share/locale/ca/
x ./opt/local/share/locale/de/
x ./opt/local/share/locale/fr/
x ./opt/local/share/locale/is/
x ./opt/local/share/locale/it/
x ./opt/local/share/locale/ko/
x ./opt/local/share/locale/pt_PT/
x ./opt/local/share/locale/ru/
x ./opt/local/share/locale/sv/
x ./opt/local/share/locale/vi/
x ./opt/local/share/locale/zh_CN/
x ./opt/local/share/locale/zh_CN/LC_MESSAGES/
x ./opt/local/share/locale/zh_CN/LC_MESSAGES/git.mo
x ./opt/local/share/locale/vi/LC_MESSAGES/
x ./opt/local/share/locale/vi/LC_MESSAGES/git.mo
x ./opt/local/share/locale/sv/LC_MESSAGES/
x ./opt/local/share/locale/sv/LC_MESSAGES/git.mo
x ./opt/local/share/locale/ru/LC_MESSAGES/
x ./opt/local/share/locale/ru/LC_MESSAGES/git.mo
x ./opt/local/share/locale/pt_PT/LC_MESSAGES/
x ./opt/local/share/locale/pt_PT/LC_MESSAGES/git.mo
x ./opt/local/share/locale/ko/LC_MESSAGES/
x ./opt/local/share/locale/ko/LC_MESSAGES/git.mo
x ./opt/local/share/locale/it/LC_MESSAGES/
x ./opt/local/share/locale/it/LC_MESSAGES/git.mo
x ./opt/local/share/locale/is/LC_MESSAGES/
x ./opt/local/share/locale/is/LC_MESSAGES/git.mo
x ./opt/local/share/locale/fr/LC_MESSAGES/
x ./opt/local/share/locale/fr/LC_MESSAGES/git.mo
x ./opt/local/share/locale/de/LC_MESSAGES/
x ./opt/local/share/locale/de/LC_MESSAGES/git.mo
x ./opt/local/share/locale/ca/LC_MESSAGES/
x ./opt/local/share/locale/ca/LC_MESSAGES/git.mo
x ./opt/local/share/locale/bg/LC_MESSAGES/
x ./opt/local/share/locale/bg/LC_MESSAGES/git.mo
x ./opt/local/share/gitweb/gitweb.cgi
x ./opt/local/share/gitweb/static/
x ./opt/local/share/gitweb/static/git-favicon.png
x ./opt/local/share/gitweb/static/git-logo.png
x ./opt/local/share/gitweb/static/gitweb.css
x ./opt/local/share/gitweb/static/gitweb.js
x ./opt/local/share/gitk/lib/
x ./opt/local/share/gitk/lib/msgs/
x ./opt/local/share/gitk/lib/msgs/bg.msg
x ./opt/local/share/gitk/lib/msgs/ca.msg
x ./opt/local/share/gitk/lib/msgs/de.msg
x ./opt/local/share/gitk/lib/msgs/es.msg
x ./opt/local/share/gitk/lib/msgs/fr.msg
x ./opt/local/share/gitk/lib/msgs/hu.msg
x ./opt/local/share/gitk/lib/msgs/it.msg
x ./opt/local/share/gitk/lib/msgs/ja.msg
x ./opt/local/share/gitk/lib/msgs/pt_br.msg
x ./opt/local/share/gitk/lib/msgs/pt_pt.msg
x ./opt/local/share/gitk/lib/msgs/ru.msg
x ./opt/local/share/gitk/lib/msgs/sv.msg
x ./opt/local/share/gitk/lib/msgs/vi.msg
x ./opt/local/share/git-gui/lib/
x ./opt/local/share/git-gui/lib/about.tcl
x ./opt/local/share/git-gui/lib/blame.tcl
x ./opt/local/share/git-gui/lib/branch.tcl
x ./opt/local/share/git-gui/lib/branch_checkout.tcl
x ./opt/local/share/git-gui/lib/branch_create.tcl
x ./opt/local/share/git-gui/lib/branch_delete.tcl
x ./opt/local/share/git-gui/lib/branch_rename.tcl
x ./opt/local/share/git-gui/lib/browser.tcl
x ./opt/local/share/git-gui/lib/checkout_op.tcl
x ./opt/local/share/git-gui/lib/choose_font.tcl
x ./opt/local/share/git-gui/lib/choose_repository.tcl
x ./opt/local/share/git-gui/lib/choose_rev.tcl
x ./opt/local/share/git-gui/lib/class.tcl
x ./opt/local/share/git-gui/lib/commit.tcl
x ./opt/local/share/git-gui/lib/console.tcl
x ./opt/local/share/git-gui/lib/database.tcl
x ./opt/local/share/git-gui/lib/date.tcl
x ./opt/local/share/git-gui/lib/diff.tcl
x ./opt/local/share/git-gui/lib/encoding.tcl
x ./opt/local/share/git-gui/lib/error.tcl
x ./opt/local/share/git-gui/lib/Git Gui.app/
x ./opt/local/share/git-gui/lib/git-gui.ico
x ./opt/local/share/git-gui/lib/git-gui.tcl
x ./opt/local/share/git-gui/lib/index.tcl
x ./opt/local/share/git-gui/lib/line.tcl
x ./opt/local/share/git-gui/lib/logo.tcl
x ./opt/local/share/git-gui/lib/merge.tcl
x ./opt/local/share/git-gui/lib/mergetool.tcl
x ./opt/local/share/git-gui/lib/msgs/
x ./opt/local/share/git-gui/lib/option.tcl
x ./opt/local/share/git-gui/lib/remote.tcl
x ./opt/local/share/git-gui/lib/remote_add.tcl
x ./opt/local/share/git-gui/lib/remote_branch_delete.tcl
x ./opt/local/share/git-gui/lib/search.tcl
x ./opt/local/share/git-gui/lib/shortcut.tcl
x ./opt/local/share/git-gui/lib/spellcheck.tcl
x ./opt/local/share/git-gui/lib/sshkey.tcl
x ./opt/local/share/git-gui/lib/status_bar.tcl
x ./opt/local/share/git-gui/lib/tclIndex
x ./opt/local/share/git-gui/lib/themed.tcl
x ./opt/local/share/git-gui/lib/tools.tcl
x ./opt/local/share/git-gui/lib/tools_dlg.tcl
x ./opt/local/share/git-gui/lib/transport.tcl
x ./opt/local/share/git-gui/lib/win32.tcl
x ./opt/local/share/git-gui/lib/win32_shortcut.js
x ./opt/local/share/git-gui/lib/msgs/bg.msg
x ./opt/local/share/git-gui/lib/msgs/de.msg
x ./opt/local/share/git-gui/lib/msgs/el.msg
x ./opt/local/share/git-gui/lib/msgs/fr.msg
x ./opt/local/share/git-gui/lib/msgs/hu.msg
x ./opt/local/share/git-gui/lib/msgs/it.msg
x ./opt/local/share/git-gui/lib/msgs/ja.msg
x ./opt/local/share/git-gui/lib/msgs/nb.msg
x ./opt/local/share/git-gui/lib/msgs/pt_br.msg
x ./opt/local/share/git-gui/lib/msgs/pt_pt.msg
x ./opt/local/share/git-gui/lib/msgs/ru.msg
x ./opt/local/share/git-gui/lib/msgs/sv.msg
x ./opt/local/share/git-gui/lib/msgs/vi.msg
x ./opt/local/share/git-gui/lib/msgs/zh_cn.msg
x ./opt/local/share/git-gui/lib/Git Gui.app/Contents/
x ./opt/local/share/git-gui/lib/Git Gui.app/Contents/Info.plist
x ./opt/local/share/git-gui/lib/Git Gui.app/Contents/MacOS/
x ./opt/local/share/git-gui/lib/Git Gui.app/Contents/Resources/
x ./opt/local/share/git-gui/lib/Git Gui.app/Contents/Resources/git-gui.icns
x ./opt/local/share/git-gui/lib/Git Gui.app/Contents/Resources/Scripts/
x ./opt/local/share/git-gui/lib/Git Gui.app/Contents/Resources/Scripts/AppMain.tcl
x ./opt/local/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish
x ./opt/local/share/git-core/templates/
x ./opt/local/share/git-core/templates/description
x ./opt/local/share/git-core/templates/hooks/
x ./opt/local/share/git-core/templates/info/
x ./opt/local/share/git-core/templates/info/exclude
x ./opt/local/share/git-core/templates/hooks/applypatch-msg.sample
x ./opt/local/share/git-core/templates/hooks/commit-msg.sample
x ./opt/local/share/git-core/templates/hooks/post-update.sample
x ./opt/local/share/git-core/templates/hooks/pre-applypatch.sample
x ./opt/local/share/git-core/templates/hooks/pre-commit.sample
x ./opt/local/share/git-core/templates/hooks/pre-push.sample
x ./opt/local/share/git-core/templates/hooks/pre-rebase.sample
x ./opt/local/share/git-core/templates/hooks/pre-receive.sample
x ./opt/local/share/git-core/templates/hooks/prepare-commit-msg.sample
x ./opt/local/share/git-core/templates/hooks/update.sample
x ./opt/local/share/git/contrib/
x ./opt/local/share/git/git-prompt.sh
x ./opt/local/share/git/contrib/buildsystems/
x ./opt/local/share/git/contrib/coccinelle/
x ./opt/local/share/git/contrib/completion/
x ./opt/local/share/git/contrib/contacts/
x ./opt/local/share/git/contrib/convert-grafts-to-replace-refs.sh
x ./opt/local/share/git/contrib/credential/
x ./opt/local/share/git/contrib/diff-highlight/
x ./opt/local/share/git/contrib/emacs/
x ./opt/local/share/git/contrib/examples/
x ./opt/local/share/git/contrib/fast-import/
x ./opt/local/share/git/contrib/git-jump/
x ./opt/local/share/git/contrib/git-resurrect.sh
x ./opt/local/share/git/contrib/git-shell-commands/
x ./opt/local/share/git/contrib/hg-to-git/
x ./opt/local/share/git/contrib/hooks/
x ./opt/local/share/git/contrib/long-running-filter/
x ./opt/local/share/git/contrib/mw-to-git/
x ./opt/local/share/git/contrib/persistent-https/
x ./opt/local/share/git/contrib/README
x ./opt/local/share/git/contrib/remote-helpers/
x ./opt/local/share/git/contrib/remotes2config.sh
x ./opt/local/share/git/contrib/rerere-train.sh
x ./opt/local/share/git/contrib/stats/
x ./opt/local/share/git/contrib/subtree/
x ./opt/local/share/git/contrib/svn-fe/
x ./opt/local/share/git/contrib/thunderbird-patch-inline/
x ./opt/local/share/git/contrib/update-unicode/
x ./opt/local/share/git/contrib/workdir/
x ./opt/local/share/git/contrib/workdir/.gitattributes
x ./opt/local/share/git/contrib/workdir/git-new-workdir
x ./opt/local/share/git/contrib/update-unicode/.gitignore
x ./opt/local/share/git/contrib/update-unicode/README
x ./opt/local/share/git/contrib/update-unicode/update_unicode.sh
x ./opt/local/share/git/contrib/thunderbird-patch-inline/appp.sh
x ./opt/local/share/git/contrib/thunderbird-patch-inline/README
x ./opt/local/share/git/contrib/svn-fe/.gitignore
x ./opt/local/share/git/contrib/svn-fe/Makefile
x ./opt/local/share/git/contrib/svn-fe/svn-fe.c
x ./opt/local/share/git/contrib/svn-fe/svn-fe.txt
x ./opt/local/share/git/contrib/svn-fe/svnrdump_sim.py
x ./opt/local/share/git/contrib/subtree/.gitignore
x ./opt/local/share/git/contrib/subtree/COPYING
x ./opt/local/share/git/contrib/subtree/git-subtree.1
x ./opt/local/share/git/contrib/subtree/git-subtree.html
x ./opt/local/share/git/contrib/subtree/git-subtree.sh
x ./opt/local/share/git/contrib/subtree/git-subtree.txt
x ./opt/local/share/git/contrib/subtree/INSTALL
x ./opt/local/share/git/contrib/subtree/Makefile
x ./opt/local/share/git/contrib/subtree/README
x ./opt/local/share/git/contrib/subtree/t/
x ./opt/local/share/git/contrib/subtree/todo
x ./opt/local/share/git/contrib/subtree/t/Makefile
x ./opt/local/share/git/contrib/subtree/t/t7900-subtree.sh
x ./opt/local/share/git/contrib/stats/git-common-hash
x ./opt/local/share/git/contrib/stats/mailmap.pl
x ./opt/local/share/git/contrib/stats/packinfo.pl
x ./opt/local/share/git/contrib/remote-helpers/git-remote-bzr
x ./opt/local/share/git/contrib/remote-helpers/git-remote-hg
x ./opt/local/share/git/contrib/remote-helpers/README
x ./opt/local/share/git/contrib/persistent-https/client.go
x ./opt/local/share/git/contrib/persistent-https/LICENSE
x ./opt/local/share/git/contrib/persistent-https/main.go
x ./opt/local/share/git/contrib/persistent-https/Makefile
x ./opt/local/share/git/contrib/persistent-https/proxy.go
x ./opt/local/share/git/contrib/persistent-https/README
x ./opt/local/share/git/contrib/persistent-https/socket.go
x ./opt/local/share/git/contrib/mw-to-git/.gitignore
x ./opt/local/share/git/contrib/mw-to-git/.perlcriticrc
x ./opt/local/share/git/contrib/mw-to-git/bin-wrapper/
x ./opt/local/share/git/contrib/mw-to-git/Git/
x ./opt/local/share/git/contrib/mw-to-git/git-mw.perl
x ./opt/local/share/git/contrib/mw-to-git/git-remote-mediawiki.perl
x ./opt/local/share/git/contrib/mw-to-git/git-remote-mediawiki.txt
x ./opt/local/share/git/contrib/mw-to-git/Makefile
x ./opt/local/share/git/contrib/mw-to-git/t/
x ./opt/local/share/git/contrib/mw-to-git/t/.gitignore
x ./opt/local/share/git/contrib/mw-to-git/t/install-wiki/
x ./opt/local/share/git/contrib/mw-to-git/t/install-wiki.sh
x ./opt/local/share/git/contrib/mw-to-git/t/Makefile
x ./opt/local/share/git/contrib/mw-to-git/t/push-pull-tests.sh
x ./opt/local/share/git/contrib/mw-to-git/t/README
x ./opt/local/share/git/contrib/mw-to-git/t/t9360-mw-to-git-clone.sh
x ./opt/local/share/git/contrib/mw-to-git/t/t9361-mw-to-git-push-pull.sh
x ./opt/local/share/git/contrib/mw-to-git/t/t9362-mw-to-git-utf8.sh
x ./opt/local/share/git/contrib/mw-to-git/t/t9363-mw-to-git-export-import.sh
x ./opt/local/share/git/contrib/mw-to-git/t/t9364-pull-by-rev.sh
x ./opt/local/share/git/contrib/mw-to-git/t/t9365-continuing-queries.sh
x ./opt/local/share/git/contrib/mw-to-git/t/test-gitmw-lib.sh
x ./opt/local/share/git/contrib/mw-to-git/t/test-gitmw.pl
x ./opt/local/share/git/contrib/mw-to-git/t/test.config
x ./opt/local/share/git/contrib/mw-to-git/t/install-wiki/.gitignore
x ./opt/local/share/git/contrib/mw-to-git/t/install-wiki/db_install.php
x ./opt/local/share/git/contrib/mw-to-git/t/install-wiki/LocalSettings.php
x ./opt/local/share/git/contrib/mw-to-git/Git/Mediawiki.pm
x ./opt/local/share/git/contrib/mw-to-git/bin-wrapper/git
x ./opt/local/share/git/contrib/long-running-filter/example.pl
x ./opt/local/share/git/contrib/hooks/multimail/
x ./opt/local/share/git/contrib/hooks/post-receive-email
x ./opt/local/share/git/contrib/hooks/pre-auto-gc-battery
x ./opt/local/share/git/contrib/hooks/setgitperms.perl
x ./opt/local/share/git/contrib/hooks/update-paranoid
x ./opt/local/share/git/contrib/hooks/multimail/CHANGES
x ./opt/local/share/git/contrib/hooks/multimail/CONTRIBUTING.rst
x ./opt/local/share/git/contrib/hooks/multimail/doc/
x ./opt/local/share/git/contrib/hooks/multimail/git_multimail.py
x ./opt/local/share/git/contrib/hooks/multimail/migrate-mailhook-config
x ./opt/local/share/git/contrib/hooks/multimail/post-receive.example
x ./opt/local/share/git/contrib/hooks/multimail/README
x ./opt/local/share/git/contrib/hooks/multimail/README.Git
x ./opt/local/share/git/contrib/hooks/multimail/README.migrate-from-post-receive-email
x ./opt/local/share/git/contrib/hooks/multimail/doc/customizing-emails.rst
x ./opt/local/share/git/contrib/hooks/multimail/doc/gerrit.rst
x ./opt/local/share/git/contrib/hooks/multimail/doc/gitolite.rst
x ./opt/local/share/git/contrib/hooks/multimail/doc/troubleshooting.rst
x ./opt/local/share/git/contrib/hg-to-git/hg-to-git.py
x ./opt/local/share/git/contrib/hg-to-git/hg-to-git.txt
x ./opt/local/share/git/contrib/git-shell-commands/help
x ./opt/local/share/git/contrib/git-shell-commands/list
x ./opt/local/share/git/contrib/git-shell-commands/README
x ./opt/local/share/git/contrib/git-jump/git-jump
x ./opt/local/share/git/contrib/git-jump/README
x ./opt/local/share/git/contrib/fast-import/git-import.perl
x ./opt/local/share/git/contrib/fast-import/git-import.sh
x ./opt/local/share/git/contrib/fast-import/git-p4.README
x ./opt/local/share/git/contrib/fast-import/import-directories.perl
x ./opt/local/share/git/contrib/fast-import/import-tars.perl
x ./opt/local/share/git/contrib/fast-import/import-zips.py
x ./opt/local/share/git/contrib/examples/builtin-fetch--tool.c
x ./opt/local/share/git/contrib/examples/git-am.sh
x ./opt/local/share/git/contrib/examples/git-checkout.sh
x ./opt/local/share/git/contrib/examples/git-clean.sh
x ./opt/local/share/git/contrib/examples/git-clone.sh
x ./opt/local/share/git/contrib/examples/git-commit.sh
x ./opt/local/share/git/contrib/examples/git-difftool.perl
x ./opt/local/share/git/contrib/examples/git-fetch.sh
x ./opt/local/share/git/contrib/examples/git-gc.sh
x ./opt/local/share/git/contrib/examples/git-log.sh
x ./opt/local/share/git/contrib/examples/git-ls-remote.sh
x ./opt/local/share/git/contrib/examples/git-merge-ours.sh
x ./opt/local/share/git/contrib/examples/git-merge.sh
x ./opt/local/share/git/contrib/examples/git-notes.sh
x ./opt/local/share/git/contrib/examples/git-pull.sh
x ./opt/local/share/git/contrib/examples/git-remote.perl
x ./opt/local/share/git/contrib/examples/git-repack.sh
x ./opt/local/share/git/contrib/examples/git-rerere.perl
x ./opt/local/share/git/contrib/examples/git-reset.sh
x ./opt/local/share/git/contrib/examples/git-resolve.sh
x ./opt/local/share/git/contrib/examples/git-revert.sh
x ./opt/local/share/git/contrib/examples/git-svnimport.perl
x ./opt/local/share/git/contrib/examples/git-svnimport.txt
x ./opt/local/share/git/contrib/examples/git-tag.sh
x ./opt/local/share/git/contrib/examples/git-verify-tag.sh
x ./opt/local/share/git/contrib/examples/git-whatchanged.sh
x ./opt/local/share/git/contrib/examples/README
x ./opt/local/share/git/contrib/emacs/.gitignore
x ./opt/local/share/git/contrib/emacs/git-blame.el
x ./opt/local/share/git/contrib/emacs/git.el
x ./opt/local/share/git/contrib/emacs/Makefile
x ./opt/local/share/git/contrib/emacs/README
x ./opt/local/share/git/contrib/diff-highlight/.gitignore
x ./opt/local/share/git/contrib/diff-highlight/diff-highlight.perl
x ./opt/local/share/git/contrib/diff-highlight/DiffHighlight.pm
x ./opt/local/share/git/contrib/diff-highlight/Makefile
x ./opt/local/share/git/contrib/diff-highlight/README
x ./opt/local/share/git/contrib/diff-highlight/t/
x ./opt/local/share/git/contrib/diff-highlight/t/.gitignore
x ./opt/local/share/git/contrib/diff-highlight/t/Makefile
x ./opt/local/share/git/contrib/diff-highlight/t/t9400-diff-highlight.sh
x ./opt/local/share/git/contrib/credential/gnome-keyring/
x ./opt/local/share/git/contrib/credential/libsecret/
x ./opt/local/share/git/contrib/credential/netrc/
x ./opt/local/share/git/contrib/credential/osxkeychain/
x ./opt/local/share/git/contrib/credential/wincred/
x ./opt/local/share/git/contrib/credential/wincred/git-credential-wincred.c
x ./opt/local/share/git/contrib/credential/wincred/Makefile
x ./opt/local/share/git/contrib/credential/osxkeychain/.gitignore
x ./opt/local/share/git/contrib/credential/osxkeychain/git-credential-osxkeychain
x ./opt/local/share/git/contrib/credential/osxkeychain/git-credential-osxkeychain.c
x ./opt/local/share/git/contrib/credential/osxkeychain/git-credential-osxkeychain.o
x ./opt/local/share/git/contrib/credential/osxkeychain/Makefile
x ./opt/local/share/git/contrib/credential/netrc/git-credential-netrc
x ./opt/local/share/git/contrib/credential/netrc/Makefile
x ./opt/local/share/git/contrib/credential/netrc/test.netrc
x ./opt/local/share/git/contrib/credential/netrc/test.pl
x ./opt/local/share/git/contrib/credential/libsecret/git-credential-libsecret.c
x ./opt/local/share/git/contrib/credential/libsecret/Makefile
x ./opt/local/share/git/contrib/credential/gnome-keyring/.gitignore
x ./opt/local/share/git/contrib/credential/gnome-keyring/git-credential-gnome-keyring.c
x ./opt/local/share/git/contrib/credential/gnome-keyring/Makefile
x ./opt/local/share/git/contrib/contacts/.gitignore
x ./opt/local/share/git/contrib/contacts/git-contacts
x ./opt/local/share/git/contrib/contacts/git-contacts.txt
x ./opt/local/share/git/contrib/contacts/Makefile
x ./opt/local/share/git/contrib/completion/.gitattributes
x ./opt/local/share/git/contrib/completion/git-completion.bash
x ./opt/local/share/git/contrib/completion/git-completion.tcsh
x ./opt/local/share/git/contrib/completion/git-completion.zsh
x ./opt/local/share/git/contrib/completion/git-prompt.sh
x ./opt/local/share/git/contrib/coccinelle/.gitignore
x ./opt/local/share/git/contrib/coccinelle/array.cocci
x ./opt/local/share/git/contrib/coccinelle/free.cocci
x ./opt/local/share/git/contrib/coccinelle/object_id.cocci
x ./opt/local/share/git/contrib/coccinelle/qsort.cocci
x ./opt/local/share/git/contrib/coccinelle/README
x ./opt/local/share/git/contrib/coccinelle/strbuf.cocci
x ./opt/local/share/git/contrib/coccinelle/swap.cocci
x ./opt/local/share/git/contrib/coccinelle/xstrdup_or_null.cocci
x ./opt/local/share/git/contrib/buildsystems/engine.pl
x ./opt/local/share/git/contrib/buildsystems/generate
x ./opt/local/share/git/contrib/buildsystems/Generators/
x ./opt/local/share/git/contrib/buildsystems/Generators.pm
x ./opt/local/share/git/contrib/buildsystems/parse.pl
x ./opt/local/share/git/contrib/buildsystems/Generators/QMake.pm
x ./opt/local/share/git/contrib/buildsystems/Generators/Vcproj.pm
x ./opt/local/share/emacs/site-lisp/
x ./opt/local/share/emacs/site-lisp/git-blame.el
x ./opt/local/share/emacs/site-lisp/git.el
x ./opt/local/share/doc/git-doc/
x ./opt/local/share/doc/git-doc/blame-options.txt
x ./opt/local/share/doc/git-doc/cmds-ancillaryinterrogators.txt
x ./opt/local/share/doc/git-doc/cmds-ancillarymanipulators.txt
x ./opt/local/share/doc/git-doc/cmds-foreignscminterface.txt
x ./opt/local/share/doc/git-doc/cmds-mainporcelain.txt
x ./opt/local/share/doc/git-doc/cmds-plumbinginterrogators.txt
x ./opt/local/share/doc/git-doc/cmds-plumbingmanipulators.txt
x ./opt/local/share/doc/git-doc/cmds-purehelpers.txt
x ./opt/local/share/doc/git-doc/cmds-synchelpers.txt
x ./opt/local/share/doc/git-doc/cmds-synchingrepositories.txt
x ./opt/local/share/doc/git-doc/config.txt
x ./opt/local/share/doc/git-doc/date-formats.txt
x ./opt/local/share/doc/git-doc/diff-config.txt
x ./opt/local/share/doc/git-doc/diff-format.txt
x ./opt/local/share/doc/git-doc/diff-generate-patch.txt
x ./opt/local/share/doc/git-doc/diff-heuristic-options.txt
x ./opt/local/share/doc/git-doc/diff-options.txt
x ./opt/local/share/doc/git-doc/docbook-xsl.css
x ./opt/local/share/doc/git-doc/everyday.html
x ./opt/local/share/doc/git-doc/fetch-options.txt
x ./opt/local/share/doc/git-doc/fmt-merge-msg-config.txt
x ./opt/local/share/doc/git-doc/git-add.html
x ./opt/local/share/doc/git-doc/git-add.txt
x ./opt/local/share/doc/git-doc/git-am.html
x ./opt/local/share/doc/git-doc/git-am.txt
x ./opt/local/share/doc/git-doc/git-annotate.html
x ./opt/local/share/doc/git-doc/git-annotate.txt
x ./opt/local/share/doc/git-doc/git-apply.html
x ./opt/local/share/doc/git-doc/git-apply.txt
x ./opt/local/share/doc/git-doc/git-archimport.html
x ./opt/local/share/doc/git-doc/git-archimport.txt
x ./opt/local/share/doc/git-doc/git-archive.html
x ./opt/local/share/doc/git-doc/git-archive.txt
x ./opt/local/share/doc/git-doc/git-bisect-lk2009.html
x ./opt/local/share/doc/git-doc/git-bisect-lk2009.txt
x ./opt/local/share/doc/git-doc/git-bisect.html
x ./opt/local/share/doc/git-doc/git-bisect.txt
x ./opt/local/share/doc/git-doc/git-blame.html
x ./opt/local/share/doc/git-doc/git-blame.txt
x ./opt/local/share/doc/git-doc/git-branch.html
x ./opt/local/share/doc/git-doc/git-branch.txt
x ./opt/local/share/doc/git-doc/git-bundle.html
x ./opt/local/share/doc/git-doc/git-bundle.txt
x ./opt/local/share/doc/git-doc/git-cat-file.html
x ./opt/local/share/doc/git-doc/git-cat-file.txt
x ./opt/local/share/doc/git-doc/git-check-attr.html
x ./opt/local/share/doc/git-doc/git-check-attr.txt
x ./opt/local/share/doc/git-doc/git-check-ignore.html
x ./opt/local/share/doc/git-doc/git-check-ignore.txt
x ./opt/local/share/doc/git-doc/git-check-mailmap.html
x ./opt/local/share/doc/git-doc/git-check-mailmap.txt
x ./opt/local/share/doc/git-doc/git-check-ref-format.html
x ./opt/local/share/doc/git-doc/git-check-ref-format.txt
x ./opt/local/share/doc/git-doc/git-checkout-index.html
x ./opt/local/share/doc/git-doc/git-checkout-index.txt
x ./opt/local/share/doc/git-doc/git-checkout.html
x ./opt/local/share/doc/git-doc/git-checkout.txt
x ./opt/local/share/doc/git-doc/git-cherry-pick.html
x ./opt/local/share/doc/git-doc/git-cherry-pick.txt
x ./opt/local/share/doc/git-doc/git-cherry.html
x ./opt/local/share/doc/git-doc/git-cherry.txt
x ./opt/local/share/doc/git-doc/git-citool.html
x ./opt/local/share/doc/git-doc/git-citool.txt
x ./opt/local/share/doc/git-doc/git-clean.html
x ./opt/local/share/doc/git-doc/git-clean.txt
x ./opt/local/share/doc/git-doc/git-clone.html
x ./opt/local/share/doc/git-doc/git-clone.txt
x ./opt/local/share/doc/git-doc/git-column.html
x ./opt/local/share/doc/git-doc/git-column.txt
x ./opt/local/share/doc/git-doc/git-commit-tree.html
x ./opt/local/share/doc/git-doc/git-commit-tree.txt
x ./opt/local/share/doc/git-doc/git-commit.html
x ./opt/local/share/doc/git-doc/git-commit.txt
x ./opt/local/share/doc/git-doc/git-config.html
x ./opt/local/share/doc/git-doc/git-config.txt
x ./opt/local/share/doc/git-doc/git-count-objects.html
x ./opt/local/share/doc/git-doc/git-count-objects.txt
x ./opt/local/share/doc/git-doc/git-credential-cache--daemon.html
x ./opt/local/share/doc/git-doc/git-credential-cache--daemon.txt
x ./opt/local/share/doc/git-doc/git-credential-cache.html
x ./opt/local/share/doc/git-doc/git-credential-cache.txt
x ./opt/local/share/doc/git-doc/git-credential-store.html
x ./opt/local/share/doc/git-doc/git-credential-store.txt
x ./opt/local/share/doc/git-doc/git-credential.html
x ./opt/local/share/doc/git-doc/git-credential.txt
x ./opt/local/share/doc/git-doc/git-cvsexportcommit.html
x ./opt/local/share/doc/git-doc/git-cvsexportcommit.txt
x ./opt/local/share/doc/git-doc/git-cvsimport.html
x ./opt/local/share/doc/git-doc/git-cvsimport.txt
x ./opt/local/share/doc/git-doc/git-cvsserver.html
x ./opt/local/share/doc/git-doc/git-cvsserver.txt
x ./opt/local/share/doc/git-doc/git-daemon.html
x ./opt/local/share/doc/git-doc/git-daemon.txt
x ./opt/local/share/doc/git-doc/git-describe.html
x ./opt/local/share/doc/git-doc/git-describe.txt
x ./opt/local/share/doc/git-doc/git-diff-files.html
x ./opt/local/share/doc/git-doc/git-diff-files.txt
x ./opt/local/share/doc/git-doc/git-diff-index.html
x ./opt/local/share/doc/git-doc/git-diff-index.txt
x ./opt/local/share/doc/git-doc/git-diff-tree.html
x ./opt/local/share/doc/git-doc/git-diff-tree.txt
x ./opt/local/share/doc/git-doc/git-diff.html
x ./opt/local/share/doc/git-doc/git-diff.txt
x ./opt/local/share/doc/git-doc/git-difftool.html
x ./opt/local/share/doc/git-doc/git-difftool.txt
x ./opt/local/share/doc/git-doc/git-fast-export.html
x ./opt/local/share/doc/git-doc/git-fast-export.txt
x ./opt/local/share/doc/git-doc/git-fast-import.html
x ./opt/local/share/doc/git-doc/git-fast-import.txt
x ./opt/local/share/doc/git-doc/git-fetch-pack.html
x ./opt/local/share/doc/git-doc/git-fetch-pack.txt
x ./opt/local/share/doc/git-doc/git-fetch.html
x ./opt/local/share/doc/git-doc/git-fetch.txt
x ./opt/local/share/doc/git-doc/git-filter-branch.html
x ./opt/local/share/doc/git-doc/git-filter-branch.txt
x ./opt/local/share/doc/git-doc/git-fmt-merge-msg.html
x ./opt/local/share/doc/git-doc/git-fmt-merge-msg.txt
x ./opt/local/share/doc/git-doc/git-for-each-ref.html
x ./opt/local/share/doc/git-doc/git-for-each-ref.txt
x ./opt/local/share/doc/git-doc/git-format-patch.html
x ./opt/local/share/doc/git-doc/git-format-patch.txt
x ./opt/local/share/doc/git-doc/git-fsck-objects.html
x ./opt/local/share/doc/git-doc/git-fsck-objects.txt
x ./opt/local/share/doc/git-doc/git-fsck.html
x ./opt/local/share/doc/git-doc/git-fsck.txt
x ./opt/local/share/doc/git-doc/git-gc.html
x ./opt/local/share/doc/git-doc/git-gc.txt
x ./opt/local/share/doc/git-doc/git-get-tar-commit-id.html
x ./opt/local/share/doc/git-doc/git-get-tar-commit-id.txt
x ./opt/local/share/doc/git-doc/git-grep.html
x ./opt/local/share/doc/git-doc/git-grep.txt
x ./opt/local/share/doc/git-doc/git-gui.html
x ./opt/local/share/doc/git-doc/git-gui.txt
x ./opt/local/share/doc/git-doc/git-hash-object.html
x ./opt/local/share/doc/git-doc/git-hash-object.txt
x ./opt/local/share/doc/git-doc/git-help.html
x ./opt/local/share/doc/git-doc/git-help.txt
x ./opt/local/share/doc/git-doc/git-http-backend.html
x ./opt/local/share/doc/git-doc/git-http-backend.txt
x ./opt/local/share/doc/git-doc/git-http-fetch.html
x ./opt/local/share/doc/git-doc/git-http-fetch.txt
x ./opt/local/share/doc/git-doc/git-http-push.html
x ./opt/local/share/doc/git-doc/git-http-push.txt
x ./opt/local/share/doc/git-doc/git-imap-send.html
x ./opt/local/share/doc/git-doc/git-imap-send.txt
x ./opt/local/share/doc/git-doc/git-index-pack.html
x ./opt/local/share/doc/git-doc/git-index-pack.txt
x ./opt/local/share/doc/git-doc/git-init-db.html
x ./opt/local/share/doc/git-doc/git-init-db.txt
x ./opt/local/share/doc/git-doc/git-init.html
x ./opt/local/share/doc/git-doc/git-init.txt
x ./opt/local/share/doc/git-doc/git-instaweb.html
x ./opt/local/share/doc/git-doc/git-instaweb.txt
x ./opt/local/share/doc/git-doc/git-interpret-trailers.html
x ./opt/local/share/doc/git-doc/git-interpret-trailers.txt
x ./opt/local/share/doc/git-doc/git-log.html
x ./opt/local/share/doc/git-doc/git-log.txt
x ./opt/local/share/doc/git-doc/git-ls-files.html
x ./opt/local/share/doc/git-doc/git-ls-files.txt
x ./opt/local/share/doc/git-doc/git-ls-remote.html
x ./opt/local/share/doc/git-doc/git-ls-remote.txt
x ./opt/local/share/doc/git-doc/git-ls-tree.html
x ./opt/local/share/doc/git-doc/git-ls-tree.txt
x ./opt/local/share/doc/git-doc/git-mailinfo.html
x ./opt/local/share/doc/git-doc/git-mailinfo.txt
x ./opt/local/share/doc/git-doc/git-mailsplit.html
x ./opt/local/share/doc/git-doc/git-mailsplit.txt
x ./opt/local/share/doc/git-doc/git-merge-base.html
x ./opt/local/share/doc/git-doc/git-merge-base.txt
x ./opt/local/share/doc/git-doc/git-merge-file.html
x ./opt/local/share/doc/git-doc/git-merge-file.txt
x ./opt/local/share/doc/git-doc/git-merge-index.html
x ./opt/local/share/doc/git-doc/git-merge-index.txt
x ./opt/local/share/doc/git-doc/git-merge-one-file.html
x ./opt/local/share/doc/git-doc/git-merge-one-file.txt
x ./opt/local/share/doc/git-doc/git-merge-tree.html
x ./opt/local/share/doc/git-doc/git-merge-tree.txt
x ./opt/local/share/doc/git-doc/git-merge.html
x ./opt/local/share/doc/git-doc/git-merge.txt
x ./opt/local/share/doc/git-doc/git-mergetool--lib.html
x ./opt/local/share/doc/git-doc/git-mergetool--lib.txt
x ./opt/local/share/doc/git-doc/git-mergetool.html
x ./opt/local/share/doc/git-doc/git-mergetool.txt
x ./opt/local/share/doc/git-doc/git-mktag.html
x ./opt/local/share/doc/git-doc/git-mktag.txt
x ./opt/local/share/doc/git-doc/git-mktree.html
x ./opt/local/share/doc/git-doc/git-mktree.txt
x ./opt/local/share/doc/git-doc/git-mv.html
x ./opt/local/share/doc/git-doc/git-mv.txt
x ./opt/local/share/doc/git-doc/git-name-rev.html
x ./opt/local/share/doc/git-doc/git-name-rev.txt
x ./opt/local/share/doc/git-doc/git-notes.html
x ./opt/local/share/doc/git-doc/git-notes.txt
x ./opt/local/share/doc/git-doc/git-p4.html
x ./opt/local/share/doc/git-doc/git-p4.txt
x ./opt/local/share/doc/git-doc/git-pack-objects.html
x ./opt/local/share/doc/git-doc/git-pack-objects.txt
x ./opt/local/share/doc/git-doc/git-pack-redundant.html
x ./opt/local/share/doc/git-doc/git-pack-redundant.txt
x ./opt/local/share/doc/git-doc/git-pack-refs.html
x ./opt/local/share/doc/git-doc/git-pack-refs.txt
x ./opt/local/share/doc/git-doc/git-parse-remote.html
x ./opt/local/share/doc/git-doc/git-parse-remote.txt
x ./opt/local/share/doc/git-doc/git-patch-id.html
x ./opt/local/share/doc/git-doc/git-patch-id.txt
x ./opt/local/share/doc/git-doc/git-prune-packed.html
x ./opt/local/share/doc/git-doc/git-prune-packed.txt
x ./opt/local/share/doc/git-doc/git-prune.html
x ./opt/local/share/doc/git-doc/git-prune.txt
x ./opt/local/share/doc/git-doc/git-pull.html
x ./opt/local/share/doc/git-doc/git-pull.txt
x ./opt/local/share/doc/git-doc/git-push.html
x ./opt/local/share/doc/git-doc/git-push.txt
x ./opt/local/share/doc/git-doc/git-quiltimport.html
x ./opt/local/share/doc/git-doc/git-quiltimport.txt
x ./opt/local/share/doc/git-doc/git-read-tree.html
x ./opt/local/share/doc/git-doc/git-read-tree.txt
x ./opt/local/share/doc/git-doc/git-rebase.html
x ./opt/local/share/doc/git-doc/git-rebase.txt
x ./opt/local/share/doc/git-doc/git-receive-pack.html
x ./opt/local/share/doc/git-doc/git-receive-pack.txt
x ./opt/local/share/doc/git-doc/git-reflog.html
x ./opt/local/share/doc/git-doc/git-reflog.txt
x ./opt/local/share/doc/git-doc/git-remote-ext.html
x ./opt/local/share/doc/git-doc/git-remote-ext.txt
x ./opt/local/share/doc/git-doc/git-remote-fd.html
x ./opt/local/share/doc/git-doc/git-remote-fd.txt
x ./opt/local/share/doc/git-doc/git-remote-helpers.html
x ./opt/local/share/doc/git-doc/git-remote-testgit.html
x ./opt/local/share/doc/git-doc/git-remote-testgit.txt
x ./opt/local/share/doc/git-doc/git-remote.html
x ./opt/local/share/doc/git-doc/git-remote.txt
x ./opt/local/share/doc/git-doc/git-repack.html
x ./opt/local/share/doc/git-doc/git-repack.txt
x ./opt/local/share/doc/git-doc/git-replace.html
x ./opt/local/share/doc/git-doc/git-replace.txt
x ./opt/local/share/doc/git-doc/git-request-pull.html
x ./opt/local/share/doc/git-doc/git-request-pull.txt
x ./opt/local/share/doc/git-doc/git-rerere.html
x ./opt/local/share/doc/git-doc/git-rerere.txt
x ./opt/local/share/doc/git-doc/git-reset.html
x ./opt/local/share/doc/git-doc/git-reset.txt
x ./opt/local/share/doc/git-doc/git-rev-list.html
x ./opt/local/share/doc/git-doc/git-rev-list.txt
x ./opt/local/share/doc/git-doc/git-rev-parse.html
x ./opt/local/share/doc/git-doc/git-rev-parse.txt
x ./opt/local/share/doc/git-doc/git-revert.html
x ./opt/local/share/doc/git-doc/git-revert.txt
x ./opt/local/share/doc/git-doc/git-rm.html
x ./opt/local/share/doc/git-doc/git-rm.txt
x ./opt/local/share/doc/git-doc/git-send-email.html
x ./opt/local/share/doc/git-doc/git-send-email.txt
x ./opt/local/share/doc/git-doc/git-send-pack.html
x ./opt/local/share/doc/git-doc/git-send-pack.txt
x ./opt/local/share/doc/git-doc/git-sh-i18n--envsubst.html
x ./opt/local/share/doc/git-doc/git-sh-i18n--envsubst.txt
x ./opt/local/share/doc/git-doc/git-sh-i18n.html
x ./opt/local/share/doc/git-doc/git-sh-i18n.txt
x ./opt/local/share/doc/git-doc/git-sh-setup.html
x ./opt/local/share/doc/git-doc/git-sh-setup.txt
x ./opt/local/share/doc/git-doc/git-shell.html
x ./opt/local/share/doc/git-doc/git-shell.txt
x ./opt/local/share/doc/git-doc/git-shortlog.html
x ./opt/local/share/doc/git-doc/git-shortlog.txt
x ./opt/local/share/doc/git-doc/git-show-branch.html
x ./opt/local/share/doc/git-doc/git-show-branch.txt
x ./opt/local/share/doc/git-doc/git-show-index.html
x ./opt/local/share/doc/git-doc/git-show-index.txt
x ./opt/local/share/doc/git-doc/git-show-ref.html
x ./opt/local/share/doc/git-doc/git-show-ref.txt
x ./opt/local/share/doc/git-doc/git-show.html
x ./opt/local/share/doc/git-doc/git-show.txt
x ./opt/local/share/doc/git-doc/git-stage.html
x ./opt/local/share/doc/git-doc/git-stage.txt
x ./opt/local/share/doc/git-doc/git-stash.html
x ./opt/local/share/doc/git-doc/git-stash.txt
x ./opt/local/share/doc/git-doc/git-status.html
x ./opt/local/share/doc/git-doc/git-status.txt
x ./opt/local/share/doc/git-doc/git-stripspace.html
x ./opt/local/share/doc/git-doc/git-stripspace.txt
x ./opt/local/share/doc/git-doc/git-submodule.html
x ./opt/local/share/doc/git-doc/git-submodule.txt
x ./opt/local/share/doc/git-doc/git-subtree.html
x ./opt/local/share/doc/git-doc/git-svn.html
x ./opt/local/share/doc/git-doc/git-svn.txt
x ./opt/local/share/doc/git-doc/git-symbolic-ref.html
x ./opt/local/share/doc/git-doc/git-symbolic-ref.txt
x ./opt/local/share/doc/git-doc/git-tag.html
x ./opt/local/share/doc/git-doc/git-tag.txt
x ./opt/local/share/doc/git-doc/git-tools.html
x ./opt/local/share/doc/git-doc/git-tools.txt
x ./opt/local/share/doc/git-doc/git-unpack-file.html
x ./opt/local/share/doc/git-doc/git-unpack-file.txt
x ./opt/local/share/doc/git-doc/git-unpack-objects.html
x ./opt/local/share/doc/git-doc/git-unpack-objects.txt
x ./opt/local/share/doc/git-doc/git-update-index.html
x ./opt/local/share/doc/git-doc/git-update-index.txt
x ./opt/local/share/doc/git-doc/git-update-ref.html
x ./opt/local/share/doc/git-doc/git-update-ref.txt
x ./opt/local/share/doc/git-doc/git-update-server-info.html
x ./opt/local/share/doc/git-doc/git-update-server-info.txt
x ./opt/local/share/doc/git-doc/git-upload-archive.html
x ./opt/local/share/doc/git-doc/git-upload-archive.txt
x ./opt/local/share/doc/git-doc/git-upload-pack.html
x ./opt/local/share/doc/git-doc/git-upload-pack.txt
x ./opt/local/share/doc/git-doc/git-var.html
x ./opt/local/share/doc/git-doc/git-var.txt
x ./opt/local/share/doc/git-doc/git-verify-commit.html
x ./opt/local/share/doc/git-doc/git-verify-commit.txt
x ./opt/local/share/doc/git-doc/git-verify-pack.html
x ./opt/local/share/doc/git-doc/git-verify-pack.txt
x ./opt/local/share/doc/git-doc/git-verify-tag.html
x ./opt/local/share/doc/git-doc/git-verify-tag.txt
x ./opt/local/share/doc/git-doc/git-web--browse.html
x ./opt/local/share/doc/git-doc/git-web--browse.txt
x ./opt/local/share/doc/git-doc/git-whatchanged.html
x ./opt/local/share/doc/git-doc/git-whatchanged.txt
x ./opt/local/share/doc/git-doc/git-worktree.html
x ./opt/local/share/doc/git-doc/git-worktree.txt
x ./opt/local/share/doc/git-doc/git-write-tree.html
x ./opt/local/share/doc/git-doc/git-write-tree.txt
x ./opt/local/share/doc/git-doc/git.html
x ./opt/local/share/doc/git-doc/git.txt
x ./opt/local/share/doc/git-doc/gitattributes.html
x ./opt/local/share/doc/git-doc/gitattributes.txt
x ./opt/local/share/doc/git-doc/gitcli.html
x ./opt/local/share/doc/git-doc/gitcli.txt
x ./opt/local/share/doc/git-doc/gitcore-tutorial.html
x ./opt/local/share/doc/git-doc/gitcore-tutorial.txt
x ./opt/local/share/doc/git-doc/gitcredentials.html
x ./opt/local/share/doc/git-doc/gitcredentials.txt
x ./opt/local/share/doc/git-doc/gitcvs-migration.html
x ./opt/local/share/doc/git-doc/gitcvs-migration.txt
x ./opt/local/share/doc/git-doc/gitdiffcore.html
x ./opt/local/share/doc/git-doc/gitdiffcore.txt
x ./opt/local/share/doc/git-doc/giteveryday.html
x ./opt/local/share/doc/git-doc/giteveryday.txt
x ./opt/local/share/doc/git-doc/gitglossary.html
x ./opt/local/share/doc/git-doc/gitglossary.txt
x ./opt/local/share/doc/git-doc/githooks.html
x ./opt/local/share/doc/git-doc/githooks.txt
x ./opt/local/share/doc/git-doc/gitignore.html
x ./opt/local/share/doc/git-doc/gitignore.txt
x ./opt/local/share/doc/git-doc/gitk.html
x ./opt/local/share/doc/git-doc/gitk.txt
x ./opt/local/share/doc/git-doc/gitmodules.html
x ./opt/local/share/doc/git-doc/gitmodules.txt
x ./opt/local/share/doc/git-doc/gitnamespaces.html
x ./opt/local/share/doc/git-doc/gitnamespaces.txt
x ./opt/local/share/doc/git-doc/gitremote-helpers.html
x ./opt/local/share/doc/git-doc/gitremote-helpers.txt
x ./opt/local/share/doc/git-doc/gitrepository-layout.html
x ./opt/local/share/doc/git-doc/gitrepository-layout.txt
x ./opt/local/share/doc/git-doc/gitrevisions.html
x ./opt/local/share/doc/git-doc/gitrevisions.txt
x ./opt/local/share/doc/git-doc/gitsubmodules.html
x ./opt/local/share/doc/git-doc/gitsubmodules.txt
x ./opt/local/share/doc/git-doc/gittutorial-2.html
x ./opt/local/share/doc/git-doc/gittutorial-2.txt
x ./opt/local/share/doc/git-doc/gittutorial.html
x ./opt/local/share/doc/git-doc/gittutorial.txt
x ./opt/local/share/doc/git-doc/gitweb.conf.html
x ./opt/local/share/doc/git-doc/gitweb.conf.txt
x ./opt/local/share/doc/git-doc/gitweb.html
x ./opt/local/share/doc/git-doc/gitweb.txt
x ./opt/local/share/doc/git-doc/gitworkflows.html
x ./opt/local/share/doc/git-doc/gitworkflows.txt
x ./opt/local/share/doc/git-doc/glossary-content.txt
x ./opt/local/share/doc/git-doc/howto/
x ./opt/local/share/doc/git-doc/howto-index.html
x ./opt/local/share/doc/git-doc/howto-index.txt
x ./opt/local/share/doc/git-doc/i18n.txt
x ./opt/local/share/doc/git-doc/index.html
x ./opt/local/share/doc/git-doc/line-range-format.txt
x ./opt/local/share/doc/git-doc/mailmap.txt
x ./opt/local/share/doc/git-doc/merge-config.txt
x ./opt/local/share/doc/git-doc/merge-options.txt
x ./opt/local/share/doc/git-doc/merge-strategies.txt
x ./opt/local/share/doc/git-doc/mergetools-diff.txt
x ./opt/local/share/doc/git-doc/mergetools-merge.txt
x ./opt/local/share/doc/git-doc/pretty-formats.txt
x ./opt/local/share/doc/git-doc/pretty-options.txt
x ./opt/local/share/doc/git-doc/pull-fetch-param.txt
x ./opt/local/share/doc/git-doc/RelNotes/
x ./opt/local/share/doc/git-doc/rev-list-options.txt
x ./opt/local/share/doc/git-doc/revisions.txt
x ./opt/local/share/doc/git-doc/sequencer.txt
x ./opt/local/share/doc/git-doc/technical/
x ./opt/local/share/doc/git-doc/transfer-data-leaks.txt
x ./opt/local/share/doc/git-doc/urls-remotes.txt
x ./opt/local/share/doc/git-doc/urls.txt
x ./opt/local/share/doc/git-doc/user-manual.html
x ./opt/local/share/doc/git-doc/user-manual.txt
x ./opt/local/share/doc/git-doc/technical/api-allocation-growing.html
x ./opt/local/share/doc/git-doc/technical/api-allocation-growing.txt
x ./opt/local/share/doc/git-doc/technical/api-argv-array.html
x ./opt/local/share/doc/git-doc/technical/api-argv-array.txt
x ./opt/local/share/doc/git-doc/technical/api-builtin.html
x ./opt/local/share/doc/git-doc/technical/api-builtin.txt
x ./opt/local/share/doc/git-doc/technical/api-config.html
x ./opt/local/share/doc/git-doc/technical/api-config.txt
x ./opt/local/share/doc/git-doc/technical/api-credentials.html
x ./opt/local/share/doc/git-doc/technical/api-credentials.txt
x ./opt/local/share/doc/git-doc/technical/api-decorate.html
x ./opt/local/share/doc/git-doc/technical/api-decorate.txt
x ./opt/local/share/doc/git-doc/technical/api-diff.html
x ./opt/local/share/doc/git-doc/technical/api-diff.txt
x ./opt/local/share/doc/git-doc/technical/api-directory-listing.html
x ./opt/local/share/doc/git-doc/technical/api-directory-listing.txt
x ./opt/local/share/doc/git-doc/technical/api-error-handling.html
x ./opt/local/share/doc/git-doc/technical/api-error-handling.txt
x ./opt/local/share/doc/git-doc/technical/api-gitattributes.html
x ./opt/local/share/doc/git-doc/technical/api-gitattributes.txt
x ./opt/local/share/doc/git-doc/technical/api-grep.html
x ./opt/local/share/doc/git-doc/technical/api-grep.txt
x ./opt/local/share/doc/git-doc/technical/api-history-graph.html
x ./opt/local/share/doc/git-doc/technical/api-history-graph.txt
x ./opt/local/share/doc/git-doc/technical/api-index-skel.txt
x ./opt/local/share/doc/git-doc/technical/api-index.html
x ./opt/local/share/doc/git-doc/technical/api-index.txt
x ./opt/local/share/doc/git-doc/technical/api-merge.html
x ./opt/local/share/doc/git-doc/technical/api-merge.txt
x ./opt/local/share/doc/git-doc/technical/api-object-access.html
x ./opt/local/share/doc/git-doc/technical/api-object-access.txt
x ./opt/local/share/doc/git-doc/technical/api-oid-array.html
x ./opt/local/share/doc/git-doc/technical/api-oid-array.txt
x ./opt/local/share/doc/git-doc/technical/api-parse-options.html
x ./opt/local/share/doc/git-doc/technical/api-parse-options.txt
x ./opt/local/share/doc/git-doc/technical/api-quote.html
x ./opt/local/share/doc/git-doc/technical/api-quote.txt
x ./opt/local/share/doc/git-doc/technical/api-ref-iteration.html
x ./opt/local/share/doc/git-doc/technical/api-ref-iteration.txt
x ./opt/local/share/doc/git-doc/technical/api-remote.html
x ./opt/local/share/doc/git-doc/technical/api-remote.txt
x ./opt/local/share/doc/git-doc/technical/api-revision-walking.html
x ./opt/local/share/doc/git-doc/technical/api-revision-walking.txt
x ./opt/local/share/doc/git-doc/technical/api-run-command.html
x ./opt/local/share/doc/git-doc/technical/api-run-command.txt
x ./opt/local/share/doc/git-doc/technical/api-setup.html
x ./opt/local/share/doc/git-doc/technical/api-setup.txt
x ./opt/local/share/doc/git-doc/technical/api-sigchain.html
x ./opt/local/share/doc/git-doc/technical/api-sigchain.txt
x ./opt/local/share/doc/git-doc/technical/api-string-list.html
x ./opt/local/share/doc/git-doc/technical/api-string-list.txt
x ./opt/local/share/doc/git-doc/technical/api-sub-process.html
x ./opt/local/share/doc/git-doc/technical/api-sub-process.txt
x ./opt/local/share/doc/git-doc/technical/api-submodule-config.html
x ./opt/local/share/doc/git-doc/technical/api-submodule-config.txt
x ./opt/local/share/doc/git-doc/technical/api-trace.html
x ./opt/local/share/doc/git-doc/technical/api-trace.txt
x ./opt/local/share/doc/git-doc/technical/api-tree-walking.html
x ./opt/local/share/doc/git-doc/technical/api-tree-walking.txt
x ./opt/local/share/doc/git-doc/technical/api-xdiff-interface.html
x ./opt/local/share/doc/git-doc/technical/api-xdiff-interface.txt
x ./opt/local/share/doc/git-doc/technical/bitmap-format.txt
x ./opt/local/share/doc/git-doc/technical/http-protocol.html
x ./opt/local/share/doc/git-doc/technical/http-protocol.txt
x ./opt/local/share/doc/git-doc/technical/index-format.html
x ./opt/local/share/doc/git-doc/technical/index-format.txt
x ./opt/local/share/doc/git-doc/technical/pack-format.html
x ./opt/local/share/doc/git-doc/technical/pack-format.txt
x ./opt/local/share/doc/git-doc/technical/pack-heuristics.html
x ./opt/local/share/doc/git-doc/technical/pack-heuristics.txt
x ./opt/local/share/doc/git-doc/technical/pack-protocol.html
x ./opt/local/share/doc/git-doc/technical/pack-protocol.txt
x ./opt/local/share/doc/git-doc/technical/protocol-capabilities.html
x ./opt/local/share/doc/git-doc/technical/protocol-capabilities.txt
x ./opt/local/share/doc/git-doc/technical/protocol-common.html
x ./opt/local/share/doc/git-doc/technical/protocol-common.txt
x ./opt/local/share/doc/git-doc/technical/racy-git.html
x ./opt/local/share/doc/git-doc/technical/racy-git.txt
x ./opt/local/share/doc/git-doc/technical/repository-version.txt
x ./opt/local/share/doc/git-doc/technical/send-pack-pipeline.html
x ./opt/local/share/doc/git-doc/technical/send-pack-pipeline.txt
x ./opt/local/share/doc/git-doc/technical/shallow.html
x ./opt/local/share/doc/git-doc/technical/shallow.txt
x ./opt/local/share/doc/git-doc/technical/signature-format.html
x ./opt/local/share/doc/git-doc/technical/signature-format.txt
x ./opt/local/share/doc/git-doc/technical/trivial-merge.html
x ./opt/local/share/doc/git-doc/technical/trivial-merge.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.0.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.0.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.0.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.0.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.0.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.0.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.0.7.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.1.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.1.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.1.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.1.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.1.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.1.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.2.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.2.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.2.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.2.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.2.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.3.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.3.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.3.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.3.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.3.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.3.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.3.7.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.3.8.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.4.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.4.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.4.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.4.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.4.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.4.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.4.7.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.5.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.5.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.5.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.5.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.5.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.5.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.6.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.6.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.6.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.6.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.6.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.6.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.5.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.0.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.0.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.0.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.0.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.0.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.0.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.1.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.1.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.1.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.1.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.2.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.2.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.2.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.2.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.2.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.3.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.3.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.3.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.3.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.4.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.4.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.4.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.4.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.4.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.5.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.5.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.5.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.5.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.5.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.5.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.5.7.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.5.8.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.5.9.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.6.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.6.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.6.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.6.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.0.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.0.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.0.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.0.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.0.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.0.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.0.7.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.0.8.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.0.9.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.1.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.1.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.1.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.1.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.10.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.10.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.10.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.10.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.10.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.10.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.11.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.11.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.11.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.11.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.11.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.11.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.11.7.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.11.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.12.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.12.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.12.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.12.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.12.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.2.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.2.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.2.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.2.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.2.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.3.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.3.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.3.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.3.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.3.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.4.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.4.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.4.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.4.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.4.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.5.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.5.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.5.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.5.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.6.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.6.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.6.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.6.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.6.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.6.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.7.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.7.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.7.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.7.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.7.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.7.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.7.7.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.7.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.8.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.8.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.8.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.8.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.8.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.8.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.8.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.9.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.9.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.9.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.9.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.9.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.9.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.9.7.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.7.9.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.0.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.0.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.0.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.1.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.1.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.1.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.1.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.1.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.1.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.2.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.2.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.2.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.3.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.3.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.3.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.3.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.4.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.4.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.4.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.4.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.4.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.5.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.5.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.5.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.5.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.5.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.5.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.8.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.9.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.9.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.9.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.9.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.9.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/1.9.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.0.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.0.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.0.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.0.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.0.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.0.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.1.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.1.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.1.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.1.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.1.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.10.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.10.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.10.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.10.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.10.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.11.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.11.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.11.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.11.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.12.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.12.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.12.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.12.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.12.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.13.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.13.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.13.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.13.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.13.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.13.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.14.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.14.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.2.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.2.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.2.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.2.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.3.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.3.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.3.10.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.3.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.3.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.3.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.3.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.3.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.3.7.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.3.8.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.3.9.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.4.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.4.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.4.10.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.4.11.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.4.12.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.4.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.4.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.4.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.4.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.4.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.4.7.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.4.8.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.4.9.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.5.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.5.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.5.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.5.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.5.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.5.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.5.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.6.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.6.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.6.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.6.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.6.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.6.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.6.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.6.7.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.7.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.7.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.7.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.7.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.7.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.7.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.7.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.8.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.8.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.8.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.8.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.8.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.8.5.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.8.6.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.9.0.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.9.1.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.9.2.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.9.3.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.9.4.txt
x ./opt/local/share/doc/git-doc/RelNotes/2.9.5.txt
x ./opt/local/share/doc/git-doc/howto/keep-canonical-history-correct.html
x ./opt/local/share/doc/git-doc/howto/keep-canonical-history-correct.txt
x ./opt/local/share/doc/git-doc/howto/maintain-git.html
x ./opt/local/share/doc/git-doc/howto/maintain-git.txt
x ./opt/local/share/doc/git-doc/howto/new-command.html
x ./opt/local/share/doc/git-doc/howto/new-command.txt
x ./opt/local/share/doc/git-doc/howto/rebase-from-internal-branch.html
x ./opt/local/share/doc/git-doc/howto/rebase-from-internal-branch.txt
x ./opt/local/share/doc/git-doc/howto/rebuild-from-update-hook.html
x ./opt/local/share/doc/git-doc/howto/rebuild-from-update-hook.txt
x ./opt/local/share/doc/git-doc/howto/recover-corrupted-blob-object.html
x ./opt/local/share/doc/git-doc/howto/recover-corrupted-blob-object.txt
x ./opt/local/share/doc/git-doc/howto/recover-corrupted-object-harder.html
x ./opt/local/share/doc/git-doc/howto/recover-corrupted-object-harder.txt
x ./opt/local/share/doc/git-doc/howto/revert-a-faulty-merge.html
x ./opt/local/share/doc/git-doc/howto/revert-a-faulty-merge.txt
x ./opt/local/share/doc/git-doc/howto/revert-branch-rebase.html
x ./opt/local/share/doc/git-doc/howto/revert-branch-rebase.txt
x ./opt/local/share/doc/git-doc/howto/separating-topic-branches.html
x ./opt/local/share/doc/git-doc/howto/separating-topic-branches.txt
x ./opt/local/share/doc/git-doc/howto/setup-git-server-over-http.html
x ./opt/local/share/doc/git-doc/howto/setup-git-server-over-http.txt
x ./opt/local/share/doc/git-doc/howto/update-hook-example.html
x ./opt/local/share/doc/git-doc/howto/update-hook-example.txt
x ./opt/local/share/doc/git-doc/howto/use-git-daemon.html
x ./opt/local/share/doc/git-doc/howto/use-git-daemon.txt
x ./opt/local/share/doc/git-doc/howto/using-merge-subtree.html
x ./opt/local/share/doc/git-doc/howto/using-merge-subtree.txt
x ./opt/local/share/doc/git-doc/howto/using-signed-tag-in-pull-request.html
x ./opt/local/share/doc/git-doc/howto/using-signed-tag-in-pull-request.txt
x ./opt/local/share/bash-completion/completions/
x ./opt/local/share/bash-completion/completions/git
x ./opt/local/libexec/git-core/
x ./opt/local/libexec/git-core/git
x ./opt/local/libexec/git-core/git-add
x ./opt/local/libexec/git-core/git-add--interactive
x ./opt/local/libexec/git-core/git-am
x ./opt/local/libexec/git-core/git-annotate
x ./opt/local/libexec/git-core/git-apply
x ./opt/local/libexec/git-core/git-archimport
x ./opt/local/libexec/git-core/git-archive
x ./opt/local/libexec/git-core/git-bisect
x ./opt/local/libexec/git-core/git-bisect--helper
x ./opt/local/libexec/git-core/git-blame
x ./opt/local/libexec/git-core/git-branch
x ./opt/local/libexec/git-core/git-bundle
x ./opt/local/libexec/git-core/git-cat-file
x ./opt/local/libexec/git-core/git-check-attr
x ./opt/local/libexec/git-core/git-check-ignore
x ./opt/local/libexec/git-core/git-check-mailmap
x ./opt/local/libexec/git-core/git-check-ref-format
x ./opt/local/libexec/git-core/git-checkout
x ./opt/local/libexec/git-core/git-checkout-index
x ./opt/local/libexec/git-core/git-cherry
x ./opt/local/libexec/git-core/git-cherry-pick
x ./opt/local/libexec/git-core/git-citool
x ./opt/local/libexec/git-core/git-clean
x ./opt/local/libexec/git-core/git-clone
x ./opt/local/libexec/git-core/git-column
x ./opt/local/libexec/git-core/git-commit
x ./opt/local/libexec/git-core/git-commit-tree
x ./opt/local/libexec/git-core/git-config
x ./opt/local/libexec/git-core/git-count-objects
x ./opt/local/libexec/git-core/git-credential
x ./opt/local/libexec/git-core/git-credential-cache
x ./opt/local/libexec/git-core/git-credential-cache--daemon
x ./opt/local/libexec/git-core/git-credential-osxkeychain
x ./opt/local/libexec/git-core/git-credential-store
x ./opt/local/libexec/git-core/git-cvsexportcommit
x ./opt/local/libexec/git-core/git-cvsimport
x ./opt/local/libexec/git-core/git-cvsserver
x ./opt/local/libexec/git-core/git-daemon
x ./opt/local/libexec/git-core/git-describe
x ./opt/local/libexec/git-core/git-diff
x ./opt/local/libexec/git-core/git-diff-files
x ./opt/local/libexec/git-core/git-diff-index
x ./opt/local/libexec/git-core/git-diff-tree
x ./opt/local/libexec/git-core/git-difftool
x ./opt/local/libexec/git-core/git-difftool--helper
x ./opt/local/libexec/git-core/git-fast-export
x ./opt/local/libexec/git-core/git-fast-import
x ./opt/local/libexec/git-core/git-fetch
x ./opt/local/libexec/git-core/git-fetch-pack
x ./opt/local/libexec/git-core/git-filter-branch
x ./opt/local/libexec/git-core/git-fmt-merge-msg
x ./opt/local/libexec/git-core/git-for-each-ref
x ./opt/local/libexec/git-core/git-format-patch
x ./opt/local/libexec/git-core/git-fsck
x ./opt/local/libexec/git-core/git-fsck-objects
x ./opt/local/libexec/git-core/git-gc
x ./opt/local/libexec/git-core/git-get-tar-commit-id
x ./opt/local/libexec/git-core/git-grep
x ./opt/local/libexec/git-core/git-gui
x ./opt/local/libexec/git-core/git-gui--askpass
x ./opt/local/libexec/git-core/git-hash-object
x ./opt/local/libexec/git-core/git-help
x ./opt/local/libexec/git-core/git-http-backend
x ./opt/local/libexec/git-core/git-http-fetch
x ./opt/local/libexec/git-core/git-http-push
x ./opt/local/libexec/git-core/git-imap-send
x ./opt/local/libexec/git-core/git-index-pack
x ./opt/local/libexec/git-core/git-init
x ./opt/local/libexec/git-core/git-init-db
x ./opt/local/libexec/git-core/git-instaweb
x ./opt/local/libexec/git-core/git-interpret-trailers
x ./opt/local/libexec/git-core/git-log
x ./opt/local/libexec/git-core/git-ls-files
x ./opt/local/libexec/git-core/git-ls-remote
x ./opt/local/libexec/git-core/git-ls-tree
x ./opt/local/libexec/git-core/git-mailinfo
x ./opt/local/libexec/git-core/git-mailsplit
x ./opt/local/libexec/git-core/git-merge
x ./opt/local/libexec/git-core/git-merge-base
x ./opt/local/libexec/git-core/git-merge-file
x ./opt/local/libexec/git-core/git-merge-index
x ./opt/local/libexec/git-core/git-merge-octopus
x ./opt/local/libexec/git-core/git-merge-one-file
x ./opt/local/libexec/git-core/git-merge-ours
x ./opt/local/libexec/git-core/git-merge-recursive
x ./opt/local/libexec/git-core/git-merge-resolve
x ./opt/local/libexec/git-core/git-merge-subtree
x ./opt/local/libexec/git-core/git-merge-tree
x ./opt/local/libexec/git-core/git-mergetool
x ./opt/local/libexec/git-core/git-mergetool--lib
x ./opt/local/libexec/git-core/git-mktag
x ./opt/local/libexec/git-core/git-mktree
x ./opt/local/libexec/git-core/git-mv
x ./opt/local/libexec/git-core/git-name-rev
x ./opt/local/libexec/git-core/git-notes
x ./opt/local/libexec/git-core/git-p4
x ./opt/local/libexec/git-core/git-pack-objects
x ./opt/local/libexec/git-core/git-pack-redundant
x ./opt/local/libexec/git-core/git-pack-refs
x ./opt/local/libexec/git-core/git-parse-remote
x ./opt/local/libexec/git-core/git-patch-id
x ./opt/local/libexec/git-core/git-prune
x ./opt/local/libexec/git-core/git-prune-packed
x ./opt/local/libexec/git-core/git-pull
x ./opt/local/libexec/git-core/git-push
x ./opt/local/libexec/git-core/git-quiltimport
x ./opt/local/libexec/git-core/git-read-tree
x ./opt/local/libexec/git-core/git-rebase
x ./opt/local/libexec/git-core/git-rebase--am
x ./opt/local/libexec/git-core/git-rebase--helper
x ./opt/local/libexec/git-core/git-rebase--interactive
x ./opt/local/libexec/git-core/git-rebase--merge
x ./opt/local/libexec/git-core/git-receive-pack
x ./opt/local/libexec/git-core/git-reflog
x ./opt/local/libexec/git-core/git-remote
x ./opt/local/libexec/git-core/git-remote-ext
x ./opt/local/libexec/git-core/git-remote-fd
x ./opt/local/libexec/git-core/git-remote-ftp
x ./opt/local/libexec/git-core/git-remote-ftps
x ./opt/local/libexec/git-core/git-remote-http
x ./opt/local/libexec/git-core/git-remote-https
x ./opt/local/libexec/git-core/git-remote-testsvn
x ./opt/local/libexec/git-core/git-repack
x ./opt/local/libexec/git-core/git-replace
x ./opt/local/libexec/git-core/git-request-pull
x ./opt/local/libexec/git-core/git-rerere
x ./opt/local/libexec/git-core/git-reset
x ./opt/local/libexec/git-core/git-rev-list
x ./opt/local/libexec/git-core/git-rev-parse
x ./opt/local/libexec/git-core/git-revert
x ./opt/local/libexec/git-core/git-rm
x ./opt/local/libexec/git-core/git-send-email
x ./opt/local/libexec/git-core/git-send-pack
x ./opt/local/libexec/git-core/git-sh-i18n
x ./opt/local/libexec/git-core/git-sh-i18n--envsubst
x ./opt/local/libexec/git-core/git-sh-setup
x ./opt/local/libexec/git-core/git-shell
x ./opt/local/libexec/git-core/git-shortlog
x ./opt/local/libexec/git-core/git-show
x ./opt/local/libexec/git-core/git-show-branch
x ./opt/local/libexec/git-core/git-show-index
x ./opt/local/libexec/git-core/git-show-ref
x ./opt/local/libexec/git-core/git-stage
x ./opt/local/libexec/git-core/git-stash
x ./opt/local/libexec/git-core/git-status
x ./opt/local/libexec/git-core/git-stripspace
x ./opt/local/libexec/git-core/git-submodule
x ./opt/local/libexec/git-core/git-submodule--helper
x ./opt/local/libexec/git-core/git-subtree
x ./opt/local/libexec/git-core/git-symbolic-ref
x ./opt/local/libexec/git-core/git-tag
x ./opt/local/libexec/git-core/git-unpack-file
x ./opt/local/libexec/git-core/git-unpack-objects
x ./opt/local/libexec/git-core/git-update-index
x ./opt/local/libexec/git-core/git-update-ref
x ./opt/local/libexec/git-core/git-update-server-info
x ./opt/local/libexec/git-core/git-upload-archive
x ./opt/local/libexec/git-core/git-upload-pack
x ./opt/local/libexec/git-core/git-var
x ./opt/local/libexec/git-core/git-verify-commit
x ./opt/local/libexec/git-core/git-verify-pack
x ./opt/local/libexec/git-core/git-verify-tag
x ./opt/local/libexec/git-core/git-web--browse
x ./opt/local/libexec/git-core/git-whatchanged
x ./opt/local/libexec/git-core/git-worktree
x ./opt/local/libexec/git-core/git-write-tree
x ./opt/local/libexec/git-core/mergetools/
x ./opt/local/libexec/git-core/mergetools/araxis
x ./opt/local/libexec/git-core/mergetools/bc
x ./opt/local/libexec/git-core/mergetools/bc3
x ./opt/local/libexec/git-core/mergetools/codecompare
x ./opt/local/libexec/git-core/mergetools/deltawalker
x ./opt/local/libexec/git-core/mergetools/diffmerge
x ./opt/local/libexec/git-core/mergetools/diffuse
x ./opt/local/libexec/git-core/mergetools/ecmerge
x ./opt/local/libexec/git-core/mergetools/emerge
x ./opt/local/libexec/git-core/mergetools/examdiff
x ./opt/local/libexec/git-core/mergetools/gvimdiff
x ./opt/local/libexec/git-core/mergetools/gvimdiff2
x ./opt/local/libexec/git-core/mergetools/gvimdiff3
x ./opt/local/libexec/git-core/mergetools/kdiff3
x ./opt/local/libexec/git-core/mergetools/kompare
x ./opt/local/libexec/git-core/mergetools/meld
x ./opt/local/libexec/git-core/mergetools/opendiff
x ./opt/local/libexec/git-core/mergetools/p4merge
x ./opt/local/libexec/git-core/mergetools/tkdiff
x ./opt/local/libexec/git-core/mergetools/tortoisemerge
x ./opt/local/libexec/git-core/mergetools/vimdiff
x ./opt/local/libexec/git-core/mergetools/vimdiff2
x ./opt/local/libexec/git-core/mergetools/vimdiff3
x ./opt/local/libexec/git-core/mergetools/winmerge
x ./opt/local/libexec/git-core/mergetools/xxdiff
x ./opt/local/lib/perl5/
x ./opt/local/lib/perl5/site_perl/
x ./opt/local/lib/perl5/site_perl/5.24/
x ./opt/local/lib/perl5/site_perl/5.24/darwin-thread-multi-2level/
x ./opt/local/lib/perl5/site_perl/5.24/Git/
x ./opt/local/lib/perl5/site_perl/5.24/Git.pm
x ./opt/local/lib/perl5/site_perl/5.24/Git/I18N.pm
x ./opt/local/lib/perl5/site_perl/5.24/Git/IndexInfo.pm
x ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/
x ./opt/local/lib/perl5/site_perl/5.24/Git/SVN.pm
x ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Editor.pm
x ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Fetcher.pm
x ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/GlobSpec.pm
x ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Log.pm
x ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Memoize/
x ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Migration.pm
x ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Prompt.pm
x ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Ra.pm
x ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Utils.pm
x ./opt/local/lib/perl5/site_perl/5.24/Git/SVN/Memoize/YAML.pm
x ./opt/local/lib/perl5/site_perl/5.24/darwin-thread-multi-2level/auto/
x ./opt/local/lib/perl5/site_perl/5.24/darwin-thread-multi-2level/auto/Git/
x ./opt/local/lib/perl5/site_perl/5.24/darwin-thread-multi-2level/auto/Git/.packlist
x ./opt/local/bin/git
x ./opt/local/bin/git-cvsserver
x ./opt/local/bin/git-receive-pack
x ./opt/local/bin/git-shell
x ./opt/local/bin/git-upload-archive
x ./opt/local/bin/git-upload-pack
x ./opt/local/bin/gitk
---> Cleaning git
---> Removing work directory for git
---> Updating database of binaries
---> Scanning binaries for linking errors
---> No broken files found.
keybounceMBP:git michael$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment