commit - 239f6369e4a11a75b523925b9910bd3a0505e478
commit + 4b55f4595673e9079751e4fe3365b412972a4c11
blob - 1c38979ba097d0b6e400aac0aedaff2eff8228f8
blob + 789f8587cf7b614618fe2d04be478ed8373e1200
--- lib/worktree.c
+++ lib/worktree.c
static const struct got_error *
install_blob(struct got_worktree *worktree, const char *ondisk_path,
- const char *path, uint16_t te_mode, uint16_t st_mode,
- struct got_blob_object *blob, int restoring_missing_file,
- int reverting_versioned_file, struct got_repository *repo,
- got_worktree_checkout_cb progress_cb, void *progress_arg)
+ const char *path, uint16_t te_mode, uint16_t st_mode,
+ struct got_blob_object *blob, int restoring_missing_file,
+ int reverting_versioned_file, struct got_repository *repo,
+ got_worktree_checkout_cb progress_cb, void *progress_arg)
{
const struct got_error *err = NULL;
int fd = -1;
static const struct got_error *
open_fileindex(struct got_fileindex **fileindex, char **fileindex_path,
- struct got_worktree *worktree)
+ struct got_worktree *worktree)
{
const struct got_error *err = NULL;
FILE *index = NULL;