Commits
- Commit:
aae998ac8116020e82f84f7c96cdaf4b7e28fe89
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: release 0.112
- Commit:
d545aa9290c56a5fe59937502b1dde75326d2f24
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
bump version number
- Commit:
11e2655204661b2a89c6ea8dc526a95c504a241b
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
CHANGES for 0.112
- Commit:
818c447486f315a604ef87bab5de79707a5ee0e7
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
stop opening the repository when opening a work tree
Opening a bunch of files in /tmp for pack temp files and opening the
repository just to validate the work tree's base-commit ID is overkill.
Simply parse the ID directly. If the commit object no longer exists we
will run into another error sooner or later. The commit is already
protected by the work tree reference. If it is missing then something
has badly gone wrong.
Doing less work when opening work trees speeds up 'got status' a bit.
As pointed out by Kyle this also avoids running got-read-gitconfig
twice when opening both a repository and a work tree.
ok by op@ and Kyle Ackerman
- Commit:
a912299c03df09397587f434bd4d5e8f9ad19cbf
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add comments explaining that .got/base-commit needs hash algo information
Hopefully, if we ever bump the work tree format in the future we will
see these comments and sneak in a change to the .got/base-commit file
in order to record the hash algorithm of the base commit ID.
- Commit:
b5c9579e6c5505125ac9ce171891e126c1c728e0
- From:
- Kyle Ackerman <kack@kyleackerman.net>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
Plug memory leaks in some libexecs
This occurred when these particular libexecs get an imsg of type
GOT_IMSG_STOP. They attempt to exit the main loop and leak the last
imsg they received.
ok stsp@ op@
- Commit:
6b89d48589d6584c63c8b9dd8b0abde8501bcc92
- From:
- Kyle Ackerman <kack@kyleackerman.net>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
Plug a memory leak in gitconfig.c
conf_parse_line frees *section before allocating a new one,
which leaks *section on the last iteration of conf_parse.
ok stsp@
- Commit:
56a0cc310dea25836a22e707244b42306dba5539
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
remove a gotsysd todo item that is done
- Commit:
78d5affcbbd1ba3e15aa9fe400e7d849d5840277
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
implement support for protected references in gotsys.conf and gotsysd
- Commit:
3a9d1ac3ef2ebff9148c4d7dda9dd2d3d03c6a1c
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotsysd: call gotsys_conf_clear() in sysconf_shutdown() before exiting
- Commit:
4d310c96ec77b8544747611c57338cd7c49c4753
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix unrelated errors being reported if a histedit operation is aborted
This avoids errors such as "object not found" or "reference not found"
when exiting the histedit script editor without making any changes to
the script. got_worktree_histedit_abort() was filling up error.c error
buffers with unrelated errors that were simply being ignored.
I now see the expected "no changes made to histedit script" error.
Issue reported by ninjin on IRC
- Commit:
90def070598b8850aabd6a6a621c4de2f1e31e74
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add a test for behaviour around .gitignore files within sub-directories
- Commit:
12d198bbbb076d1ba4ce85d5714380a277eb4a39
- From:
- Anton Lindqvist <anton@basename.se>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: inherit all user groups
Required if repos_path is not owned by the _gotwebd group.
ok stsp@
- Commit:
f0961700eb8c00d5ea2cb5fb79f5c65a642e9c9a
- From:
- Johannes Thyssen Tishman <jtt@openbsd.org>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
remove /tmp/got-importmsg on empty import commit message
ok stsp@
- Commit:
44baa04e54559c1ca68cab2120d2b08356bac686
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
typo in gotsysd.conf.5 spotted by Mischa Peters
- Commit:
a10d0f32ae03cbe00187d8606c73da56219c7112
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: set next version
- Commit:
d60e4a38ff4223882a1b4fff4a42af0301a12526
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: release 0.111
- Commit:
324c1739af1866da1f516c13e35395c9dcb50a7a
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
bump version number
- Commit:
a7d040e2e33cee391f090e72fddbede67ce6bbe4
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
CHANGES for 0.111
- Commit:
979033e4bff1f6d018b28ac6e5527200d4b9aafd
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix gotsysd regress 'make vm' in case bsd.rd is looking for an upcoming release
- Commit:
93aaa64da2a5132b3e6c6ff309a76f2210c227dc
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
ensure that gotsysctl gets installed into /usr/local/sbin
- Commit:
c4c44f99bffd5d7490cbd449f6f52d9da2997d73
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
sync dist-file list
- Commit:
b5d530d30b1779560916eb76d4a45939f582b3cd
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
switch to UID 600 for _gotsysd to match the ports tree
- Commit:
ff6706ad7dac3c196edaed27d8a64474cbe110f3
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
remove a duplicate imsgbuf_clear() call
- Commit:
0402e4871686429abf8a88d738b9562a29dfa736
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
remove another gotsysd todo item that is done