Log

Author Commit Date CI Message
Stefan Sperling d947271f 2019-02-08T10:47:33 add unmodified rcsutil files from OpenRCS
Stefan Sperling 89fd757a 2019-02-07T11:33:28 add unmodified worklist.c and worlist.h from OpenRCS
Stefan Sperling 74b37681 2019-02-07T11:30:27 add unmodified buf.c, buf.h, and diff3.c from OpenRCS
Stefan Sperling c844a238 2019-02-06T01:22:16 man page tweaks
Stefan Sperling fdb730fe 2019-02-06T00:53:28 remove an '#if 0' which was not intended for commit
Stefan Sperling d9498b20 2019-02-06T00:13:31 don't bother showing the HEAD ref in 'got log'
Stefan Sperling d1688ce0 2019-02-06T00:08:47 remove a pointless error code
Stefan Sperling b72f483a 2019-02-06T00:04:59 make 'got diff' show local changes in work tree
Stefan Sperling 14e5d4dc 2019-02-05T22:25:42 fix bug with wrong size comparison in get_file_status()
Stefan Sperling 6efaaa2d 2019-02-05T19:15:46 port fix for a work tree path bug from 'tog blame' to 'got blame'
Stefan Sperling eb41ed75 2019-02-05T19:08:41 make 'tog blame' function in a work tree
Stefan Sperling a915003a 2019-02-05T18:51:59 delay initialization of curses in tog until after usage()
Stefan Sperling 52185f70 2019-02-05T18:49:05 make 'tog tree' function in a work tree
Stefan Sperling b7165be3 2019-02-05T18:44:17 make 'tog log' function in a work tree
Stefan Sperling 9270e621 2019-02-05T18:39:30 wrap overlong line
Stefan Sperling 0c06baac 2019-02-05T18:37:28 make 'got blame' function in a work tree
Stefan Sperling d1542a27 2019-02-05T18:24:28 fix endless loop in got_worktree_open()
Stefan Sperling 8994de28 2019-02-05T18:22:18 fix got_worktree_open() error check in cmd_tree()
Stefan Sperling e9cf2e30 2019-02-05T18:18:07 document 'got log' behaviour inside a work tree
Stefan Sperling 02012e5c 2019-02-05T18:16:07 remove TODO item
Stefan Sperling cffc0aa4 2019-02-05T18:15:49 make 'got log' function inside a work tree
Stefan Sperling f0559eb5 2019-02-05T18:08:05 remove TODO item
Stefan Sperling 9bf7a39b 2019-02-05T18:07:33 make 'got tree' behave as advertised in subdirs of a work tree
Stefan Sperling 8c02d095 2019-02-05T17:49:01 make 'got update' unveil the root dir of the worktree
Stefan Sperling c7f4312f 2019-02-05T17:46:58 make 'got status' work in subdirectories of a work tree
Stefan Sperling 247140b2 2019-02-05T17:15:54 make got_worktree_open() crawl upwards
Stefan Sperling c513d110 2019-02-05T17:15:06 add missing error check in got_worktree_status()
Stefan Sperling ad3741b6 2019-02-05T17:03:17 remove TODO item for 'got status', which has been added
Stefan Sperling 31496f13 2019-02-05T17:02:50 remove vague guesses from a TODO item
Stefan Sperling 4a92782a 2019-02-05T17:02:00 add a TODO item for 'got tree'
Stefan Sperling 0c849583 2019-02-05T17:00:57 improve documentation of 'got tree'
Stefan Sperling 7a2c19d6 2019-02-05T16:46:33 make 'got tree' work from inside a work tree
Stefan Sperling ee645855 2019-02-05T16:33:30 stop checking for a worktree in open_repo()
Stefan Sperling d43a8a88 2019-02-05T16:22:04 rename a local variable in got_worktree_status()
Stefan Sperling 0dbc2271 2019-02-05T16:16:13 make 'got status' detect obstructed files
Stefan Sperling bf96b38c 2019-02-05T16:09:58 move all file modification detection code to a single function
Stefan Sperling 95e06996 2019-02-05T15:53:09 fix memleak in previous commit
Stefan Sperling ed83bff7 2019-02-05T15:50:03 we must use dynamic allocation for dirents in diff_fileindex_dir()
Stefan Sperling e7a2f030 2019-02-05T15:30:23 fix code before declaration
Stefan Sperling 763e1377 2019-02-05T15:25:17 fix an uninitialized variable in diff_fileindex_dir()
Stefan Sperling f5d3d7af 2019-02-05T15:19:24 use path lists to sort dirent, tree object, and file index entries
Stefan Sperling 3d8df59c 2019-02-05T14:49:54 add a caller-provided data pointer to path list elements
Stefan Sperling 7a3c76f5 2019-02-05T14:41:20 fix insert_ref() to provide ordering similar to path lists
Stefan Sperling 7e5c804b 2019-02-05T14:20:14 allow for detecting path duplicates with got_pathlist_insert()
Stefan Sperling e08cc72d 2019-02-05T14:12:38 add a pathlist API
Stefan Sperling fc727cc5 2019-02-05T11:16:33 insert at tail of list in insert_dirent()
Stefan Sperling f02ba292 2019-02-05T11:06:10 add two more status tests
Stefan Sperling 3ca16530 2019-02-04T18:48:07 append to tail of reflist, not to the head of the list
Stefan Sperling 35dc4510 2019-02-04T16:57:07 add a basic test for 'got status'
Stefan Sperling 554b91b1 2019-02-04T16:55:18 oops, fix endless loop in diff_fileindex_dir(); code was missing somehow
Stefan Sperling 6bad629b 2019-02-04T15:05:36 add 'got status' command
Stefan Sperling f8d1f275 2019-02-04T14:46:17 add a worktree status API
Stefan Sperling 500cd40f 2019-02-04T14:19:29 make fileindex dir diff traverse dirents in git-tree order
Stefan Sperling b25ae4fa 2019-02-04T12:18:23 ignore top-level .got dir during fileindex dir diff
Stefan Sperling b1ec3986 2019-02-04T11:51:19 skip "." and ".." in diff_fileindex_dir()
Stefan Sperling d1f6d47b 2019-02-04T11:17:36 add support for diffing fileindex against an on-disk directory tree
Stefan Sperling f44ffd20 2019-02-04T10:59:59 rename tree-specific fileindex diff callbacks
Stefan Sperling 289e3cbf 2019-02-04T10:53:04 set CTYPE locale category only; leave others in "C" locale
Stefan Sperling e397b6db 2019-02-04T10:48:23 make got_ref_list() return a sorted list
Stefan Sperling 29b5c214 2019-02-04T10:37:07 on-disk refs must take precedence over packed-refs
Stefan Sperling 1e37702e 2019-02-04T10:24:14 internally represent a non-existent ref as NULL rather than as error
Stefan Sperling 141c2bff 2019-02-04T09:55:45 abbreviate remote refs in output of 'got log'
Stefan Sperling a04f49d2 2019-02-04T09:54:40 include non-packed refs in results from got_ref_list()
Stefan Sperling 76b4ead2 2019-02-03T17:15:26 add missing error checks in got_ref_list()
Stefan Sperling 30c0868d 2019-02-03T17:08:03 improve error codes in lib/reference.c
Stefan Sperling a808cfa5 2019-02-03T17:07:55 add GOT_ERR_BAD_REF_DATA
Stefan Sperling 2aa0475c 2019-02-03T17:00:40 add got_error_not_ref()
Stefan Sperling e34f9ed6 2019-02-02T15:07:38 in 'got log' output, abbreviate ref names under heads/
Stefan Sperling 199a4027 2019-02-02T15:00:28 make 'got log' show packed refs and HEAD ref (pther refs not shown yet)
Stefan Sperling e0e55b50 2019-02-01T22:46:32 Support tags in Linux git repo which do not carry name of tagger.
Stefan Sperling 1caad61b 2019-02-01T22:38:25 make 'got log' resolve tags in -c option argument
Stefan Sperling 0ae4af15 2019-02-01T22:33:39 add missing error check in got-raed-pack's tag_request()
Stefan Sperling 0bd18d37 2019-02-01T22:16:47 add potentially useful helpers for tag objects and refs
Stefan Sperling 532920c8 2019-02-01T22:02:43 actually return once parse_packed_ref_line() succeeds
Stefan Sperling 0dec1cc0 2019-02-01T21:42:23 parse packed refs in a single pass over packed-refs file
Stefan Sperling c5f754cc 2019-02-01T21:30:38 optimize code path for lookup of well-known refs
Stefan Sperling bd376bb3 2019-02-01T21:13:57 handle absolute refs being passed to open_packed_ref()
Stefan Sperling fb79db15 2019-02-01T21:01:58 add read support for packed refs
Stefan Sperling 62d20534 2019-01-29T00:09:32 remove redundant condition check in cmp_entries()
Stefan Sperling bad322f2 2019-01-29T00:02:42 make cmp_entries() operate on paths instead of structs
Stefan Sperling 9d2a8e53 2019-01-28T23:55:41 move forward declaration of diff_fileindex_tree() further down
Stefan Sperling 70e2377c 2019-01-28T23:54:46 move definition of cmp_entries() closer to point of use
Stefan Sperling 63de4136 2019-01-28T23:51:52 turns out in_same_subdir() check is mostly redundant
Stefan Sperling c18d206e 2019-01-28T23:17:39 simplify in_same_subdir()
Stefan Sperling 85987309 2019-01-28T23:15:22 eliminate code duplication in cmp_entries() and in_same_subdir()
Stefan Sperling 99fda3ad 2019-01-28T23:10:32 eliminate redundant strlen() call inside in_same_subdir()
Stefan Sperling 5d79cba5 2019-01-28T23:09:27 eliminate redundant strlen() call in cmp_entries()
Stefan Sperling 6e8d14a3 2019-01-28T23:05:12 eliminate code duplication in cmp_entries()
Stefan Sperling fd92308e 2019-01-28T22:59:46 invert same subdir check in cmp_entries(); no functional change
Stefan Sperling f06111e5 2019-01-28T22:57:56 remove unused parameter of in_same_subdir()
Stefan Sperling 43b7c718 2019-01-28T13:51:24 add more todo items
Stefan Sperling 67cc7991 2019-01-24T23:07:05 improve tog tree view page-up scrolling behaviour
Stefan Sperling bf979164 2019-01-24T22:46:51 fix scroll-up skipping over first displayed entry in tog tree view
Stefan Sperling 416a95c5 2019-01-24T22:41:28 remove unused field from struct tog_tree_view_state
Stefan Sperling 768394f3 2019-01-24T22:40:23 fix page-down in tog tree view moves cursor beyond last item
Stefan Sperling 46f0028c 2019-01-24T20:41:39 tog: simplify loop condition in tree_scroll_down()
Stefan Sperling 0032ca71 2019-01-23T16:47:52 In got.1, clarify that 'got update' operates on current branch only.
Stefan Sperling 1aad446a 2019-01-13T17:19:24 fix test area name of test_update_creates_missing_parent_with_subdir
Stefan Sperling 5d56da81 2019-01-13T17:15:53 happy new copyright year
Stefan Sperling 85a703fa 2019-01-13T17:04:03 got_pack_get_object_size() -> got_pack_get_max_delta_object_size()