]> git.ipfire.org Git - thirdparty/git.git/commit - wt-status.c
wt-status: use skip_prefix() to get rid of magic string length constants
authorRené Scharfe <l.s.r@web.de>
Sat, 31 Oct 2015 17:37:43 +0000 (18:37 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Nov 2015 17:58:20 +0000 (09:58 -0800)
commitc72b49dfab8381abfd947db53c1c9e2da9593ab6
treee52c504bbd3977da15aa628c040b8c65185d913e
parent8d8325f8ee3ef187a22743ccbedb978e52e3d095
wt-status: use skip_prefix() to get rid of magic string length constants

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
wt-status.c