Page 14
2020-12-17 - 2020-09-18
2020-12-21 13:06 Stefan Sperling:
handling multiple errors / thread-safety in error.c
2020-12-19 13:46 Todd C. Miller:
use size_t for loop indices to avoid signedness warnings
2020-12-19 01:09 Stefan Sperling:
track pack file size as off_t and size_t
2020-12-18 19:22 Stefan Sperling:
tog: worktree vs. -r repo
2020-12-18 13:59 Josh Rickmar:
fix 'got blame' segfault
2020-12-17 02:46 Stefan Sperling:
capsicum work: mkostempsat() question
2020-12-16 19:05 Stefan Sperling:
capsicum work: add fd field to got_repository, change got_packidx
2020-12-15 23:43 Todd C. Miller:
histedit: fix editing of log message comments
2020-12-15 23:38 Todd C. Miller:
add got_error_fmt()
2020-12-15 20:18 Stefan Sperling:
fix parsing of tag objects with empty tag message
2020-12-14 19:41 Stefan Sperling:
tog and unprintable characters
2020-12-14 13:44 Stefan Sperling:
implicit update after rebase/histedit
2020-12-14 00:57 Stefan Sperling:
tog: reset blame view's scroll position
2020-12-13 11:07 Stefan Sperling:
tog: fix display of lines ending in \r\n
2020-12-12 21:02 Josh Rickmar:
Cleanup of mutually exclusive flag errors
2020-12-12 20:00 Stefan Sperling:
prevent log message loss during histedit
2020-12-11 16:38 Yang Zhong:
Unused parameters?
2020-12-10 23:27 Stefan Sperling:
Unbreak development built if NCURSES_CONST is const
2020-12-10 23:18 Stefan Sperling:
Histedit fold shortcut
2020-12-10 22:05 Todd C. Miller:
use getline(3) instead of fparseln(3) in tog
2020-12-09 22:22 Stefan Sperling:
diff: limit search effort for function prototypes
2020-12-09 21:24 Stefan Sperling:
make regress failing test with GOT_TEST_PACK=1
2020-12-09 20:48 Stefan Sperling:
change got_worktree_init, open_worktree to use fds
2020-12-07 02:09 Stefan Sperling:
tog: fix use after free of reference name
2020-12-07 00:06 Stefan Sperling:
Trim parameters from queue_commits()
2020-12-06 23:17 Stefan Sperling:
tog: child views don't resize properly
2020-12-06 20:24 Stefan Sperling:
tog log: make ^L stick to current branch
tog: reimplement log view reload
2020-12-05 16:39 Christian Weisgerber:
tog: remove main_view in view_loop()
2020-12-05 15:48 Stefan Sperling:
tog ref -> log -> diff: < > fails to follow branch
2020-12-05 12:17 Christian Weisgerber:
tog ref -> log: ^L closes log view
2020-12-04 23:19 Tracey Emery:
tog: call pledge() from main()
2020-12-04 21:42 Stefan Sperling:
tog: ref view must pass selected reference name to log view
2020-12-03 23:35 Stefan Sperling:
tog: replace dead_view param of view_input() with view->dying
2020-12-03 21:00 Stefan Sperling:
Remote got repositories and small typo in man page
2020-12-03 20:34 Stefan Sperling:
tog: no error from view_set_child()
2020-12-03 19:12 Christian Weisgerber:
tog: remove redundant variable
2020-12-02 13:49 Stefan Sperling:
tog log: request more commits when window expands
2020-12-01 23:26 Stefan Sperling:
tog: trim log_scroll_*, trigger_log_thread functions
2020-12-01 22:33 Stefan Sperling:
tog: trim draw_file function
2020-12-01 22:02 Christian Weisgerber:
tog: reverse parameters to tree_view_visit_subtree()
2020-12-01 22:00 Christian Weisgerber:
tog: trim tree_view_walk_path()
2020-12-01 21:58 Christian Weisgerber:
tog: trim draw_tree_entries function
2020-12-01 21:57 Christian Weisgerber:
tog: trim draw_blame function
2020-12-01 21:55 Christian Weisgerber:
tog: trim draw_commit{,s} function
2020-12-01 21:21 Stefan Sperling:
tog: trim run_blame function
2020-12-01 11:41 Christian Weisgerber:
tog cleanup: simplify ref/tree_scroll function calls
2020-11-29 23:44 Christian Weisgerber:
implement tog ref command
2020-11-29 22:55 Stefan Sperling:
tog: tree view page up/down bugs
2020-11-29 15:30 Christian Weisgerber:
tog: tree view move-to-parent bug
2020-11-28 18:50 Christian Weisgerber:
got tests on FreeBSD
2020-11-28 17:44 Stefan Sperling:
regress/cmdline/diff.sh portability fixes
2020-11-28 17:39 Stefan Sperling:
got: munmap: Invalid argument
2020-11-27 19:28 Bryan Stenson:
typo in got-www.git/examples.html
2020-11-26 15:43 Christian Weisgerber:
use size_t for loop indices to avoid signedness comparison warnings
2020-11-25 20:39 Todd C. Miller:
FreeBSD - Progress on applying Capsicum to got
2020-11-24 17:57 Christian Weisgerber:
tog ref list storage
2020-11-23 20:49 Christian Weisgerber:
tog diff improvements
2020-11-22 11:06 stsp@stsp.name:
got-build-regress.sh build failure
2020-11-22 01:39 Stefan Sperling:
New diff shows pessimal output for commit 1cb46f00
2020-11-16 15:26 Stefan Sperling:
fix blame
2020-11-15 15:16 Christian Weisgerber:
tog: 'q' exits instead of quitting view (FreeBSD)
2020-11-15 11:01 stsp@stsp.name:
2020-11-14 13:19 Stefan Sperling:
tog: avoid got_repo_map_path() in worktree
2020-11-14 00:44 Stefan Sperling:
diff: stdint.h
2020-11-13 12:58 Stefan Sperling:
tog: pthread_cond_destroy: Invalid argument
2020-11-12 11:50 Christian Weisgerber:
tog search highlighting
2020-11-11 11:11 Stefan Sperling:
2020-11-10 23:06 Stefan Sperling:
new diff implementation
2020-11-09 16:54 Tracey Emery:
gotweb.c: Remove unused variable
2020-11-07 12:14 Martin Vahlensieck:
gotweb parse.y: Fix on keyword
2020-11-06 22:05 Stefan Sperling:
replacing symlinks with files and vice versa
2020-11-06 00:24 Stefan Sperling:
avoid got_repo_map_path in got tree
2020-11-03 16:09 Stefan Sperling:
avoid got_repo_map_path() in 'got blame'
2020-11-01 12:29 Stefan Sperling:
Packfile permissions
2020-10-30 20:15 Stefan Sperling:
Experiments with got in the FreeBSD base system
2020-10-24 14:57 Klemens Nanni:
got-build-regress.sh regress failure
2020-10-22 16:03 Christian Weisgerber:
got_repo_map_path()
2020-10-22 11:44 Todd C. Miller:
detect unsupported repository format extensions
2020-10-20 21:38 Christian Weisgerber:
fix argument error handling in got fetch
2020-10-20 21:12 Stefan Sperling:
Indentation fixes?
2020-10-20 20:30 Stefan Sperling:
non-const dirname
2020-10-19 22:16 Todd C. Miller:
support for non-const basename(3)
2020-10-03 18:30 Stefan Sperling:
Regress: accommodate other ls implementations
2020-10-03 18:29 Stefan Sperling:
storing regress test data outside of /tmp
2020-10-01 22:55 Stefan Sperling:
What's obstructing me?
2020-09-30 21:57 Stefan Sperling:
fix bad unveil in 'got tag'
2020-09-30 21:56 Stefan Sperling:
Do not treat -h, -V as errors
2020-09-29 00:53 Stefan Sperling:
got.1 examples: master -> main branch?
2020-09-27 10:43 Stuart Henderson:
inttypes.h?
2020-09-27 09:40 Stefan Sperling:
getopt: BSD or GNU?
2020-09-25 21:27 Stefan Sperling:
log message modification check
2020-09-25 20:54 Tracey Emery:
branches in got.conf
2020-09-24 22:26 Stefan Sperling:
Fix gotweb to work in subdirs
2020-09-23 11:42 Stefan Sperling:
2020-09-22 16:49 Stefan Sperling:
got fetch fails for freshly cloned repository
2020-09-22 16:24 Stefan Sperling:
got-build-regress.sh update failure
2020-09-21 21:58 Stefan Sperling:
rename master branch to main
2020-09-21 16:45 Stefan Sperling:
2020-09-19 20:35 Christian Weisgerber:
Got relies on non-POSIX basename(3), dirname(3)
2020-09-19 18:41 Stefan Sperling:
tog: print newline on exit to clear bottom line