summaryrefslogtreecommitdiff
path: root/remote.h
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2008-02-29 01:45:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-03-01 09:51:44 (GMT)
commit211c89682eeef310f39022b91e88d07cd5784953 (patch)
tree937dd57e950e3c30e218d3edb4c8054299511be0 /remote.h
parent4704640b611dfb275f6a74c9a9be5e309260a71c (diff)
downloadgit-211c89682eeef310f39022b91e88d07cd5784953.zip
git-211c89682eeef310f39022b91e88d07cd5784953.tar.gz
git-211c89682eeef310f39022b91e88d07cd5784953.tar.bz2
Make git-remote a builtin
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'remote.h')
-rw-r--r--remote.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/remote.h b/remote.h
index 0f6033f..f1dedf1 100644
--- a/remote.h
+++ b/remote.h
@@ -25,6 +25,7 @@ struct remote {
* 2 to always fetch tags
*/
int fetch_tags;
+ int skip_default_update;
const char *receivepack;
const char *uploadpack;