Commits
- Commit:
89425ac3087993a34063c921014369e3320d36a6
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
Release 0.66
- Commit:
053ccfc118036a493a587cbbe43b12c330d0011f
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add -t option to 'got branch' synopsis in got.1 man page
- Commit:
1def799764ad19672fdea5c90b59cb8012a02377
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
bump version number
- Commit:
d3b6e44e1ad8eb2ed8383de1b8560e62e7c21860
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
CHANGES for 0.66
- Commit:
b490237f809cf7593cfa7de0bbb48050e27993a6
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix file corruption regression in 'got checkout' caused by commit db696021
got-read-pack must rewind its files temporary files before reusing them.
Problem reported by naddy
ok tracey naddy
- Commit:
1944573a096bbe0d2b80dd1644f01383b9353af5
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add missing checks for reads beyond the mapped memory area of a pack file
- Commit:
510885f759bdcb9febc6710d120af30902c7173c
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
set a cap on the amount of memory we use to store encoded deltas
- Commit:
3b6ceab72113b16a8d3afc65aa69b935c753ffdf
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
encode short deltas in memory instead of writing them to a temporary file
- Commit:
2b0ae357cee12f45b5827fe49b1855dfd4f7ac8e
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
map raw object files into memory while packing if possible
- Commit:
7eb23a1c9f6f12484a3e7f55551398d25fcbfd01
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
only open raw objects if necessary while writing out pack file data
significantly speeds up the "writing pack: " step of gotadmin pack
- Commit:
7cacbda68302e35afc316f115b101992f4069493
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
Release 0.65
- Commit:
7ffb205f1d684fb2a80684175cd1c0a210bc0866
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix wrong path in a comment
- Commit:
4c89ded83c4e05b6fff0a5cbd6550a62e7bec87c
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
mention that additional copyright holders and licencing statements exist
- Commit:
8149b66e9952244bfdfa7f3ec67bfd28379576eb
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
happy new year
- Commit:
0f2bed768a8fc62ffbf4c8d4cf138fc97848dcce
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
bump version number
- Commit:
01059d52f509be9931679bbf98a505ae7951b3af
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
CHANGES for 0.65
- Commit:
56721dcc9f68b1c3fa9cec514256fbf18e929fa9
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
sync files from diff.git b72f51ffc39028023059fc994542565691b669fa
This fixes a scrolling problem in tog's diff view for diffs which
contain lines of the form "Binary files %s and %s differ".
- Commit:
9c1c31aae1731498d2ac89c9f527739d74ed4a19
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: FreeBSD: remove sha1.h
sha1.h will be included portably.
- Commit:
de1dbfe9d859807c79840ee4720ca95641cbfdb0
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: add compat wrappers for timespec*()
Although there are definitions for timespec*() functions in libbsd,
these were added fairly recently, which means not all non-BSD systems
will have them. In such cases, provide a portable wrapper.
- Commit:
39a089ac0ae7a9974bf6174d08636de0872801f4
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
print status output even if 'gotadmin cleanup' finds no objects to remove
- Commit:
654306ef1b1efff7485e13c45e394c7804d1e63f
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix amount of purged objects shown in gotadmin cleanup's final progress report
- Commit:
4ae9e9fab4a6b61909ad4b47669e10625a73fec4
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
sync dist file list
- Commit:
31ba223621c960bfec6da52df2ab65f2b0791d68
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
use time-based rate-limiting for gotadmin progress output
Suggested by naddy some time ago.
ok tracey
- Commit:
bc1f382f7aba640a7b6949938af27d41c1cabacf
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
avoid the creation of new temporary files whenever a packed object is read
This speeds up the creation of pack files by about 30%.
- Commit:
ae6fe0f7756c9c1648663b5cf027c35a4ea98774
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
simpler fix equivalent to the previous commit