From 9ab1676caf6a6fb58c10b1d57f023aff4ee58880 Mon Sep 17 00:00:00 2001 From: kballou Date: Mon, 20 Feb 2017 17:19:10 -0700 Subject: WIP: being parsing objects --- lib/exgit/packfile.ex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/exgit/packfile.ex b/lib/exgit/packfile.ex index 3823259..ebe1974 100644 --- a/lib/exgit/packfile.ex +++ b/lib/exgit/packfile.ex @@ -13,6 +13,10 @@ defmodule Exgit.Packfile do binary, binary}] def parse_objects(n, pack) do - nil + pack |> IO.inspect + end + + defp parse_object(data) do + <> = data end end -- cgit v1.2.1