Merge branch 'jk/graph-c-expose-symbols-for-cgit'
commitc278e6f53d32ffdd475f9d4392cb6e5f5574e1ac
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 Mar 2013 19:20:56 +0000 (19 12:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Mar 2013 19:20:56 +0000 (19 12:20 -0700)
tree68a72d77f8ff0e00263eeba036e3e0f55a69c91a
parentdbe71f9e24007c41eed76ecc8ae34be010676223
parentac751a0b4332268ad9ba69c7dd48768dbdbd25c8
Merge branch 'jk/graph-c-expose-symbols-for-cgit'

In the v1.8.0 era, we changed symbols that do not have to be global
to 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"