diff --git a/install_add_pod/after/execution_output.txt b/install_add_pod/after/execution_output.txt index dfcbad54f..92c931d04 100644 --- a/install_add_pod/after/execution_output.txt +++ b/install_add_pod/after/execution_output.txt @@ -23,7 +23,7 @@ Downloading dependencies > Git download $ GIT_BIN clone https://github.com/johnezang/JSONKit.git PROJECT/Pods/JSONKit --template= Cloning into 'PROJECT/Pods/JSONKit'... - $ GIT_BIN checkout --quiet 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce + $ GIT_BIN -C PROJECT/Pods/JSONKit checkout --quiet 0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce -> Installing Reachability (3.1.0) > Git download diff --git a/install_non_objective_c_files/after/execution_output.txt b/install_non_objective_c_files/after/execution_output.txt index 46c3f95fc..a65fad446 100644 --- a/install_non_objective_c_files/after/execution_output.txt +++ b/install_non_objective_c_files/after/execution_output.txt @@ -21,7 +21,7 @@ Downloading dependencies > Git download $ GIT_BIN clone https://github.com/kmussel/Moment.git PROJECT/Pods/Moment --template= Cloning into 'PROJECT/Pods/Moment'... - $ GIT_BIN checkout --quiet 39f21fee0cef410c6d89c9fa94ff5638527ef7bc + $ GIT_BIN -C PROJECT/Pods/Moment checkout --quiet 39f21fee0cef410c6d89c9fa94ff5638527ef7bc - Running pre install hooks Generating Pods project diff --git a/install_subspecs_no_duplicate_prefix/after/execution_output.txt b/install_subspecs_no_duplicate_prefix/after/execution_output.txt index 5191c06fa..07e69b504 100644 --- a/install_subspecs_no_duplicate_prefix/after/execution_output.txt +++ b/install_subspecs_no_duplicate_prefix/after/execution_output.txt @@ -21,6 +21,8 @@ Downloading dependencies > Git download $ GIT_BIN clone https://github.com/luisdelarosa/AFRaptureXMLRequestOperation.git PROJECT/Pods/Test --template= --single-branch --depth 1 Cloning into 'PROJECT/Pods/Test'... + $ GIT_BIN -C PROJECT/Pods/Test rev-parse HEAD + 919903db28535c3f387c4bbaa6a3feae4428e993 - Running pre install hooks Generating Pods project diff --git a/install_using_checkout_options/after/execution_output.txt b/install_using_checkout_options/after/execution_output.txt index 9b6cac06d..a0001b682 100644 --- a/install_using_checkout_options/after/execution_output.txt +++ b/install_using_checkout_options/after/execution_output.txt @@ -17,13 +17,13 @@ Fetching external sources > Git download $ GIT_BIN clone https://github.com/AFNetworking/AFNetworking.git PROJECT/Pods/AFNetworking --template= Cloning into 'PROJECT/Pods/AFNetworking'... - $ GIT_BIN checkout --quiet ba7b6e541fd18bdf48da6d4845670e3e6b990637 + $ GIT_BIN -C PROJECT/Pods/AFNetworking checkout --quiet ba7b6e541fd18bdf48da6d4845670e3e6b990637 -> Pre-downloading: `RKValueTransformers` from `https://github.com/RestKit/RKValueTransformers`, commit `d76a00894b8c3c9331e36d91ab952681426a49df` > Git download > Git download $ GIT_BIN clone https://github.com/RestKit/RKValueTransformers PROJECT/Pods/RKValueTransformers --template= Cloning into 'PROJECT/Pods/RKValueTransformers'... - $ GIT_BIN checkout --quiet d76a00894b8c3c9331e36d91ab952681426a49df + $ GIT_BIN -C PROJECT/Pods/RKValueTransformers checkout --quiet d76a00894b8c3c9331e36d91ab952681426a49df Resolving dependencies of `Podfile`