diff options
author | Brad King <brad.king@kitware.com> | 2015-08-12 19:05:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-08-17 14:17:51 (GMT) |
commit | 4071a7470723f98eac1e5f412f1d1bc27c882a36 (patch) | |
tree | fe68275ff971290ec4f6f6f4d0df853b6a8f2f9f /Utilities/cmcurl | |
parent | 7727d485d39cdc63539d5645b4e977109ca1ffed (diff) | |
download | CMake-4071a7470723f98eac1e5f412f1d1bc27c882a36.zip CMake-4071a7470723f98eac1e5f412f1d1bc27c882a36.tar.gz CMake-4071a7470723f98eac1e5f412f1d1bc27c882a36.tar.bz2 |
curl: Update README-CMake.txt for new snapshot
Diffstat (limited to 'Utilities/cmcurl')
-rw-r--r-- | Utilities/cmcurl/README-CMake.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Utilities/cmcurl/README-CMake.txt b/Utilities/cmcurl/README-CMake.txt index 3f053d8..1e75672 100644 --- a/Utilities/cmcurl/README-CMake.txt +++ b/Utilities/cmcurl/README-CMake.txt @@ -11,7 +11,7 @@ branch, but it is merged into our history. Update curl from upstream as follows. Create a local branch to explicitly reference the upstream snapshot branch head: - git branch curl-upstream 3fe5d9bf + git branch curl-upstream 70654261 Use a temporary directory to checkout the branch: @@ -24,7 +24,7 @@ Use a temporary directory to checkout the branch: Now place the (reduced) curl content in this directory. See instructions shown by - git log 3fe5d9bf + git log 70654261 for help extracting the content from the upstream repo. Then run the following commands to commit the new version. Substitute the @@ -34,8 +34,8 @@ appropriate date and version number: GIT_AUTHOR_NAME='Curl Upstream' \ GIT_AUTHOR_EMAIL='curl-library@cool.haxx.se' \ - GIT_AUTHOR_DATE='Wed Sep 10 08:07:58 2014 +0200' \ - git commit -m 'curl 7.38.0 (reduced)' && + GIT_AUTHOR_DATE='Tue Aug 11 20:13:01 2015 +0200' \ + git commit -m 'curl 7.44.0 (reduced)' && git commit --amend Edit the commit message to describe the procedure used to obtain the |