|   | 1453347d | 2022-05-19T07:14:21 |  | imsg_add() frees its msg argument on error; avoid double-free in error paths | 
            
              |   | fda3525e | 2021-09-25T10:23:12 |  | mark some function parameters as 'const', as they should be; patch by Omar Polo | 
            
              |   | 6480c871 | 2021-08-30T15:51:23 |  | provide separate send {} and fetch {} configuration blocks in got.conf
Feature requested by naddy.
ok naddy, who also suggested some tweaks that will arrive shortly | 
            
              |   | 08578a35 | 2021-01-22T11:05:05 |  | make close(2) failure checks consistent; check 'close() == -1' everywhere
ok millert, naddy | 
            
              |   | 20b7abb3 | 2020-10-22T20:36:23 |  | detect unknown repository format extensions (such as sha256 format)
ok millert | 
            
              |   | 6c13dcd2 | 2020-09-18T18:24:09 |  | send gitconfig imsg string values the same way as gotconfig ones are sent | 
            
              |   | 23c57b28 | 2020-09-11T19:44:18 |  | Stop including <sys/syslimits.h> directly.
POSIX says the limits defined there are available from <limits.h>,
which almost all affected source files already included anyway.
ok millert stsp | 
            
              |   | 81a12da5 | 2020-09-09T19:35:32 |  | do not rely on <zlib.h> to pull in <unistd.h>
ok stsp | 
            
              |   | e70bf110 | 2020-03-22T17:20:18 |  | move functions from privsep.c to the helpers which use them where possible | 
            
              |   | 469dd726 | 2020-03-20T11:44:14 |  | add support for repository mirrors to 'got clone' and 'got fetch' | 
            
              |   | 9a1cc63f | 2020-02-03T09:18:40 |  | read repository owner name with gitconfig parser instead of a hand-rolled one | 
            
              |   | cd95becd | 2019-11-29T02:46:04 |  | parse remotes from gitconfig | 
            
              |   | aba9c984 | 2019-09-08T17:14:34 |  | obtain repo format version and commit author name/email from .git/config |