Merge branch 'jk/graph-c-expose-symbols-for-cgit' into maint
commit25396a535b7bed60d8993f5fe9df64839e0e1e96
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Mar 2013 20:48:39 +0000 (25 13:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Mar 2013 20:48:39 +0000 (25 13:48 -0700)
treeab37d0656c0a9658881c49966440e95bfb21e147
parentf7b1ad870c46c53685ef83efbfd7d9ca1983a191
parentac751a0b4332268ad9ba69c7dd48768dbdbd25c8
Merge branch 'jk/graph-c-expose-symbols-for-cgit' into maint

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"