6 years ago 9d40349afb Stefan Sperling
add TODO comments
6 years ago de18fc635c Stefan Sperling
write commit objects
6 years ago 2f51b5b3db Stefan Sperling
handle added subtrees during commit
6 years ago 036813ee25 Stefan Sperling
more progress on commits: write trees recursively
6 years ago eb4304b986 Stefan Sperling
fix problems with "/" in two path helper functions
6 years ago 9b6578d818 Stefan Sperling
make regress build again
6 years ago ca2503ea3e Stefan Sperling
writing the lowest level of trees works now
6 years ago cf7454776e Stefan Sperling
whitespace
6 years ago 51c32763c2 Stefan Sperling
fix bogus sha1 calculation in got_object_tree_create()
6 years ago 69960a46af Stefan Sperling
don't try to get dirname of a basename
6 years ago ef2a1e11cf Stefan Sperling
fix another segfault
6 years ago c42269f62b Stefan Sperling
fix a segfault
6 years ago 0b5cc0d6bd Stefan Sperling
more work on getting parent trees of commitables written
6 years ago ed17542722 Stefan Sperling
more progress on generating new tree entries
6 years ago 24519714f5 Stefan Sperling
collect tree ids for committables
6 years ago a705578854 Stefan Sperling
pass the right path to got_object_blob_create()
6 years ago 563fca6e4a Stefan Sperling
make tog compile again
6 years ago cf066bf82e Stefan Sperling
create blobs
6 years ago 7a10a6257f Stefan Sperling
open base commit tree correctly
6 years ago 675c7539c6 Stefan Sperling
do status walk before opening base commit/tree
6 years ago a855e33f64 Stefan Sperling
add a comment marking where to collect the log message
6 years ago c429614457 Stefan Sperling
WIP commit implementation
6 years ago eb7dbff561 Stefan Sperling
make got's acronym expansion official
6 years ago 76f564d51b Stefan Sperling
rename create_loose_object() to create_object_file()
6 years ago 4be2a0b433 Stefan Sperling
eliminate extra memcpy in got_object_{blob,tree}_create()