Commit Briefs

19d747f7bf Stefan Sperling

avoid an extra memcpy in got_inflate_to_mem()




40dc5ff850 Stefan Sperling

rename a function for clarity



9e29d27e3b Stefan Sperling

revert accidental changes from 9feb4ff2689af67633c98892e721ccd407ea1c92

These changes enabled profiling.



1cc8e7f959 Stefan Sperling

remove a useless and leaky allocation



ec88926808 Stefan Sperling

fix open file handle leak in dump_delta_chain()


9feb4ff268 Stefan Sperling

propagate error from delta cache insertion; fixes mem leak



4834ca9697 Stefan Sperling

add a macro for zbuf buffer size


8e6b519113 Stefan Sperling

restrict in-memory delta processing to 4MB


224848656b Stefan Sperling

process delta chains in memory if max size is < 32 MB


39ff877fbb Stefan Sperling

expand deltas in memory if result size is < 32MB


55ef7a6f54 Stefan Sperling

man page wording tweak


c5867b47dc Stefan Sperling

wording in man page


67d6b2d2de Stefan Sperling

document checkout -p option


4129c201ec Stefan Sperling

more man page tweaks


285dc8a4ab Stefan Sperling

add more information to got(1) man page


48a3b9344c Stefan Sperling

add initial draft of got-repository(5) man page


0bb8a95e46 Stefan Sperling

add support for checking out a subtree


291c6f0346 Stefan Sperling

fix worktree test build


20ecf764dd Stefan Sperling

tweak unkown command message