Log

Author Commit Date CI Message
Martin Pieuchot 6b8a2b8f 2020-01-19T13:46:59 Remove unnecessary pthread_yield(3). In the two cases a context switch isn't necessary as the thread isn't blocked and doesn't need to wait for its sibling.
Stefan Sperling ac03cf6d 2020-01-17T14:37:03 fix bug in tag list tests where expected datestamps were swapped
Stefan Sperling 867630bb 2020-01-17T11:54:27 Sleep for one nanosecond after syncing the file index to disk Ensures that files modified after got exits have a different timestamp from the one which was recorded in the file index. Previously, 'got status' did not always detect such files as modified. Problem reported by Steven McDonald.
Tracey Emery 7d2e9986 2020-01-16T18:41:02 hide currently unused link
Stefan Sperling 03b6a916 2020-01-16T14:51:04 have 'make obj' recurse into gotweb; ok tracey
Stefan Sperling 270ebbdc 2020-01-16T14:34:36 merge gotweb's README into top-level README; ok kn tracey
Tracey Emery 6bee13de 2020-01-16T11:16:31 move pledge to gw functions to more tightly control promises
Tracey Emery c08369d7 2020-01-15T23:08:12 remove log counting, add to TODO
Tracey Emery 0311ce2d 2020-01-15T22:10:31 html escape characters in blame lines
Tracey Emery 14b96325 2020-01-15T22:10:31 README
Tracey Emery add40c4f 2020-01-15T22:10:31 remove examples file
Tracey Emery 87db323e 2020-01-15T22:10:31 gotweb.conf man
Tracey Emery b7ef5d91 2020-01-15T22:10:31 rm gotweb.8
Tracey Emery f2915494 2020-01-15T22:10:31 move match_logmsg to gw_match_logmsg
Tracey Emery 0f97c5ad 2020-01-15T22:10:31 gotweb.conf
Tracey Emery 119bf4ed 2020-01-15T22:10:31 blame css
Tracey Emery 3468a5fa 2020-01-15T22:10:31 move to got_repo_cmp_tags
Tracey Emery 2e676fc5 2020-01-15T22:10:31 blame
Tracey Emery 147269d5 2020-01-15T22:10:31 move to got_repo_resolve_commit_arg
Tracey Emery d0ea9c5b 2020-01-15T22:10:31 clean up. add gw_ to missed func
Tracey Emery 2bab8f23 2020-01-15T22:10:31 mv func to lib
Tracey Emery 54415d85 2020-01-15T22:10:31 kn@ and stsp@ suggested changes
Tracey Emery 8087c3c5 2020-01-15T22:10:30 add more log headers for pages
Tracey Emery a416cdeb 2020-01-15T22:10:30 lowercase a couple of mistakes
Tracey Emery 4ceb8155 2020-01-15T22:10:30 create full logs page
Tracey Emery 9d84e7dd 2020-01-15T22:10:30 start shortlog page and fix for actual single line
Tracey Emery cdb914e5 2020-01-15T22:10:30 cleanup shortlog css
Tracey Emery 2570478e 2020-01-15T22:10:30 set shorlog display limit define
Tracey Emery 7ee88b97 2020-01-15T22:10:30 fix shorlog css
Tracey Emery 474370cb 2020-01-15T22:10:30 we have shortlog!
Tracey Emery c6b62706 2020-01-15T22:10:30 start shortlog
Tracey Emery 8d4d2453 2020-01-15T22:10:30 summary styling
Tracey Emery 17a96b9f 2020-01-15T22:10:30 commit before rebase
Tracey Emery 46b9c89b 2020-01-15T22:10:30 pledge early. apply_unveil before repo functions. no more functions in the template area other than simple html items
Tracey Emery 09c82ddf 2020-01-15T22:10:30 add err.tmpl
Tracey Emery 2204c934 2020-01-15T22:10:30 display asctime_r
Tracey Emery ec46ccd7 2020-01-15T22:10:30 save blame work
Tracey Emery 387a29ba 2020-01-15T22:10:30 convert for different time formats
Tracey Emery 2c251c14 2020-01-15T22:10:30 Initial gotweb branch import
Tracey Emery bcbc97d8 2020-01-15T22:10:30 start tree
Tracey Emery 65b95fb2 2020-01-15T22:10:30 add log count function
Tracey Emery 9460dac0 2020-01-15T22:10:30 add tag html
Tracey Emery 077f6c5a 2020-01-15T22:10:30 add tag action
Tracey Emery b772de24 2020-01-15T22:10:30 add tag action
Tracey Emery 6c6c85af 2020-01-15T22:10:30 terminate diffbuf
Tracey Emery ce0d9b90 2020-01-15T22:10:30 fix typo in heads_navs html
Tracey Emery 87f9ebf5 2020-01-15T22:10:30 add tags and heads
Stefan Sperling d1f16636 2020-01-15T22:05:49 move got_repo_cmp_tags() to got_ref_cmp_tags()
Tracey Emery 2ddd4701 2020-01-15T20:39:12 move cmp_tags() into the library
Stefan Sperling 71a27632 2020-01-15T19:26:49 move match_object_id() into the library; supersedes got_repo_resolve_commit_arg
Stefan Sperling 7a1d6b72 2020-01-15T19:10:46 fix 'tog log -c' with tags
Stefan Sperling 2e46a2dc 2020-01-14T19:01:04 bump version number
Stefan Sperling 2eea88b2 2020-01-14T18:52:53 changes for 0.25
Stefan Sperling 61266923 2020-01-14T18:44:19 fix suspending and resuming tog with Ctrl-Z and fg; issue reported by naddy@
Stefan Sperling f13374f4 2020-01-14T14:28:08 fix 'tog tree' usage displayed in error case (patch by naddy@)
Tracey Emery 89a6c02f 2020-01-14T14:26:02 remove unneeded done jumps
Stefan Sperling 562580bc 2020-01-14T13:25:55 support Git-style "lightweight" tags as arguments for 'got diff'
Stefan Sperling d4efa91b 2020-01-14T13:25:55 handle Git-style "lightweight" tags in got tag -l
Stefan Sperling 6586ea88 2020-01-13T16:12:32 unbreak got and tog commands by disabling GNU extensions in getopt_long(3)
Stefan Sperling e801a566 2020-01-13T16:01:04 update usage
Stefan Sperling 83cd27f8 2020-01-13T15:59:47 make got and tog accept a --version argument; -V option is a bit obscure prompted by a question from tedu@
Stefan Sperling bb51a5b4 2020-01-13T10:28:58 add -E option to 'got checkout' allowing use of a non-empty work tree path needed by and ok kn@
Stefan Sperling c5b78334 2020-01-12T20:40:31 make 'tog log PATH' fail again when a non-existent path is specified
Theo Buehler 455de7fa 2020-01-12T19:41:31 Avoid out of bounds access if path is "/". From Martin <openbsd () academicsolutions ! ch> with tweaks by me. ok stsp
Stefan Sperling 33cbf02b 2020-01-12T17:10:45 fix switching to tog's tree view when logging a path; reported by naddy@
Stefan Sperling 6a91d283 2020-01-08T15:14:52 bump version number
Stefan Sperling c6618805 2020-01-08T15:13:08 changes for 0.24
Stefan Sperling 87c1ed2b 2020-01-07T21:50:38 don't bother swapping the first pack index cache pointer, and improve comment
Stefan Sperling f73df793 2020-01-07T21:02:16 increase tag cache size; makes tog more responsive when many tags exist
Stefan Sperling e1a68182 2020-01-07T17:49:17 fix pack index cache; don't open/close pack index files needlessly
Stefan Sperling 38e2e6c7 2020-01-07T11:35:42 delta caching is done; remove related item from TODO list
Stefan Sperling ca6e02ac 2020-01-07T11:14:52 add support for first-parent history traversal to got-read-pack
Sebastien marie 33147df7 2020-01-07T05:05:07 .PHONY is a target ok stsp@
Stefan Sperling 5aa81393 2020-01-06T19:38:23 add copyright year for files already touched in 2020
Stefan Sperling e40b19ed 2020-01-06T16:16:51 fix reading ref deltas with GOT_PACK_NO_MMAP builds
Stefan Sperling fe558a04 2020-01-06T15:58:23 plug a memory leak: got-read-commit forgot to close commits
Stefan Sperling 3f7f9bd9 2020-01-06T15:50:36 fix memleak in error case of got-read-commit
Stefan Sperling b87b4170 2020-01-06T14:10:36 rename to parsed_tree_entries_free for clarity (don't use with got_tree_object)
Stefan Sperling b64b1f95 2020-01-06T13:10:00 plug a memory leak; parsed tree entries were not freed
Stefan Sperling fa7a529e 2020-01-06T12:21:37 disable delta cache in GOT_NO_OBJ_CACHE builds
Stefan Sperling cbfaaf20 2020-01-06T12:15:54 add missing check for errors from imsg_get()
Stefan Sperling 32c85d2c 2020-01-06T00:01:59 revert e7a5b9e9b763327a7e1ddd69f6bc533565d60794; it changed blame output
Stefan Sperling 1accf02b 2020-01-05T19:32:21 detect duplicate object IDs during ambiguity check; packed regress passes now
Stefan Sperling b32c4525 2020-01-05T19:19:59 make it possible to run regress tests with packed repositories
Stefan Sperling e7a5b9e9 2020-01-05T00:23:54 commit graph's close_branch() can be inlined in one place
Stefan Sperling df8cd9c6 2020-01-05T00:11:11 small simplification in got_commit_graph_iter_next()
Stefan Sperling a450c2bf 2020-01-05T00:05:39 remove a misleading comment
Stefan Sperling 48595de1 2020-01-04T23:58:45 remove redundant code from add_node_to_iter_list()
Stefan Sperling 94489f7d 2020-01-04T23:54:53 remove commit graph iter_node pointer; use the iter_list head instead
Stefan Sperling 5175b31a 2020-01-04T21:51:24 improve commit graph's error handling of non-existent paths
Stefan Sperling 7e33c8c5 2020-01-04T21:31:55 no need to open a commit in got_commit_graph_iter_start()
Stefan Sperling 3ff3126d 2020-01-04T21:28:00 simplify got_commit_graph_iter_start(); adding an ID to open_branches suffices
Stefan Sperling 14159a7b 2020-01-04T21:15:59 remove unused 'node' parameter from advance_branch()
Stefan Sperling 8e291695 2020-01-04T21:12:59 commit graph's idset data pointers were not actually used
Stefan Sperling 57eecd46 2020-01-04T20:06:38 remove pointless output parameters from fetch_commits_from_open_branches()
Stefan Sperling ec1904dc 2020-01-04T19:55:21 fix error in previous commit
Stefan Sperling 13a851c1 2020-01-04T19:50:01 simplify changed-path and branch-done detection in commit graph
Stefan Sperling de56b2d7 2020-01-04T19:39:29 move changed-path detection out of add_node() in commit graph
Stefan Sperling a62c5b79 2020-01-04T18:54:11 more portable string comparison in Makefile.inc; patch by Edgar Pettijohn
Stefan Sperling 88cdb9c6 2020-01-04T18:51:14 init TAILQ earlier in got_commit_graph_open(), just in case