Commits
- Commit:
f209666c36c6cc0d668ddff9be3045818cb5c53c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
happy new year
- Commit:
e3cbec1abe01067c157767450a75b079f8e65b0f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
81c0cc1eb2a98f7e3a86b9ee174a1dde9361c983
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
CHANGES for 0.65
- Commit:
2471f5c4e8ca4f48d632a04713cef4067f245c7e
- From:
- Stefan Sperling <stsp@stsp.name>
- 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:
dbe266a4450f73d753bf746c8343ca4c7dc41d18
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
print status output even if 'gotadmin cleanup' finds no objects to remove
- Commit:
9cd5f067bb6999514306a9f95a7bda4041ef1847
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix amount of purged objects shown in gotadmin cleanup's final progress report
- Commit:
a075bd5b8b7057a0133a20327fd1c41c9f5bc761
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sync dist file list
- Commit:
211cfef0b26adf6eade801e8beae44526d31d1ca
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use time-based rate-limiting for gotadmin progress output
Suggested by naddy some time ago.
ok tracey
- Commit:
db6960214d9d6517c59f10744fd5a8e62b2ba46a
- From:
- Stefan Sperling <stsp@stsp.name>
- 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:
404bde06df84f6c5521c237cd1f57373e69fe5b7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix bogus "object not found" errors when object ID begins with 00
ok thomas_adam
- Commit:
a8a244dd9f028cb4a3a7f05a51ec1bdcb96f3195
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
simpler fix equivalent to the previous commit
- Commit:
5988bab17145d43dfee07a7a1b779ed17c719420
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make test_cherrypick_root_commit pass with GOT_TEST_PACK=1
- Commit:
c861864b0f994d1b88835777932ecf8fdd78bd91
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
'got stage' tests rely on unreferenced loose objects; disable GOT_TEST_PACK=1
- Commit:
6fa5c67c875cf510a1e15f6c6ceda66cbbc343ed
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove loose objects if running tests with GOT_TEST_PACK
- Commit:
0a26275fe182db5175d613f1525905f45d37a4bf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use 'gotadmin pack' instead of 'git repack' if testing with GOT_TEST_PACK
- Commit:
c0df59665de91324eeab1808c6c4e41343f21789
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
wrap overlong lines
- Commit:
e7ae0bafeffce6697bc3b67fda753e5bac995cb6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add O_CLOEXEC (close-on-exec) to openat(2) calls
suggested by millert
ok thomas_adam
- Commit:
8bd0cdad05519cbb08d8d11223bdde0472678150
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add O_CLOEXEC (close-on-exec) flag to open(2) calls
suggested by millert
ok thomas_adam
- Commit:
00fe21f262ab567bb792120514b49b37236c5422
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add "e" (close-on-exec) flag to fopen(3) calls
suggested by millert
ok thomas_adam
- Commit:
ed7cc4a82151aea060ad46169c957da2f37a8948
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove outdated comment
- Commit:
67b5eae12158038ee5cb00b808702891527cd70e
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- 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
- Commit:
197088a4e27004293735c7fc011bb92e1bf8fe75
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
whitespace
- Commit:
8a4f8535de4903dd333ad924bd7ff874afa741fa
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix NULL dereference in 'got clone' if server sends an empty pack file
- Commit:
46ea77db89a0945a013f032c6c6a94779126412f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sort paths in got log -Pp and tog's diff view the same way as in the diff
reported by and fix confirmed by naddy
- Commit:
487cd7d2bc0f29c4fb6800c8c815be552ad06ea6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make tog searches start from the current position in all views
ok naddy@