summaryrefslogtreecommitdiff
path: root/src/remote.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2012-11-01 15:47:18 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2012-11-11 11:56:33 -0600
commitb0f6e45d149c033c9fe41d49af2a87d169d11f40 (patch)
tree7cc89f19d1ddbe8ded27944756eccc51f57b8205 /src/remote.h
parentd18713fb4ad1ba3d18a75272e1c1c3eb45715aba (diff)
downloadlibgit2-b0f6e45d149c033c9fe41d49af2a87d169d11f40.tar.gz
create FETCH_HEAD specially instead of as a ref file
Diffstat (limited to 'src/remote.h')
-rw-r--r--src/remote.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/remote.h b/src/remote.h
index 6a90bfcb4..840c9a905 100644
--- a/src/remote.h
+++ b/src/remote.h
@@ -29,7 +29,8 @@ struct git_remote {
git_transfer_progress stats;
unsigned int need_pack:1,
download_tags:2, /* There are four possible values */
- check_cert:1;
+ check_cert:1,
+ update_fetchhead:1;
};
const char* git_remote__urlfordirection(struct git_remote *remote, int direction);