Commits
- Commit:
e6db639971bcaa0d9cf9828be53a16c35297c2f6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow overriding the From: header in mail sent by got-build-regress.sh
- Commit:
c47340daf7e078d5d04930146cb9307d94b09bc1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
in cmd_checkout() handle basename(3) modifying its argument
ok naddy@
- Commit:
ebc5bf649f20688294a309f00a46e9e326fea671
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
add missing <sys/types.h> include
ok stsp
- Commit:
6c13dcd2d0d730f9f9fc0fb0c42eb0f409216063
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
send gitconfig imsg string values the same way as gotconfig ones are sent
- Commit:
5874ea87557e324b6e847a5dbed5a1b4b9efe92e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
follow-up to be96c417: Do not assume a \0 when receiving GOTCONFIG_STR_VAL.
- Commit:
a9705505a48884d66efa5d535fff9d685b35808d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow NULL pointer argument for got_free_gotconfig()
- Commit:
c8c7d149feda16fa5f471654738791b6e7f1af5e
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
expand arguments in shell script since brace expansion is not in POSIX
ok stsp
- Commit:
be96c417e34cf83ef497d65c5eb4dcf44abef57c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix got.conf overriding GOT_AUTHOR even if no author is set in got.conf
- Commit:
9439a9901031adbd5c05fec5a5f692144bb3fd53
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
replace ksh syntax with POSIX arithmetic expressions
ok kn stsp
- Commit:
72862ecf9ce7f62a2cc15524538f6f6619c83bf7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add missing space in got-worktree(5) synopsis
- Commit:
0429cd76586cecb81d322546ab686ce527eb8f83
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
fix typo in error message
- Commit:
934b035cefb1f78d592bd6adcd6ef28bfc69548d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
expand "Got" to "Game of Trees" in got-worktree(5) synopsis line for consistency
- Commit:
5b73592571daf964152e05335bb0f465a1cd9654
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document our default choice of text editor; suggested by Ricky Cintron
- Commit:
8de9818afbf2fe5b7ea4d111c855797516f04a2b
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
remove unused #includes from the new got-read-gotconfig/parse.y
ok tracey
- Commit:
e12e0e217d39c07988378fa6c8f492892a4979be
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
do not rely on <zlib.h> to pull in <unistd.h>
- Commit:
c74678b7251f7b76ab46e239eba7999f495980c1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
0866d289dc5f6705dc44e63371d8433637fa9dbe
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
changes for 0.39
- Commit:
0b1a07a1869ffa7db17353242805c83e3cb531d3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sync distfile list
- Commit:
0f43fed90b7aae62deb1d5b11d8d9e2f1ecba1b2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add got.conf(5) to MAN list in Makefile
- Commit:
53643ae18558c41fba1c99fbe9e5e73de7fe8797
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document why got.conf(5) will not configure the editor to use
- Commit:
f6cae3ed1ef0c22150181eeebb8f9e97db99dc5a
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
switch function declarations from Korn shell to Bourne/POSIX shell syntax
ok stsp
- Commit:
23c57b285fdcf9a8a0a5913ea096232038bf0ac3
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
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
- Commit:
46215d2a90d69074a235db573e8d851eff0aa424
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add 'got histedit' to got.1's list of commands which use EDITOR/VISUAL
- Commit:
42536c092fe8528fc0f67b7a58353beb5fceea68
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix misplaced comma in got.conf(5) SEE ALSO section
- Commit:
59f86c768fa5ca12721c72172aa968062fceafea
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug memory leaks in error paths while collecting log messages