]> git.ipfire.org Git - thirdparty/git.git/commit - attr.c
attr.c: make bootstrap_attr_stack() leave early
authorJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2012 20:27:37 +0000 (12:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2012 20:27:37 +0000 (12:27 -0800)
commit909ca7b9ac11711478aaa5dd4ab17a0d1dabe075
tree788e8cd4b6c513722457199c40bea9e4ac2f2a76
parent77f7f822889411bfede0507dd60aebf11edb2849
attr.c: make bootstrap_attr_stack() leave early

Thas would de-dent the body of a function that has grown rather large over
time, making it a bit easier to read.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
attr.c