]> git.ipfire.org Git - thirdparty/git.git/commit
push: keep track of "update" state separately
authorChris Rorvick <chris@rorvick.com>
Fri, 30 Nov 2012 01:41:35 +0000 (19:41 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Dec 2012 09:43:28 +0000 (01:43 -0800)
commitffe81ef2ac5bcf83b9ab792e4d05ec95744a2fb6
tree28460138cde6d8c772b7da3838336c20437574f3
parentb24e6047a8da3cddfd686e6a9157ed4bac28ed4f
push: keep track of "update" state separately

If the reference exists on the remote and it is not being removed, then
mark as an update.  This is in preparation for handling tags (lightweight
and annotated) exceptionally.

Signed-off-by: Chris Rorvick <chris@rorvick.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
remote.c