Commits
- Commit:
5e91dae4dd43b8024731223110ab18f505f453ac
- From:
- Josiah Frentsos <jfrent@tilde.team>
- Via:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove trailing whitespace; patch by Josiah Frentsos
- Commit:
827a167b34401bd6541b199377e4e6c68d643151
- From:
- Josiah Frentsos <jfrent@tilde.team>
- Via:
- Stefan Sperling <stsp@stsp.name>
- Date:
Group options in accordance with style(9)
patch by Josiah Frentsos
- Commit:
02a5c5d00338c9549f6a399391841bd8219d91cf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
move 'got init' command to 'gotadmin init'
This functionality is better suited for gotadmin because it is
technically a server-side repository operation when we consider
the 'got' tool as the client-side tool.
I have plans to move 'got import' into gotadmin as well.
ok op@
- Commit:
61bce19e6ae4329fe5f0a05d33b7bd1510718852
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
revert "clear the rest of the pack_fds pointers"
There is no need to clear local variables before returning from a function.
ok tracey
- Commit:
bb1c2cf3c90225c5f234ac42f3507b6e1839da5d
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
clear the rest of the pack_fds pointers
- Commit:
0ae84acc1f0a0584e4f26ccbe029c895043b3abe
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
move got_opentempfd out of got_repo_open. ok stsp@
thanks for all the help massaging this diff
- Commit:
571608344a37fb96f46850a1124415ab68b1a431
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
open temporary files needed for delta application in got_repo_open()
This prepares for callers of got_repo_open() that cannot afford to
open files in /tmp, such as gotwebd. In a follow-up change, we could
ask such callers to pass in the required amount of open temporary files.
One consequence is that got_repo_open() now requires the "cpath" pledge
promise. Add the "cpath" promise to affected callers and remove it once
the repository has been opened.
ok tracey
- Commit:
45ca46332f0cc34f6414a5e6646f178121043165
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
add -q to "gotadmin pack" usage
- Commit:
20e420c8b1505de5032e4c2672147483bd15d616
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a -q (quiet) option to 'gotadmin pack'
- Commit:
b8af7c0693fbaccaecf7b904aaf237066269f222
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
print additional progress information while packing
ok op@
- Commit:
3e1665345ba868287dfd11c63dbeb10ce68fb922
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
const-ify command and option tables
ok stsp
- Commit:
b593496508f3e82abafe91570d78867dcbcae871
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
shrink the width of formatted output fields to their expected size
Replace FMT_SCALED_STRSIZE with (FMT_SCALED_STRSIZE - 2) as field
width when formatting output for printing. FMT_SCALED_STRSIZE
includes space for a nul byte and a minus sign. Output values
are expected to be always positive here.
ok stsp
- Commit:
7d69d862a07866680ea64fcf8c30500f1f510243
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
let gotadmin find the repository automatically if invoked in a work tree
Move a small amount of code from worktree.c to a new file worktree_open.c,
which contains everything required to open and close a work tree and inspect
some of its basic parameters. This can be used by gotadmin.
ok tracey
- Commit:
802c0f044067c5393fb50a48a6d5be908e286042
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'gotadmin indexpack' unveil the repository read/write, not read-only
- Commit:
f8eebdd4e657c910bdc7d7d8777256f59ddb6465
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add missing calls to got_repo_close() in gotadmin.c
- Commit:
963ac08a0c965b18b47c0c444eeab1580183b3c9
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
match printf specifiers and (cast) types for portability
ok stsp
- Commit:
13b2084e37bc6c16431402e84d4d0f40dad21ada
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'gotadmin info' display separate send/fetch URLs if they differ
- Commit:
abc59930d57a2d46c310e1b0c758c948554bc1af
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
indentation fixes
- Commit:
6480c871c8f9ffdce90c10e7a7313e1187de019a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
provide separate send {} and fetch {} configuration blocks in got.conf
Feature requested by naddy.
ok naddy, who also suggested some tweaks that will arrive shortly
- Commit:
72acb3d8f4f1aa47fe21329180083cef02695490
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove unused 'repo' argument from got_reflist_insert()
- Commit:
ef8ec60674275af0116b26e9c02ab4f4bd7bcd72
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
prevent a race where 'gotadmin cleanup' deletes concurrently created objects
- Commit:
1124fe406f09a7d5d995da60e6251e3440226d40
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
handle pack index files which lack a corresponding pack file
ok millert
- Commit:
9188bd7879dac13c9b727f55056edaa8ffd81b25
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for the preciousObjects Git extension to 'gotadmin cleanup'
- Commit:
b3d68e7f99c78cbcf672100fb14310e4b4f18482
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement 'gotadmin cleanup'
- Commit:
bb5126eae54e9983853ff1474cb79031db490c2e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
packing requires unveiling the repository read/write; found by semarie