From c8bc96cc641f1684a126b0939cb57881d6d2a963 Mon Sep 17 00:00:00 2001 From: "Luiz Fernando N. Capitulino" Date: Sat, 30 Jun 2007 18:48:35 -0300 Subject: [PATCH] libgit-thin: Update QUESTIONS and TODO files Signed-off-by: Luiz Fernando N. Capitulino --- libgit-thin/QUESTIONS | 3 +++ libgit-thin/TODO | 1 + 2 files changed, 4 insertions(+) diff --git a/libgit-thin/QUESTIONS b/libgit-thin/QUESTIONS index d5f8c5cfb5..177c3eb1e4 100644 --- a/libgit-thin/QUESTIONS +++ b/libgit-thin/QUESTIONS @@ -9,3 +9,6 @@ o Of course that on a line like 'gcc -o foobar foo.o bar.o' gcc won't do anything more than call the linker right? Then CFLAGS if useless here right? o Is libgit-thin.h implementation ok? + +o I think ltcommit.c is only missing git_commit_author_date() and + git_commit_committer_date() right? Any idea on how to implement them? diff --git a/libgit-thin/TODO b/libgit-thin/TODO index 44d2a04b72..d4161f00d3 100644 --- a/libgit-thin/TODO +++ b/libgit-thin/TODO @@ -1,4 +1,5 @@ o Port git_commit's 'tree' and id members to hex (raw) representation +o ltcommit.c is missing two methods (author_date() and committer_date()) o Add pygit's skeleton o See doxygen.conf for documentation TODO o Create a questions-and-answers database -- 2.11.4.GIT