Commit Briefs

2cb49fa8fb Stefan Sperling

revert eb73a30f7effc51c1cfee2864102635e3659f87a

Not waiting for children can make us blow the fork() ulimit with lingering zombies; the Ctrl-C issue will need some other fix.


df613bb4d8 Stefan Sperling

fork less pack file readers to avoid running into ulimits


13bfb272d5 joshua stein

got: remove trailing slash from worktree_path

avoids a double slash when building a path in got_worktree_init


18779d584b joshua stein

got: fix typo in git-repository.5


7b67836a13 Stefan Sperling

run tests with MALLOC_OPTIONS=S


4229330be4 Stefan Sperling

fix allocation size in alloc_added_blob_tree_entry()


8c4eabf208 Stefan Sperling

redo: fix tree_entry_dup error path


83a7ae6dd3 Stefan Sperling

revert previous


3ffe981f82 Stefan Sperling

fix tree_entry_dup error path


0f63689de6 Stefan Sperling

remove unnecessary allocation in match_ct_parent_path()


ce0de6b686 Stefan Sperling

fix memleak in write_tree()


797eca751e Stefan Sperling

remove dead code


c3754a5ba7 Stefan Sperling

make GOT_AUTHOR available to all cmdline tests


9ba0479c9a Stefan Sperling

fix memleaks in write_tree()