Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 6b798c3c | 2019-01-08 22:22:53 | don't forgot to free file index entries in got_fileindex_free() | ||
| b504a804 | 2019-01-08 22:18:23 | switch file index entries from TAILQ to got_pathset | ||
| 8f6d9a6a | 2019-01-08 21:48:28 | mark got_pathset iteration functions as safe | ||
| 398789b2 | 2019-01-08 21:32:07 | fix name of a constant in pathset.c | ||
| 4ba899b3 | 2019-01-08 21:24:02 | remove entry from file index after removing on-disk file, not before | ||
| 63f4f47b | 2019-01-08 21:05:06 | whitespace | ||
| 26c4ac4d | 2019-01-08 20:40:28 | stop trying to remove parents if a non-empty parent is traversed | ||
| 90285c3b | 2019-01-08 20:13:18 | properly remove empty directories left behind during updates | ||
| efaf56b7 | 2019-01-08 19:56:13 | add got_pathset_for_each_reverse() | ||
| aaa0878e | 2019-01-08 19:44:25 | add got_pathset API which manages a tree of paths | ||
| 11624658 | 2019-01-08 19:03:33 | remove unused definition of nitems() | ||
| e1ed7f77 | 2019-01-06 13:47:14 | must use safe iteration over file index entries | ||
| 5cc266ba | 2019-01-06 13:14:54 | make 'got update' remove directories in a checkout with path prefix | ||
| 1f46d0af | 2019-01-06 13:06:21 | rename misleadinly named field in struct collect_missing_entry_args | ||
| 82d71325 | 2019-01-06 12:31:33 | improve wording of a comment in tree_checkout() | ||
| f5c49f82 | 2019-01-06 12:12:16 | make 'got update' remove empty directories | ||
| 6e9da951 | 2019-01-06 10:46:46 | make got_repo_get_path_git_dir() return const char * | ||
| 7839bc15 | 2019-01-06 10:42:56 | make got_repo_get_path() return const char * | ||
| 63219cd2 | 2019-01-04 17:25:09 | use unveil(2) in 'got checkout' | ||
| 512f0d0e | 2019-01-03 00:57:49 | make 'got update' remove files which were deleted | ||
| be7061eb | 2018-12-30 17:30:42 | ensure that 'got update' stays on the current branch | ||
| 507dc3bb | 2018-12-29 17:18:51 | add a basic 'got update' command; does not merge files yet | ||
| e5dc7198 | 2018-12-29 16:07:41 | fix 'same path prefix' check during checkout | ||
| f609be2e | 2018-12-29 15:55:44 | fix got_worktree_get_repo_path() | ||
| 2fbdb5ae | 2018-12-29 15:54:00 | remove useless strdup from got_worktree_get_repo_path() | ||
| 49520a32 | 2018-12-29 15:51:56 | verify path prefix when checking out into existing work tree | ||
| 381be7cc | 2018-12-29 15:41:16 | don't bother opening trees outside of path prefix | ||
| eac9755f | 2018-12-29 15:39:32 | don't bother opening a blob if checkout will skip it | ||
| a207cf0a | 2018-12-29 15:27:13 | rename add_file_on_disk() to blob_checkout() | ||
| 144ad43a | 2018-12-29 15:26:21 | make checkout skip blobs already recorded in file index | ||
| eecfbcd1 | 2018-12-29 15:14:24 | introduce macros for status codes | ||
| d7b62c98 | 2018-12-27 20:40:39 | signal existing files in checkout progress output | ||
| d70b8e30 | 2018-12-27 20:35:14 | allow checkout on top of an existing tree | ||
| 3c5b70f2 | 2018-12-27 20:23:37 | always NUL-terminate paths in write_fileindex_path() | ||
| 60619907 | 2018-12-27 19:37:53 | fix check for NUL byte in read_fileindex_path() | ||
| 2e22a7cd | 2018-12-27 19:19:03 | remove redundant existence check | ||
| 51514078 | 2018-12-25 16:18:05 | preparation for idempotent checkout: read exisiting file index | ||
| a143fb78 | 2018-12-25 15:59:11 | try to sync file index to disk if checkout hits an error | ||
| 271d2a38 | 2018-12-25 15:38:24 | store parsed head reference in struct got_worktree | ||
| fc76cabb | 2018-12-25 15:24:16 | store base commit of each blob in file index | ||
| eaccb85f | 2018-12-25 15:19:52 | store a parsed base commit ID in struct got_worktree | ||
| 0f92850e | 2018-12-25 15:02:25 | fix naming of some work tree meta data files and macros | ||
| 93a30277 | 2018-12-24 20:11:47 | make got_worktree_checkout_files() infer base commit from meta data | ||
| 65596e15 | 2018-12-24 19:59:50 | store base commit in a dedicated meta file | ||
| 08d425ea | 2018-12-24 19:49:50 | undo previous | ||
| a1a7858a | 2018-12-24 18:15:42 | store commit hash along with the HEAD ref in .got/head | ||
| de060dff | 2018-12-24 17:39:23 | handle zero-length files in open_blob() correctly | ||
| 454a6b59 | 2018-12-24 17:32:40 | fix fwrite() call in got_object_blob_dump_to_file() | ||
| 61d6eaa3 | 2018-12-24 17:30:26 | fix broken fwrite() check in add_file_on_disk() | ||
| b6752625 | 2018-12-24 17:28:46 | fix an unchecked fwrite() call in got_object_blob_dump_to_file() | ||
| b87c6f83 | 2018-12-24 17:09:24 | catch fatal i/o errors in add_file_on_disk() | ||
| 3fe2daf1 | 2018-12-24 17:03:21 | remove pointless memcopies from fileindex code | ||
| 7426bbfd | 2018-12-24 16:53:03 | rename fileindex functions from open/close to alloc/free | ||
| 9eb6a6b2 | 2018-12-24 16:48:45 | fix byte-swaps in fileindex read code | ||
| 52a74475 | 2018-12-24 16:46:13 | implement got_fileindex_read() - not yet tested | ||
| b8bdcc21 | 2018-12-24 15:49:43 | rename local variable in got_worktree_checkout_files() | ||
| 5e0b25c4 | 2018-12-24 14:37:19 | wrap another long line | ||
| a7403916 | 2018-12-24 14:33:38 | wrap overlong line | ||
| aea5f015 | 2018-12-24 14:29:50 | drop dead code from got_privsep_send_obj_req() | ||
| 9f2369b0 | 2018-12-24 14:25:18 | make all the read_privsep functions local to object.c | ||
| ebc55e2d | 2018-12-24 14:18:56 | eliminate got_object_open() round-trip when opening blobs | ||
| 09de383e | 2018-12-24 14:18:21 | fix crash in blame since 18f4293943894155d5ccbdb423f1e8a2bb1e1d62 | ||
| 268f7291 | 2018-12-24 11:18:58 | eliminate got_object_open() round-trip when opening tags | ||
| 54156555 | 2018-12-24 10:58:32 | undo commit timestamps next to paths in diffs; they are redundant | ||
| 18f42939 | 2018-12-24 10:49:42 | show blob headers in diffs for added/deleted files | ||
| adacb96f | 2018-12-24 10:39:46 | show commit timestamps in diff headers | ||
| 13c729f7 | 2018-12-24 09:35:07 | eliminate got_object_open() round-trip when opening trees | ||
| 8524ff9a | 2018-12-23 23:45:06 | don't clean up twice in start_pack_privsep_child() | ||
| 711fb6e8 | 2018-12-23 23:41:25 | de-duplicate some code I copied around in object.c | ||
| a158c901 | 2018-12-23 23:35:37 | make all the _packed_read_privsep() functions local to object.c | ||
| 6e72e6a3 | 2018-12-23 23:21:35 | there's no point in embedding the object header in commits | ||
| 1785f84a | 2018-12-23 23:15:42 | eliminate got_object_open() round-trip when opening commits | ||
| 4796fb13 | 2018-12-23 15:09:42 | pass object ID to open_loose_object() instead of an object | ||
| ddf1c734 | 2018-12-23 14:54:03 | make got_object_blob_id_str() a private API | ||
| 15a94983 | 2018-12-23 14:48:47 | remove struct got_object from public library API | ||
| 45d799e2 | 2018-12-23 12:10:27 | make commit objects opaque in the library's API | ||
| abd2672a | 2018-12-23 11:36:31 | move commit header printing in diffs out of the library | ||
| 06ca4d09 | 2018-11-19 10:14:24 | stop history traversal once blame has annotated all lines | ||
| 6fcac457 | 2018-11-19 10:05:28 | store number of lines in int instead of size_t | ||
| f2e233d8 | 2018-11-19 09:57:31 | don't abort blame in annotate_line() if lines are out of range | ||
| 998ff57f | 2018-11-19 00:22:17 | make advance_branch() search the smaller id set first | ||
| 9f57848c | 2018-11-19 00:20:14 | remove unnecessary graph search in advance_branch() | ||
| 81a966c0 | 2018-11-19 00:11:01 | whitespace | ||
| b7cd37e5 | 2018-11-19 00:05:48 | eliminate strlen() in got_object_id_by_path() | ||
| 3b7f9878 | 2018-11-19 00:04:25 | eliminate strlen() call in got_object_tree_path_changed() | ||
| 73026088 | 2018-11-18 23:47:19 | rename got_commit_graph_node's commit_timestamp to timestamp | ||
| 7a62478b | 2018-11-18 23:45:45 | remove some unused cruft from commit graph | ||
| 0e9101d5 | 2018-11-18 23:37:05 | if-return-early instead of if-else in detect_changed_path() | ||
| 7310c1c3 | 2018-11-18 23:33:59 | don't open tree unnecessarily in detect_changed_path() | ||
| ce95c694 | 2018-11-18 23:30:14 | remove unreachable code | ||
| 45f209d7 | 2018-11-18 23:18:50 | add_node() must remove freed nodes from graph in error path | ||
| 9b88e78c | 2018-11-18 23:08:01 | don't add duplicates to commit graph's open branches set | ||
| d2c2d781 | 2018-11-18 21:46:12 | fix comparison of parents content in advance_branch() | ||
| 6dcdad08 | 2018-11-18 21:45:31 | plug memory leaks in advance_branch() | ||
| e20293f2 | 2018-11-17 16:35:27 | revert previous; it made a wrong assumption and broke diff | ||
| 4b917664 | 2018-11-17 16:34:00 | make diff's match_entry_by_name() exit early if possible | ||
| d6ce02f1 | 2018-11-17 16:30:29 | fix paths in diffs showing newly added trees | ||
| f4a881ce | 2018-11-17 16:04:05 | more support for tag objects; new code is not yet reachable | ||
| 13f977b4 | 2018-11-17 13:14:21 | Set output to NULL if got_object_parse_tree() fails. | ||
| 6f3efa55 | 2018-11-16 09:49:09 | remove unused declarations |