Commits
- Commit:
433eb77d4f00be3e4a69641f7a61b4e5c6935a15
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
reintroduce the 'got init' command as an alternative to 'gotadmin init'
New users trying out Got for the first time have reported trouble with
finding a way to create a new repository, based on their assumption that
Got works like Git which provides a 'git init' command.
It doesn't cost us much effort to keep this command available in both
programs to make discovery a bit easier for new users coming from Git.
- Commit:
87bd0c08f248a23b64471e77d2b081d5b04b4fa5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix gotadmin cleanup -a documentation: it also removes pack files
ok stsp@
- Commit:
02a7e21b3f3a4da1e7a12935ca467231cc145f46
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'gotadmin load' always read data from standard input
This provides better symmetry with 'gotadmin dump', and allows us to pass
the list of references as command line arguments, replacing the -b option.
The -l option now takes an argument which specifies the bundle file rather
than requiring data to be fed on stdin with -l which feels awkward.
ok op@
- Commit:
ca4f2e186c3c2fd07067c568d5558ac9843dfbdf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
refer to the dump stream's format as "bundle" rather than "dump"
- Commit:
8736d68f78d99fc8f037edcd3d788f182568b393
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix copy-paste error in gotadmin.1 load section
- Commit:
f7d653fcfcca0cce30313948d6e58d074502c599
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add an initial implementation of gotadmin load
it is intended to be the counterpart of `gotadmin dump' and, just
like it, there's planned support for handling fast-import stream.
At the moment it only deals with git bundles.
ok stsp
- Commit:
2df845d59f19a7c87fc48af1f9d4124e57ebf2b0
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add an initial implementation of gotadmin dump
gotadmin dump is used to export (part of) the history of the
repository; at the moment it only generates git bundles (which are
pack files with a header) but support to generate a fast-import
stream is planned.
ok/tweaks stsp and jamsek
- Commit:
ea4587d81c5314a815505962a77ccfdfc9b4c666
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add myself in the AUTHORs section
- Commit:
9cb53404b64a1b32afc82a2b651bad614226a4da
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
update cleanup -p documentation
- Commit:
86f65ee665477b086b49cae632013ead5b0fbdaa
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
gotadmin cleanup can remove pack files now so update CAVEATS accordingly
- Commit:
2b6cbab50e85642ff21834b4ce6f925880c5149d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
do not try to explain implementation internals in gotadmin cleanup docs
- Commit:
cbb6b806f36c907884b99309fc6ba8f920b9e8aa
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
there is no 'got tag -d' command, but cleanup docs can mention fetch -X
- Commit:
af386a8b5a4c6e1c60c9b291053fcd7a9a346915
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
reorder paragraphs in gotadmin.1 cleanup section
All the special cases are now being explained last.
- Commit:
1725e0b0a9632b390463cc60dc3f0bd54bf6f67a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
slightly reword documentation of .keep files in gotadmin.1 for clarity
- Commit:
c5058f5da6984ca740b1657e94a804bf71c442b8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
mention rebase/histedit -X options in addition to ref -d in gotadmin.1
- Commit:
9a7c12cfb1e1a7e36813ba8898c5281d5a0dbc30
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotadmin cleanup: remove redundant pack files
improvements and ok stsp@
- Commit:
c7a4fcc8bebad9dc0bd1183fec3bd405dd4ebc57
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotadmin pack: add a -D flag to force using ref-delta
Intended mostly for the regress suite, so we'll be able to test also the
ref-delta code paths.
ok stsp@
- Commit:
6a0a1bd407b4d06a6d003428daaa50cc2d92c6f9
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sync usage with reality
The -h and -V/--version flags must be given before the command; with
those flags the command is actually optional, but don't over-complicate
the usage string with these nitpicks.
ok/improvements stsp@
- Commit:
6f04a73d17761092a3a7ab07632cd1a89d4bfd21
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
add gotadmin init -b <branch> to specify repo head ref
Similar to `git init -b`. Includes a change to `got import` behaviour such that
"main" is no longer hardcoded by default; instead, we import to the branch
resolved via the repository's HEAD reference unless `got import -b` is used,
and only if HEAD cannot be resolved to a branch do we fallback to "main".
includes fix plus ok from stsp@
- Commit:
5fc4f020b7640899b280b5090a906480ce67666e
- From:
- Josiah Frentsos <jfrent@tilde.team>
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
use Xo/Xc in the man pages
Patch by Josiah Frentsos; ok kn@
- 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:
8ca658b94f4fab88f6ce202bc8519af053b607f8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
long overdue update of AUTHORS lists in man pages; based on commit history
- 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:
20e420c8b1505de5032e4c2672147483bd15d616
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a -q (quiet) option to 'gotadmin pack'
- Commit:
e38d4cdede4142c7bae75cc884f5ce57dad297af
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
subordinate clauses preceding the main clause are offset by a comma