summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-24 05:16:49 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-01-24 05:16:49 (GMT)
commitd82dd26964b9d7b39fb74367e5fcc3e3f4593324 (patch)
tree98a0e47689e6494af3befdef3bbdad9dcdddabec /cache.h
parenta29e7118141e9dc60bf81c42fa3485d3d39ef7cc (diff)
parent256b9d70a497534338f0c22101cb6566ab3f1665 (diff)
downloadgit-d82dd26964b9d7b39fb74367e5fcc3e3f4593324.zip
git-d82dd26964b9d7b39fb74367e5fcc3e3f4593324.tar.gz
git-d82dd26964b9d7b39fb74367e5fcc3e3f4593324.tar.bz2
Merge branch 'cr/push-force-tag-update'
Regression fix to stop "git push" complaining "target ref already exists", when it is not the real reason the command rejected the request (e.g. non-fast-forward). * cr/push-force-tag-update: push: fix "refs/tags/ hierarchy cannot be updated without --force"
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index c257953..4022b5b 100644
--- a/cache.h
+++ b/cache.h
@@ -1011,7 +1011,6 @@ struct ref {
requires_force:1,
merge:1,
nonfastforward:1,
- not_forwardable:1,
update:1,
deletion:1;
enum {