Commits
- Commit:
d404e6d6b34850904d64c44d9d3049eb675e9a1b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sync distfile list
- Commit:
06c0a1750f743c9a23c94fe422f99f5b3706728f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
changes for 0.21
- Commit:
3b6470856ee51fa2c923b54719c254b5dedde8e8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug leaks in error paths of got_privsep_send_tree()
- Commit:
7f358e3b0ea7c7873900dbce1501c56711d7275d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
eliminate redundant memcpy in got_privsep_send_tree_req()
- Commit:
3fd4eb5ab97dd3b1914bfe46f5b6a7bc1bd1ec81
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fold a function call onto a single line
- Commit:
4e68cba3de6663791e40fa15f1eecbc4a2bf724c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add -R option to 'got add' for recursive addition (patch by Tracey Emery)
- Commit:
6a5eff7c93868c5577c7d59c31aabc317824b34b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
trim trailing whitespace in revert.sh (patch by Tracey Emery)
- Commit:
3022d2728c5aaec4a574a76d30136d850fa5d154
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
reduce the amount of memcpy() and strdup() while parsing tree entries
- Commit:
dee2c213ed24c0b0fa01f22f144e5088e2b028e0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix tog display issue caused by Tab in commit messages; reported by mpi@
- Commit:
c3b318d03e2208287f9ada2f6f9c759dfc0ba576
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add debug stats to delta cache
- Commit:
ab2f42e760e128287c5e880a39c591845231922b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
cache delta data buffers in an LRU cache
- Commit:
42c69117cce2e1658d5b5aabbc383ce7252cf167
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
stop storing decompressed delta data in struct got_delta; fetch it on demand
- Commit:
a74f7e836f1414f6c06fca610a6231e37c1e68fd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add -c option to 'got branch', replacing the optional second argument
- Commit:
6dd1ece69a673273a872d5fb39eb97fc593a6f47
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
when an object id string is bad, include the bad string in the error message
- Commit:
a837b5e488f7dbfbb1e161c9583b4b76b473fe62
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
473cb1cdc388a98481dc07900fb4cffa79a9cc87
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
CHANGES for 0.20
- Commit:
5e6be23258e2648c6ad1bf3b1d5617e827ac3ab6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix reading pack files larger than 2GB; ok tb@; problem found by mpi@
- Commit:
70015d7a0e09198dfe1d24d340818d8769ff6ab8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
hide EINTR again when got exits due to Ctrl-C
- Commit:
f8afbdc86ed6dde7d7bc0d2c51f6a89a358412c3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
try harder not to hide errors from helper programs when got(1) exits
- Commit:
52e88aae7eb86a6ad3e485f55129f7901f39de96
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use less empty padding space after author name in 'tog log'
- Commit:
5d67f40db0411f97e1a18bb5d5d4c45458ee8c58
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename 'got init' and 'got import' default branch to "main"; patch by kmos@
- Commit:
ea5b64ecd82198863fe8ebcaf53f93572963c2db
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
b302f6b8388b68c4b962e9c8c8385c1cc6545876
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
changes for 0.19
- Commit:
11b20872df392ca0904b1dc128407bf2522ebe87
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add colors for 'tog log' and 'tog blame'
- Commit:
bddb1296a26aa8ca22bb87929dd4047b84bafc90
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
more s/line_color/color/g in tog