Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 8c02d095 | 2019-02-05 17:49:01 | make 'got update' unveil the root dir of the worktree | ||
| c7f4312f | 2019-02-05 17:46:58 | make 'got status' work in subdirectories of a work tree | ||
| 247140b2 | 2019-02-05 17:15:54 | make got_worktree_open() crawl upwards | ||
| c513d110 | 2019-02-05 17:15:06 | add missing error check in got_worktree_status() | ||
| ad3741b6 | 2019-02-05 17:03:17 | remove TODO item for 'got status', which has been added | ||
| 31496f13 | 2019-02-05 17:02:50 | remove vague guesses from a TODO item | ||
| 4a92782a | 2019-02-05 17:02:00 | add a TODO item for 'got tree' | ||
| 0c849583 | 2019-02-05 17:00:57 | improve documentation of 'got tree' | ||
| 7a2c19d6 | 2019-02-05 16:46:33 | make 'got tree' work from inside a work tree | ||
| ee645855 | 2019-02-05 16:33:30 | stop checking for a worktree in open_repo() | ||
| d43a8a88 | 2019-02-05 16:22:04 | rename a local variable in got_worktree_status() | ||
| 0dbc2271 | 2019-02-05 16:16:13 | make 'got status' detect obstructed files | ||
| bf96b38c | 2019-02-05 16:09:58 | move all file modification detection code to a single function | ||
| 95e06996 | 2019-02-05 15:53:09 | fix memleak in previous commit | ||
| ed83bff7 | 2019-02-05 15:50:03 | we must use dynamic allocation for dirents in diff_fileindex_dir() | ||
| e7a2f030 | 2019-02-05 15:30:23 | fix code before declaration | ||
| 763e1377 | 2019-02-05 15:25:17 | fix an uninitialized variable in diff_fileindex_dir() | ||
| f5d3d7af | 2019-02-05 15:19:24 | use path lists to sort dirent, tree object, and file index entries | ||
| 3d8df59c | 2019-02-05 14:49:54 | add a caller-provided data pointer to path list elements | ||
| 7a3c76f5 | 2019-02-05 14:41:20 | fix insert_ref() to provide ordering similar to path lists | ||
| 7e5c804b | 2019-02-05 14:20:14 | allow for detecting path duplicates with got_pathlist_insert() | ||
| e08cc72d | 2019-02-05 14:12:38 | add a pathlist API | ||
| fc727cc5 | 2019-02-05 11:16:33 | insert at tail of list in insert_dirent() | ||
| f02ba292 | 2019-02-05 11:06:10 | add two more status tests | ||
| 3ca16530 | 2019-02-04 18:48:07 | append to tail of reflist, not to the head of the list | ||
| 35dc4510 | 2019-02-04 16:57:07 | add a basic test for 'got status' | ||
| 554b91b1 | 2019-02-04 16:55:18 | oops, fix endless loop in diff_fileindex_dir(); code was missing somehow | ||
| 6bad629b | 2019-02-04 15:05:36 | add 'got status' command | ||
| f8d1f275 | 2019-02-04 14:46:17 | add a worktree status API | ||
| 500cd40f | 2019-02-04 14:19:29 | make fileindex dir diff traverse dirents in git-tree order | ||
| b25ae4fa | 2019-02-04 12:18:23 | ignore top-level .got dir during fileindex dir diff | ||
| b1ec3986 | 2019-02-04 11:51:19 | skip "." and ".." in diff_fileindex_dir() | ||
| d1f6d47b | 2019-02-04 11:17:36 | add support for diffing fileindex against an on-disk directory tree | ||
| f44ffd20 | 2019-02-04 10:59:59 | rename tree-specific fileindex diff callbacks | ||
| 289e3cbf | 2019-02-04 10:53:04 | set CTYPE locale category only; leave others in "C" locale | ||
| e397b6db | 2019-02-04 10:48:23 | make got_ref_list() return a sorted list | ||
| 29b5c214 | 2019-02-04 10:37:07 | on-disk refs must take precedence over packed-refs | ||
| 1e37702e | 2019-02-04 10:24:14 | internally represent a non-existent ref as NULL rather than as error | ||
| 141c2bff | 2019-02-04 09:55:45 | abbreviate remote refs in output of 'got log' | ||
| a04f49d2 | 2019-02-04 09:54:40 | include non-packed refs in results from got_ref_list() | ||
| 76b4ead2 | 2019-02-03 17:15:26 | add missing error checks in got_ref_list() | ||
| 30c0868d | 2019-02-03 17:08:03 | improve error codes in lib/reference.c | ||
| a808cfa5 | 2019-02-03 17:07:55 | add GOT_ERR_BAD_REF_DATA | ||
| 2aa0475c | 2019-02-03 17:00:40 | add got_error_not_ref() | ||
| e34f9ed6 | 2019-02-02 15:07:38 | in 'got log' output, abbreviate ref names under heads/ | ||
| 199a4027 | 2019-02-02 15:00:28 | make 'got log' show packed refs and HEAD ref (pther refs not shown yet) | ||
| e0e55b50 | 2019-02-01 22:46:32 | Support tags in Linux git repo which do not carry name of tagger. | ||
| 1caad61b | 2019-02-01 22:38:25 | make 'got log' resolve tags in -c option argument | ||
| 0ae4af15 | 2019-02-01 22:33:39 | add missing error check in got-raed-pack's tag_request() | ||
| 0bd18d37 | 2019-02-01 22:16:47 | add potentially useful helpers for tag objects and refs | ||
| 532920c8 | 2019-02-01 22:02:43 | actually return once parse_packed_ref_line() succeeds | ||
| 0dec1cc0 | 2019-02-01 21:42:23 | parse packed refs in a single pass over packed-refs file | ||
| c5f754cc | 2019-02-01 21:30:38 | optimize code path for lookup of well-known refs | ||
| bd376bb3 | 2019-02-01 21:13:57 | handle absolute refs being passed to open_packed_ref() | ||
| fb79db15 | 2019-02-01 21:01:58 | add read support for packed refs | ||
| 62d20534 | 2019-01-29 00:09:32 | remove redundant condition check in cmp_entries() | ||
| bad322f2 | 2019-01-29 00:02:42 | make cmp_entries() operate on paths instead of structs | ||
| 9d2a8e53 | 2019-01-28 23:55:41 | move forward declaration of diff_fileindex_tree() further down | ||
| 70e2377c | 2019-01-28 23:54:46 | move definition of cmp_entries() closer to point of use | ||
| 63de4136 | 2019-01-28 23:51:52 | turns out in_same_subdir() check is mostly redundant | ||
| c18d206e | 2019-01-28 23:17:39 | simplify in_same_subdir() | ||
| 85987309 | 2019-01-28 23:15:22 | eliminate code duplication in cmp_entries() and in_same_subdir() | ||
| 99fda3ad | 2019-01-28 23:10:32 | eliminate redundant strlen() call inside in_same_subdir() | ||
| 5d79cba5 | 2019-01-28 23:09:27 | eliminate redundant strlen() call in cmp_entries() | ||
| 6e8d14a3 | 2019-01-28 23:05:12 | eliminate code duplication in cmp_entries() | ||
| fd92308e | 2019-01-28 22:59:46 | invert same subdir check in cmp_entries(); no functional change | ||
| f06111e5 | 2019-01-28 22:57:56 | remove unused parameter of in_same_subdir() | ||
| 43b7c718 | 2019-01-28 13:51:24 | add more todo items | ||
| 67cc7991 | 2019-01-24 23:07:05 | improve tog tree view page-up scrolling behaviour | ||
| bf979164 | 2019-01-24 22:46:51 | fix scroll-up skipping over first displayed entry in tog tree view | ||
| 416a95c5 | 2019-01-24 22:41:28 | remove unused field from struct tog_tree_view_state | ||
| 768394f3 | 2019-01-24 22:40:23 | fix page-down in tog tree view moves cursor beyond last item | ||
| 46f0028c | 2019-01-24 20:41:39 | tog: simplify loop condition in tree_scroll_down() | ||
| 0032ca71 | 2019-01-23 16:47:52 | In got.1, clarify that 'got update' operates on current branch only. | ||
| 1aad446a | 2019-01-13 17:19:24 | fix test area name of test_update_creates_missing_parent_with_subdir | ||
| 5d56da81 | 2019-01-13 17:15:53 | happy new copyright year | ||
| 85a703fa | 2019-01-13 17:04:03 | got_pack_get_object_size() -> got_pack_get_max_delta_object_size() | ||
| 14bbd1f0 | 2019-01-13 16:59:16 | remove redundant goto statement | ||
| e650241d | 2019-01-13 16:00:55 | remove unused field from struct got_blob_object | ||
| ac544f8c | 2019-01-13 15:58:39 | pass smallish blobs directly via imsg buffer | ||
| c65fcef2 | 2019-01-13 14:07:17 | fix leaks in add_dir_on_disk(), and ensure all parents get created | ||
| 21908da4 | 2019-01-13 13:59:20 | fix bug where update got confused by sub-sub directories | ||
| bd4792ec | 2019-01-13 12:56:35 | fix more bugs in the update walk and add more tests | ||
| a7f9d64d | 2019-01-13 01:52:51 | change GOT_INDEX_ENTRY prefix to GOT_FILEIDX | ||
| c97665ae | 2019-01-13 01:43:17 | tolerate missing files in remove_ondisk_file() | ||
| 5f9fef37 | 2019-01-13 01:42:50 | avoid redundant file index additions in install_blob() | ||
| b6d05318 | 2019-01-13 01:05:23 | don't bother with memcpy for hdr in got_fileindex_read() | ||
| 27d0e5bd | 2019-01-12 23:05:44 | flush the file index after writing it | ||
| a5744d71 | 2019-01-12 23:00:44 | don't bother with memcpy of header when writing the file index | ||
| 784955db | 2019-01-12 22:45:19 | print a more useful message when an update had nothing to do | ||
| cf61d818 | 2019-01-12 22:38:58 | allow recovery of a bad file index by removing it and updating | ||
| 4a1ddfc2 | 2019-01-12 22:15:58 | fix bug where update forgot to create a parent directory | ||
| 46cee7a3 | 2019-01-12 21:45:46 | add two more tests for update | ||
| 7e7c1e4c | 2019-01-12 21:11:48 | avoid pointless call to got_error_from_errno() | ||
| 1beed999 | 2019-01-12 21:06:50 | rename got_compare_paths to got_path_cmp | ||
| 50952927 | 2019-01-12 21:00:42 | fix various issues in new update implementation | ||
| 1c11b35c | 2019-01-12 19:48:12 | add a test for got_compare_paths() | ||
| 8069f636 | 2019-01-12 19:28:48 | implement -c option for 'got checkout' | ||
| 27793341 | 2019-01-12 18:58:04 | introduce special error code for a corrupt file index | ||
| 8da9e5f4 | 2019-01-12 18:39:19 | implement checkout+update as single-pass diff between file index and tree |