Log

Author Commit Date CI Message
Stefan Sperling 804dc7b9 2019-03-26T12:12:08 mention got-worktree(5) in the README file
Stefan Sperling 84258ea0 2019-03-26T12:11:31 start documenting the got's work tree format
Stefan Sperling e8a076e3 2019-03-26T10:52:03 add TODO items for 'got add' and 'got rm'
Stefan Sperling 031a5338 2019-03-26T10:46:18 make got_worktree_schedule_add() report 'added' via status_cb
Stefan Sperling c2253644 2019-03-26T10:41:22 unveil repository path in 'got rm'
Stefan Sperling 2ec1f75b 2019-03-26T10:35:33 add a basic implementation of 'got rm'
Stefan Sperling 049da17d 2019-03-26T10:34:58 use correct diff header label for deletion in got_diff_blob_file()
Stefan Sperling a67e2392 2019-03-26T09:11:13 trim leading whitespace from command descriptions
Stefan Sperling 6dbf1e9e 2019-03-26T09:05:25 ironically I forgot to add 'add' regression tests in previous commmit
Stefan Sperling d00136be 2019-03-26T09:03:53 implement a basic 'got add' command
Stefan Sperling 5e3ce57a 2019-03-26T09:00:13 return relative paths from got_path_skip_common_ancestor()
Stefan Sperling db5ba8ed 2019-03-26T08:59:56 init output argument of got_path_skip_common_ancestor()
Stefan Sperling ddce0520 2019-03-26T07:02:59 allow file index entries without blobs and/or commits
Stefan Sperling eb983b4b 2019-03-26T06:49:00 make file index flags private to fileindex.c
Stefan Sperling e288864f 2019-03-26T06:44:27 renmae GOT_FILEIDX_F_NOT_ON_DISK to GOT_FILEIDX_F_NOT_FLUSHED
Stefan Sperling 2181e0c8 2019-03-19T16:00:06 add some initial code for zlib compression
Stefan Sperling 5211b8c8 2019-03-19T13:26:23 improve error checking around inflateInit()
Stefan Sperling 23bc48a9 2019-03-19T12:55:28 rename got_zstream_* to got_inflate_*
Stefan Sperling e02fc99f 2019-03-19T12:40:44 move declaration of object labels to got_lib_object.h
Stefan Sperling 7baf5860 2019-03-19T12:37:32 avoid code duplication in error case of open_blob()
Stefan Sperling ff2a4428 2019-03-19T12:34:28 rename "object tags" to "labels" to avoid confusion with tag objects
Stefan Sperling 6c34b1aa 2019-03-18T17:25:10 whitespace formatting fixes in include/
Stefan Sperling a6a41c00 2019-03-18T17:19:19 actually add log.sh tests to 'make regress'
Stefan Sperling 963f97a1 2019-03-18T17:16:32 make 'tog log' resolve paths just like 'got log' does it
Stefan Sperling b70703ad 2019-03-18T17:16:10 fix bugs in got_repo_map_path() and add more related tests
Stefan Sperling 1b3893a2 2019-03-18T16:58:14 prevent free with bogus pointer in 'got log' error path
Stefan Sperling e7301579 2019-03-18T16:54:15 fix 'got log PATH' in a bare git repository; broken by previous
Stefan Sperling 6c7ab921 2019-03-18T16:48:18 introduce got_worktree_resolve_path()
Stefan Sperling cbd1af7a 2019-03-18T16:41:10 make 'got log PATH' work consistently from inside a work tree
Stefan Sperling c2ac9456 2019-03-15T16:39:34 add missing 'static' for local functions
Stefan Sperling a0bf6e76 2019-03-15T16:35:47 rename 'intent-to-add' file index flag to 'not-on-disk'
Stefan Sperling 598a8b91 2019-03-15T13:38:49 implement support for packed refs in 'got ref -d'
Stefan Sperling 6249107b 2019-03-15T13:35:47 fix uninitialized variable in insert_ref()
Stefan Sperling 80d5fc1f 2019-03-15T13:24:51 use sizeof instead of SHA1_DIGEST_LENGTH in memcpy
Stefan Sperling 6fdbf7b0 2019-03-15T13:14:08 better malloc size idiom in insert_ref()
Stefan Sperling c0a1c016 2019-03-15T13:11:20 move assignment closer to check in parse_ref_file()
Stefan Sperling 505287be 2019-03-15T13:06:47 properly handle duplicates when calling insert_ref()
Stefan Sperling 27a1ed03 2019-03-15T12:59:35 don't leak 'new' in insert_ref()
Stefan Sperling 0bb4abae 2019-03-15T12:50:27 better fparseln error handling and memory leak fix in got_ref_list()
Stefan Sperling 7ab0422a 2019-03-15T12:49:08 better foarseln() error handling in open_packed_ref()
Stefan Sperling c980e470 2019-03-15T12:47:15 plug memleak in alloc_ref()
Stefan Sperling c53671d0 2019-03-15T12:45:56 plug memleak in got_ref_resolve()
Stefan Sperling f9267c9a 2019-03-15T11:09:41 set an is_packed flag on refs parsed from packed-refs file
Stefan Sperling e09d28b1 2019-03-15T11:09:02 plug two memory leaks when refs get closed
Stefan Sperling e0b57350 2019-03-12T11:56:50 'got ref -l' can do without cpath and fattr pledges
Stefan Sperling 7143d404 2019-03-12T11:55:36 make 'got log' and 'tog log' skip revs in the got/ namespace
Stefan Sperling 7bcb2ecf 2019-03-11T20:24:21 move worktree base refs into a subdirectory
Stefan Sperling d1667f0d 2019-03-11T20:22:28 introduce got_path_dirname()
Stefan Sperling 5e1c9f23 2019-03-11T20:13:26 fix dirname() usage errors around got_path_mkdir()
Stefan Sperling 49c7094f 2019-03-11T20:02:10 fix broken error checking in got_ref_write()
Stefan Sperling ddcd8544 2019-03-11T19:57:53 move worktree-specific error handling out of got_path_mkdir()
Stefan Sperling 97430839 2019-03-11T19:38:35 'got update' also needs repo write access now
Stefan Sperling 47112f60 2019-03-11T19:32:21 fix allocation size bug in got_lockfile_lock()
Stefan Sperling 0647c563 2019-03-11T19:18:30 remove path portion from worktree base commit ref name
Stefan Sperling 517bab73 2019-03-11T19:06:13 deduplicate code for constructing a worktree's base ref name
Stefan Sperling 0c48fee2 2019-03-11T18:15:28 refuse to create got worktree at a git repo path
Stefan Sperling 0cd1c46a 2019-03-11T18:07:33 create references to base commits of got worktrees
Stefan Sperling e2e879a0 2019-03-11T16:58:21 introduce got_ref_list_free() and use it in got and tog
Stefan Sperling d0eebce4 2019-03-11T16:48:43 add 'got ref' subcommand; no support for symbolic refs yet
Stefan Sperling 2d2e1378 2019-03-11T16:34:33 add got_ref_delete(); only loose refs supported for now
Stefan Sperling 8fa2f096 2019-03-11T16:28:11 fix off-by-one in fwrite() check in got_ref_write()
Stefan Sperling 0fd469ce 2019-03-11T16:27:15 make got_ref_write() work for refs which do not exist yet
Stefan Sperling c789dbac 2019-03-11T16:26:28 fix bug in got_lockfile_lock() where it never succeeded
Stefan Sperling 58908ed0 2019-03-11T16:25:39 fix path construction with empty subdir in open_ref()
Stefan Sperling 9e672c74 2019-03-11T14:56:04 implement got_ref_write()
Stefan Sperling f02eaa22 2019-03-11T14:27:35 better error if .got directory is missing files
Stefan Sperling f77a24b0 2019-03-11T14:20:46 validate ref names
Stefan Sperling 01b7ba6b 2019-03-11T11:36:40 add a lockfile API
Stefan Sperling 5892cdd6 2019-03-10T16:17:12 introduce got_ref_alloc()
Stefan Sperling bd165944 2019-03-10T15:56:38 plug memleak in got_open_worktree()
Stefan Sperling c442a90d 2019-03-10T15:55:28 read UUID back from work tree meta data
Stefan Sperling ec22038e 2019-03-10T15:45:57 add a UUID to work tree meta data
Stefan Sperling 09589288 2019-03-10T15:45:07 add got_error_uuid()
Stefan Sperling 5813d178 2019-03-09T13:46:39 dynamically adjust length of author column in tog log view
Stefan Sperling 711bb132 2019-03-09T13:26:10 show author's email handle instead of full name in tog log view
Stefan Sperling 72640c6b 2019-03-07T13:36:36 add another TODO for tog
Stefan Sperling 17020d27 2019-03-07T13:33:23 make tog show command-specific usage if command is used wrongly
Stefan Sperling 2deda0b9 2019-03-07T13:31:00 make got show command-specific usage if command is used wrongly
Stefan Sperling 548f12c6 2019-03-07T13:29:01 would threading really help tog diff? not so sure anymore...
Stefan Sperling ec142235 2019-03-07T13:06:01 unveil worktree in cmd_log() for tog as well
Stefan Sperling eb73a30f 2019-03-07T13:00:23 do not deadlock in waitpid() when user hits Ctrl-C
Stefan Sperling efcae1c6 2019-03-07T12:46:59 unveil worktree in cmd_log(); fixes 'got log path/to/file'
Stefan Sperling 67ceb59d 2019-03-03T11:34:53 revert 718516bdb5ed72e3efabaeced654c82fa43b33ec; broke 'tog blame'
Stefan Sperling b51189f7 2019-03-01T13:05:29 always show selected commit in tog log view
Stefan Sperling 5e37ffca 2019-02-25T16:48:56 fix scrolling-up regression in tog tree view
Stefan Sperling 718516bd 2019-02-25T10:45:47 fix TABs causing line display overflow in tog format_line()
Stefan Sperling 34bc9ec9 2019-02-22T13:02:48 make tog flash a view when it cannot scroll further
Stefan Sperling f5215bb9 2019-02-22T12:25:11 make 'tog diff' show a progress message while generating diffs
Stefan Sperling 8a42fca8 2019-02-22T11:39:44 fix trigger_log_thread() would run forever in case the thread had an error
Stefan Sperling 6e73b0d6 2019-02-22T11:34:16 only load commits if necessary when switching commits in diff view
Stefan Sperling 08ebd0a9 2019-02-22T11:24:36 enable commit pre-fetching in tog log view again; this is faster
Stefan Sperling 359bfafd 2019-02-22T11:19:48 do fast ncurses refresh while log thread is loading commits
Stefan Sperling 5e224a3e 2019-02-22T11:16:25 reliably switch to next commit in tog diff view; don't lose key presses
Stefan Sperling c0faa76d 2019-02-22T10:51:46 remove hack; was based on wrong assumption (see d7a045384f72c50b)
Stefan Sperling ca9338a5 2019-02-22T02:24:01 remove unused function argument
Stefan Sperling 7aafa0d1 2019-02-22T02:05:06 better interactivity while loading commits in tog log view
Stefan Sperling 5e756114 2019-02-22T01:39:32 tog: it's enough to refresh the screen just once when fetching commits
Stefan Sperling 8745e607 2019-02-22T01:38:45 tog: don't ask log thread for too many commits in scroll_down()
Stefan Sperling 512d0df1 2019-02-22T01:23:10 append dots to tog blame's "annotating" progress message
Stefan Sperling b295e71b 2019-02-22T01:16:31 make tog log view's "loading..." message show up again