Merge branch 'jk/graph-c-expose-symbols-for-cgit' into next
commitbe35b12d7d34e1d51eddecddb6f403fa1cf0e487
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Mar 2013 09:25:38 +0000 (4 01:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Mar 2013 09:25:38 +0000 (4 01:25 -0800)
tree48800923ac1f5ae327a37747d856bc04ce9bf35a
parent9a969bba099343e865e82a12c06a4d57ddaba5dc
parentac751a0b4332268ad9ba69c7dd48768dbdbd25c8
Merge branch 'jk/graph-c-expose-symbols-for-cgit' into next

In the v1.8.0 era, we made symbols that do not have to be globals
into file scope static, but a few functions in graph.c were used
by CGit from sideways bypassing the entry points of the API the
in-tree users use.

* jk/graph-c-expose-symbols-for-cgit:
  Revert "graph.c: mark private file-scope symbols as static"