Commit Graph

5 Commits

Author SHA1 Message Date
Colin Walters 8b43c539cf core: Add internal GFile implementation for reading commits
The data structures we use for reading already-written commits versus
building them don't need to be the same.  It's cleaner if we can have
generic code which operates on a GFile implementation for reads,
because then we can share more generic code for walking and operating
on filesystem trees via GIO.
2011-11-09 06:07:13 -05:00
Colin Walters d14568dd2a core: Add public API to get the path for an object 2011-11-08 19:46:29 -05:00
Colin Walters ed57f1c676 core: Remove old commit API
This eliminates more now-dead code.
2011-11-08 19:25:23 -05:00
Colin Walters b837db20ef core: Remove old wrapper functions in import path
Just code cleanup.
2011-11-08 19:23:04 -05:00
Colin Walters 21c7ff74b6 De-recursify source tree 2011-11-02 15:45:32 -04:00