Page 12
2022-03-08 - 2021-09-21
2022-03-10 09:21 Stefan Sperling:
git config: url insteadOf
2022-03-08 16:43 Omar Polo:
check file status before applying a patch
2022-03-08 15:15 Christian Weisgerber:
run tests with set -u
2022-03-08 14:05 Stefan Sperling:
patch.c: pass the callbacks data instead of hardcoding NULLs
2022-03-08 12:02 Stefan Sperling:
got-build-regress.sh regress failure
2022-03-08 09:21 Theo Buehler:
patch.sh: use test = op. instead of ==
2022-03-07 22:29 Omar Polo:
add got patch subcommand
2022-03-07 19:27 Stefan Sperling:
fix got clone url with trailing slash
2022-03-04 19:24 Thomas Adam:
portable: renaming the default branch: linux -> portable
2022-03-03 23:06 Thomas Adam:
Portable: support for {Dragonfly,Net}BSD and MacOS
2022-02-22 17:11 stsp@stsp.name:
got-build-regress.sh update failure
2022-02-19 12:39 Stefan Sperling:
2022-02-16 19:32 Christian Weisgerber:
const-ify tables
2022-02-16 16:30 Stefan Sperling:
Display GMT offset from got cat
2022-02-14 11:23 Mickaël Salaün:
GoT Landlock fixes
2022-02-14 11:03 Stefan Sperling:
leak in got_fetch_pack
2022-02-12 23:26 Christian Weisgerber:
reuse deltas while packing
2022-02-12 22:42 Stefan Sperling:
Shrink some formatted output fields down to size
2022-02-12 18:24 Stefan Sperling:
Fix up var sizes ofter murmurhash switch
2022-02-11 13:22 Christian Weisgerber:
gotadmin pack/cleanup leave loose objects
2022-02-10 16:25 Omar Polo:
got diff vs .gitignore
2022-02-09 19:24 Omar Polo:
[got-portable] landlock support, second try
2022-02-09 14:30 Stefan Sperling:
improve invalid number error reporting
2022-02-08 13:20 Stefan Sperling:
Progress bars
2022-02-07 00:16 Stefan Sperling:
Can got-index-pack handle >4G pack files?
2022-02-06 14:22 Omar Polo:
improve error message with malformed `author' in got.conf
2022-02-04 13:26 Ted Bullock:
bad path on github checkout error
2022-01-31 16:09 Stefan Sperling:
Unable to add new patch, "file has unexpected status"
2022-01-29 21:02 Ted Bullock:
Workflow question, maybe bug or unclear usage.
2022-01-28 16:41 Todd C. Miller:
fix object header parser for zero-length object headers
2022-01-24 15:38 Todd C. Miller:
fix 'got remove' for paths missing on disk
2022-01-23 13:46 Christian Weisgerber:
show rebase and histedit backups in tog ref view
2022-01-21 17:37 Stefan Sperling:
2022-01-21 14:57 Stefan Sperling:
compress delta data from delta_cache directly into pack file
2022-01-11 14:59 Tracey Emery:
Corruption in freshly checked out tree
2022-01-10 11:11 Stefan Sperling:
let gotadmin pack map files into memory
2022-01-08 01:09 Stefan Sperling:
encode small deltas in memory while packing
2022-01-05 23:29 Stefan Sperling:
fix tog diff view with "Binary files differ"
2022-01-04 21:47 Tracey Emery:
rate-limiting of gotadmin progress output
2022-01-04 20:18 Stefan Sperling:
fix got_opentemp() overhead of got-read-pack
2022-01-03 21:52 Stefan Sperling:
fix got_packidx_match_id_str_prefix()
2021-12-29 12:27 Thomas Adam:
close-on-exec
2021-12-27 06:19 Stefan Sperling:
multiple acks: possible cause
2021-12-26 10:10 Stefan Sperling:
tog: clear search highlighting when reloading view
2021-12-20 15:30 Christian Weisgerber:
File ordering of log -P vs. log -p
2021-12-18 17:39 Stefan Sperling:
mark got_privsep_exec_child as __dead
2021-12-11 20:40 Christian Weisgerber:
tog log search vs selected commit
2021-12-09 16:40 Todd C. Miller:
[PATCH portable] portable: build closefrom unconditionally
2021-12-07 03:14 Anna “CyberTailor”:
[PATCH] privsep.c: ignore closefrom() return value
2021-11-23 12:41 Thomas Adam:
Make regress tests more POSIXy
2021-11-21 17:26 Stefan Sperling:
got-www: Add mandoc.css
2021-11-20 22:12 Thomas Adam:
preserve binary files during updates and merges
2021-11-20 22:04 Stefan Sperling:
implement sort by date in tog ref
2021-11-15 14:49 Tracey Emery:
make gotadmin run in a work tree
2021-11-15 10:05 Stefan Sperling:
got send to github.com hangs
2021-11-03 21:30 Stefan Sperling:
Switch branches during rebase even if there are no commits to rebase
2021-10-27 13:34 Stefan Sperling:
Fix llvm 13 warning/error
2021-10-16 19:38 Omar Polo:
tog: C-n/C-p to scroll by line
2021-10-16 14:43 Stefan Sperling:
fix send -T regression
2021-10-16 13:58 Stefan Sperling:
Fix another edscript() segfault
2021-10-14 17:14 Stefan Sperling:
MurmurHash2 unaligned access
2021-10-13 15:34 Stefan Sperling:
use temp files when encoding deltas
2021-10-13 11:13 Stefan Sperling:
use a bloom filter to avoid pointless pack index searches
2021-10-12 12:41 Stefan Sperling:
status walk regression fix
2021-10-11 14:28 Todd C. Miller:
fix merge bug with dot on a line by itself
2021-10-10 19:41 Stefan Sperling:
fix pack index cache element rotation
2021-10-10 17:59 Thomas Adam:
speed up 'got histedit -l' and 'got rebase -l'
2021-10-09 20:29 Stefan Sperling:
got diff: add support for multiple path arguments
2021-10-09 15:02 Todd C. Miller:
show expected object type in error messages
2021-10-08 08:12 Omar Polo:
[bug] histedit and the first line of a file
2021-10-07 15:27 Stefan Sperling:
plug memleaks in got-fetch-pack and got-send-pack
2021-10-07 15:26 Stefan Sperling:
Provide lib/Makefile to enable tags file generation
2021-10-06 19:44 Christian Weisgerber:
got fetch downloads too much
2021-10-05 13:13 Josh Rickmar:
ignore unversioned file during 'got rebase -a' etc.
2021-10-04 23:33 Thomas Adam:
Pointer sign warnings
2021-10-04 16:49 Stefan Sperling:
Always list aliases before full command
2021-10-01 09:28 Stefan Sperling:
portable: fix typo in configure.ac
2021-10-01 09:06 Thomas Adam:
portable: make .gitignore work with got status
2021-10-01 06:23 Stefan Sperling:
add histedit -e option
2021-09-30 15:23 Stefan Sperling:
speed up 'got status' a little bit
2021-09-30 09:20 Thomas Adam:
got regress: set inital branch to 'master'
2021-09-27 22:18 Todd C. Miller:
got merge -c commit progress output
2021-09-27 17:52 Stefan Sperling:
fix 'got fetch' downloading too many objects
2021-09-27 16:00 Stefan Sperling:
make 'got merge' detect additional problem cases
2021-09-27 10:45 Stefan Sperling:
Garbage-collect dist target in */Makefile
2021-09-26 19:22 Thomas Adam:
-portable: add a wrapper for open() on FreeBSD
2021-09-26 14:46 Christian Weisgerber:
got export? checkout -X?
2021-09-26 14:22 Stefan Sperling:
add got merge -n option
2021-09-26 13:16 Stefan Sperling:
allow vendor branch merges with 'got merge'
2021-09-25 23:28 Thomas Adam:
[WIP] landlock for got-portable
2021-09-25 23:08 Thomas Adam:
allow bad symlinks to survive a merge
2021-09-25 22:06 Thomas Adam:
-portable: put helpers into $(libexecdir)
2021-09-25 19:42 Stefan Sperling:
gotadmin.c printf specifier/type fixes
2021-09-25 18:58 Christian Weisgerber:
-portable: uuid confusion
2021-09-25 12:24 Stefan Sperling:
got-portable.git
2021-09-25 10:27 Stefan Sperling:
const-ify got_gitconfig_get_* and other nitpicking
2021-09-24 21:44 Tracey Emery:
fix 'got update' with added + obstructed file
2021-09-24 19:53 Stefan Sperling:
add a 'got merge' command
2021-09-24 19:43 Tracey Emery:
tog: show parent IDs for merge commits
2021-09-22 19:52 Thomas Adam:
Replace jot in regress
2021-09-22 13:20 Omar Polo:
got send vs symlinks