Page 13
2021-06-17 - 2020-11-23
2021-06-19 15:59 Stefan Sperling:
fix ibuf memory leak
2021-06-17 16:04 Tracey Emery:
profiling gotweb
2021-06-17 15:39 Todd C. Miller:
fix non-portable use of pipe(2)
2021-06-17 09:31 Stefan Sperling:
skipping the base object header in got_deltify()
2021-06-16 14:10 Tracey Emery:
fds not getting properly closed
2021-06-16 09:05 Stefan Sperling:
use patience diff for some diff3 merges
2021-06-16 07:58 Stefan Sperling:
Fix hang in regress
2021-06-13 15:43 Christian Weisgerber:
deltify addblk() fixes
2021-06-08 01:50 ori@eigenstate.org:
creating pack files
2021-06-04 20:44 Christian Weisgerber:
fix deflate checksumming
2021-06-03 13:14 Stefan Sperling:
Got sometimes merges unrelated changes
2021-05-31 11:22 Stefan Sperling:
merge_file() refactoring
2021-05-30 13:45 Todd C. Miller:
Minor memory leak in dial_git()
2021-05-24 15:55 Christian Weisgerber:
validate reference names in open_ref()
2021-05-20 15:55 Christian Weisgerber:
add checksumming support to got_deflate_to_file
2021-05-20 13:40 Tracey Emery:
plug memory leak in got_ref_list_free()
2021-05-19 13:57 Stefan Sperling:
fix tog: poll: Interrupted system call
2021-04-26 19:05 Tracey Emery:
error rendering error
2021-04-13 01:28 Todd C. Miller:
fix diff3 for files lacking trailing \n
2021-04-01 20:59 Klemens Nanni:
diff: Allow diffing three or more paths at once
2021-04-01 18:46 Tracey Emery:
diff: reduce duplicate code
2021-03-23 14:50 Christian Weisgerber:
Commit e600f1246e15 breaks test_update_conflict_wt_rm_vs_repo_rm on FreeBSD
2021-03-21 20:38 Stefan Sperling:
Exclusive log end
2021-03-21 19:03 Josh Rickmar:
improve got ref -d docs
2021-03-21 18:45 Stefan Sperling:
Fix strftime(3) short buffer checks
2021-03-21 17:07 Josh Rickmar:
back up old commits after rebase and histedit
2021-03-21 16:21 Stefan Sperling:
Clarify log -x is inclusive
2021-03-11 11:16 Stefan Sperling:
got-build-regress.sh build failure
2021-03-01 17:18 Scott Bennett:
Editor being ignored?
2021-02-26 18:36 Stefan Sperling:
make 'got branch -d' consistent with 'got branch -l"
2021-02-03 20:46 Stefan Sperling:
Incompatible git repository
2021-01-28 15:58 Todd C. Miller:
commit -F
2021-01-27 23:44 Stefan Sperling:
tog blame sometimes doesn't finish without key press
2021-01-24 17:17 Christian Weisgerber:
tog: 'n' before '/'
2021-01-21 21:15 Christian Weisgerber:
make fclose(3) failure checks consistent
2021-01-21 20:32 Todd C. Miller:
make close(2) error checks consistent
2021-01-21 17:53 Stefan Sperling:
lib/worktree.c: fix use after free()
2021-01-20 17:55 Christian Weisgerber:
tog blame crashes on empty file
2021-01-19 07:40 Stefan Sperling:
tweak git config created by 'got clone'
Problem with got update?
2021-01-02 20:28 Todd C. Miller:
Replace fparseln(3) with getline(3)
2020-12-31 12:24 Stefan Sperling:
s/SIMPLEQ_/STAILQ_/g
2020-12-31 06:46 Ryo ONODERA:
POSIX shell portability fixes under regress/
2020-12-29 13:35 Stefan Sperling:
tog log: terminate author at '>'
2020-12-26 23:22 Stefan Sperling:
tog is sluggish with FreeBSD src.git
2020-12-25 18:41 Sebastien Marie:
Following src with got (sic!)
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