]> git.ipfire.org Git - thirdparty/git.git/commit - ref-filter.h
ref-filter: move get_head_description() from branch.c
authorKarthik Nayak <karthik.188@gmail.com>
Tue, 10 Jan 2017 08:49:38 +0000 (14:19 +0530)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2017 20:44:31 +0000 (12:44 -0800)
commitd4919bb288e46c81b92d6fe02c4f4564b8477fd3
tree63c8b3945d12e52bf4ab98ce37c173bad669a299
parent42d0eb05eed8e6c66d93091f5b0ece3a1872246c
ref-filter: move get_head_description() from branch.c

Move the implementation of get_head_description() from branch.c to
ref-filter.  This gives a description of the HEAD ref if called. This
is used as the refname for the HEAD ref whenever the
FILTER_REFS_DETACHED_HEAD option is used. Make it public because we
need it to calculate the length of the HEAD refs description in
branch.c:calc_maxwidth() when we port branch.c to use ref-filter
APIs.

Mentored-by: Christian Couder <christian.couder@gmail.com>
Mentored-by: Matthieu Moy <matthieu.moy@grenoble-inp.fr>
Signed-off-by: Karthik Nayak <karthik.188@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/branch.c
ref-filter.c
ref-filter.h