]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/fetch.c
fetch: change flag code for displaying tag update and deleted ref
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 26 Jun 2016 05:58:08 +0000 (07:58 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jun 2016 17:58:02 +0000 (10:58 -0700)
commit2cb040baa6fcb8a6314a54933cbcb4d3fcb60401
treecfcef2f1400ad420322b564053bab873b1a2541a
parentd0b39a03cd5d6d5f9e2eac4907d9f47ec3d821da
fetch: change flag code for displaying tag update and deleted ref

This makes the fetch flag code consistent with push, where '-' means
deleted ref.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fetch.txt
builtin/fetch.c