Commit Briefs

598a8b9185 Stefan Sperling

implement support for packed refs in 'got ref -d'


6249107b89 Stefan Sperling

fix uninitialized variable in insert_ref()


80d5fc1f55 Stefan Sperling

use sizeof instead of SHA1_DIGEST_LENGTH in memcpy


6fdbf7b046 Stefan Sperling

better malloc size idiom in insert_ref()


c0a1c01633 Stefan Sperling

move assignment closer to check in parse_ref_file()


505287bea1 Stefan Sperling

properly handle duplicates when calling insert_ref()


27a1ed032f Stefan Sperling

don't leak 'new' in insert_ref()



7ab0422aff Stefan Sperling

better foarseln() error handling in open_packed_ref()


c980e47036 Stefan Sperling

plug memleak in alloc_ref()


c53671d016 Stefan Sperling

plug memleak in got_ref_resolve()


f9267c9ac1 Stefan Sperling

set an is_packed flag on refs parsed from packed-refs file


e09d28b120 Stefan Sperling

plug two memory leaks when refs get closed


e0b573502e Stefan Sperling

'got ref -l' can do without cpath and fattr pledges



7bcb2ecfc0 Stefan Sperling

move worktree base refs into a subdirectory


d1667f0dbb Stefan Sperling

introduce got_path_dirname()


5e1c9f2326 Stefan Sperling

fix dirname() usage errors around got_path_mkdir()


49c7094fd1 Stefan Sperling

fix broken error checking in got_ref_write()



9743083996 Stefan Sperling

'got update' also needs repo write access now


47112f6094 Stefan Sperling

fix allocation size bug in got_lockfile_lock()


0647c5632b Stefan Sperling

remove path portion from worktree base commit ref name



0c48fee25c Stefan Sperling

refuse to create got worktree at a git repo path