Commits
- 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
- Commit:
63625b3caaa100fc5a72577d70b84866c205e5d7
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
make test_cherrypick_root_commit pass with GOT_TEST_PACK=1
- Commit:
8c0fc3803da4d25f6a70ce44f75c6e1ccecb4758
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: add lib/ratelimit.c to Makefiles
- Commit:
ec138a87e1d71bea746b7d4586ac24aa476e825d
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix bogus "object not found" errors when object ID begins with 00
ok thomas_adam
- Commit:
68c4d269f664e2f1f2d4a0c15910799c5fbdd529
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
simpler fix equivalent to the previous commit
- Commit:
48b4f239031ad66225f64bd6745f4a57a35c3a0f
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
wrap overlong lines
- Commit:
fc63f50d9b54fdd7a892d5a770542bdb07fb05d1
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add O_CLOEXEC (close-on-exec) to openat(2) calls
suggested by millert
ok thomas_adam
- Commit:
063406214771fb1483c7582bc7bd45f5d6b26c48
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add O_CLOEXEC (close-on-exec) flag to open(2) calls
suggested by millert
ok thomas_adam
- Commit:
c56c5d8a20e8209334b5357111eddee0861cddae
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add "e" (close-on-exec) flag to fopen(3) calls
suggested by millert
ok thomas_adam
- Commit:
dced00381a7c8b17b15e7f40210e5ab1ed071af0
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
remove outdated comment
- Commit:
aa61903a98391367c09cf4130a838a7ee4b73791
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog: clear search highlighting when reloading view
Clear the search highlighting when replacing the content of a diff
view ('<', '>', '[', ']', 'a', 'w') or a blame view ('b', 'p', 'B').
Previously the position would remain highlighted even if the text
there had changed.
ok stsp@
or a blame view