Commit Briefs

be7061eb88 Stefan Sperling

ensure that 'got update' stays on the current branch


507dc3bb12 Stefan Sperling

add a basic 'got update' command; does not merge files yet


e5dc719849 Stefan Sperling

fix 'same path prefix' check during checkout


f609be2e65 Stefan Sperling

fix got_worktree_get_repo_path()


2fbdb5aefe Stefan Sperling

remove useless strdup from got_worktree_get_repo_path()



381be7cc5b Stefan Sperling

don't bother opening trees outside of path prefix


eac9755fe4 Stefan Sperling

don't bother opening a blob if checkout will skip it


a207cf0a94 Stefan Sperling

rename add_file_on_disk() to blob_checkout()


144ad43a62 Stefan Sperling

make checkout skip blobs already recorded in file index


eecfbcd1f5 Stefan Sperling

introduce macros for status codes


d7b62c98be Stefan Sperling

signal existing files in checkout progress output


d70b8e3004 Stefan Sperling

allow checkout on top of an existing tree


2e22a7cd96 Stefan Sperling

remove redundant existence check



a143fb7868 Stefan Sperling

try to sync file index to disk if checkout hits an error


271d2a38b1 Stefan Sperling

store parsed head reference in struct got_worktree


fc76cabb0c Stefan Sperling

store base commit of each blob in file index


eaccb85f72 Stefan Sperling

store a parsed base commit ID in struct got_worktree


0f92850ea2 Stefan Sperling

fix naming of some work tree meta data files and macros



65596e1591 Stefan Sperling

store base commit in a dedicated meta file


08d425ea09 Stefan Sperling

undo previous


a1a7858afe Stefan Sperling

store commit hash along with the HEAD ref in .got/head


61d6eaa398 Stefan Sperling

fix broken fwrite() check in add_file_on_disk()