Move source files to src and include folder
commitf45d95b5214079cf3799a063bea47e49e82f71a3
authorJonas Fonseca <fonseca@diku.dk>
Sun, 23 Feb 2014 17:29:36 +0000 (23 12:29 -0500)
committerJonas Fonseca <fonseca@diku.dk>
Sun, 23 Feb 2014 18:01:28 +0000 (23 13:01 -0500)
treed6a022edcc9cd3e29dd550074c00791a17cda881
parent348e7ace9de29c643907d9bec629ff96349636e9
Move source files to src and include folder
18 files changed:
Makefile
NEWS.adoc
compat/hashtab.c
compat/mkstemps.c
compat/setenv.c
configure.ac
include/git.h [moved from git.h with 100% similarity]
include/graph.h [moved from graph.h with 100% similarity]
include/io.h [moved from io.h with 100% similarity]
include/refs.h [moved from refs.h with 100% similarity]
include/tig.h [moved from tig.h with 100% similarity]
include/util.h [moved from util.h with 100% similarity]
src/graph.c [moved from graph.c with 100% similarity]
src/io.c [moved from io.c with 100% similarity]
src/refs.c [moved from refs.c with 100% similarity]
src/tig.c [moved from tig.c with 100% similarity]
src/util.c [moved from util.c with 100% similarity]
test/test-graph.c