commit c836380ee632658984577e05e28d975795611983 from: Stefan Sperling date: Wed Jan 22 13:58:49 2025 UTC sync manual pages commit - d105cac4926a57030206eb8c43050d895735ecb8 commit + c836380ee632658984577e05e28d975795611983 blob - 68bc0dbac992e82e81446f8a947474fb8af01cf8 blob + 86bec6bb2c5ec85c447412451b553430f343aac0 --- git-repository.5.html +++ git-repository.5.html @@ -215,7 +215,7 @@
December 28, - 2024 OpenBSD 7.6
+ line">January 22, + 2025 OpenBSD 7.6 blob - aa58d04aab8c75861ec96ec89f8b6daf07f4a906 blob + 30d5baedc472de569cc5de58bc8f603c81bd8bfa --- gitwrapper.1.html +++ gitwrapper.1.html @@ -142,7 +142,7 @@
December 28, - 2024 OpenBSD 7.6
+ line">January 22, + 2025 OpenBSD 7.6 blob - 7cfa986b4794cf310f0aedda5949976a3919f39c blob + 1b8f6f9d054199f8999fd5679245c10336f17ea2 --- got-worktree.5.html +++ got-worktree.5.html @@ -187,7 +187,7 @@
December 28, - 2024 OpenBSD 7.6
+ line">January 22, + 2025 OpenBSD 7.6 blob - 7d53b06b795b1633ba6dc76c6f5dd02959e3c086 blob + 13251d278a3a32231e3d2a036718ec6d09585a23 --- got.1.html +++ got.1.html @@ -173,7 +173,8 @@
[-almqv] [-b - branch] [-J + branch] [-i + identity-file] [-J jumphost] [-R reference] repository-URL [directory]
@@ -258,6 +259,11 @@ not specified, a branch resolved via the remote repository's HEAD reference will be fetched. Cannot be used together with the -a option. +
+ identity-file
+
Specify an identity-file, containing a private + SSH key, to use with SSH connections. The same option will be passed + to ssh(1).
jumphost
Specify a jumphost to use with SSH connections. @@ -321,7 +327,8 @@
[-adlqtvX] [-b - branch] [-J + branch] [-i + identity-file] [-J jumphost] [-R reference] [-r repository-path] @@ -351,9 +358,12 @@ This default behaviour can be overridden with the -a and -b options.

New changes will be stored in a separate pack file downloaded - from the server. Optionally, separate pack files stored in the - repository can be combined with git-repack(1).

+ from the server. Over time, small pack files will accumulate as a result + of repeatedly running got fetch. For best + performance, multiple small pack files can be combined into a single + larger pack file with gotadmin cleanup. The + number of pack files in the repository is displayed by + gotadmin info.

By default, branch references in the “refs/remotes/” reference namespace will be updated to point at the newly fetched commits. The got @@ -395,6 +405,11 @@ commit, tree, tag, and blob objects belonging to deleted branches or tags remain in the repository and may be removed separately with Git's garbage collector or gotadmin cleanup. +

+ identity-file
+
Specify an identity-file, containing a private + SSH key, to use with SSH connections. The same option will be passed + to ssh(1).
jumphost
Specify a jumphost to use with SSH connections. @@ -460,8 +475,8 @@

Only references are deleted. Any commit, tree, tag, and blob objects fetched from a remote repository will generally be stored in pack files and may be removed separately with - git-repack(1) - and Git's garbage collector.

+ gotadmin cleanup and Git's garbage + collector.

@@ -1124,7 +1139,7 @@ appended (e.g., :base:+ is equivalent to :base:+1).

-
+
Show object IDs of files (blob objects) and directories (tree objects).
@@ -1827,7 +1842,8 @@
[-afqTv] [-b branch] [-d - branch] [-J + branch] [-i + identity-file] [-J jumphost] [-r repository-path] [-t tag] [remote-repository]
@@ -1917,6 +1933,11 @@ risks of creating inconsistencies between different repositories should also be taken into account.

+
+ identity-file
+
Specify an identity-file, containing a private + SSH key, to use with SSH connections. The same option will be passed + to ssh(1).
jumphost
Specify a jumphost to use with SSH connections. @@ -3638,7 +3659,7 @@ remote "origin" {
December 28, - 2024 OpenBSD 7.6
+ line">January 22, + 2025 OpenBSD 7.6 blob - 17b97c10ecefab05249dd5277958bfa896c988f7 blob + 01106dc536d158fa298cd6b8e1d4fdf2c89bd945 --- got.conf.5.html +++ got.conf.5.html @@ -325,7 +325,7 @@
December 28, - 2024 OpenBSD 7.6
+ line">January 22, + 2025 OpenBSD 7.6 blob - cb85e190fa489ef0e38cf7790ac6989af799c78e blob + cc4de0fb017e1e60db81a5581c76cde18f5267e8 --- gotadmin.1.html +++ gotadmin.1.html @@ -230,27 +230,23 @@
(alias: cl)
- Purge unreferenced loose objects and redundant pack files from the - repository and display the amount of disk space which has been freed as a - result. + Repack the repository and then purge unreferenced loose objects and + redundant pack files. Display the amount of disk space which has been + freed as a result.

Unreferenced objects are present in the repository but cannot be reached via any reference in the entire refs/ namespace. Objects will usually become unreferenced as a result of deleting branches, tags, or other references with got branch -d, got ref -d, or got fetch -X.

-

Loose objects are stored as individual files beneath the - repository's objects/ directory, spread across - 256 sub-directories named after the 256 possible hexadecimal values of - the first byte of an object identifier.

+

Loose objects are stored as individual files in subdirectories + of the repository's objects/ directory.

Packed objects are stored in pack files under objects/pack/.

If redundant copies of packed objects exist in loose form, such redundant copies will be purged. If all the objects of a pack file - are present in other pack files, the redundant pack file will be purged. - Pack files will usually become redundant as a result of repacking the - repository with gotadmin - pack -a.

+ are present in a bigger pack file, the redundant smaller pack file will + be purged.

References in the refs/got namespace may prevent objects from being purged. This includes references in the refs/got/worktree namespace created by @@ -443,7 +439,7 @@

December 28, - 2024 OpenBSD 7.6
+ line">January 22, + 2025 OpenBSD 7.6 blob - 75e217c0599510ce92c4d3a5b655db16dfa2468c blob + c35f5ce087348b605af80058b6f227b4c0e76ebf --- gotctl.8.html +++ gotctl.8.html @@ -86,7 +86,7 @@
December 28, - 2024 OpenBSD 7.6
+ line">January 22, + 2025 OpenBSD 7.6 blob - b6d0bf2a1d23c72636c0d80cd15ee4228f2d45d1 blob + 471b7e973f1ef74c8a88a8f6d73b4301896f71d1 --- gotd-secrets.conf.5.html +++ gotd-secrets.conf.5.html @@ -112,7 +112,7 @@ repository "openbsd/src" {
December 28, - 2024 OpenBSD 7.6
+ line">January 22, + 2025 OpenBSD 7.6 blob - 9d9489fc8b78dea954a657ac5792f0308cdf6541 blob + ca9c14b400c7a72c9ada847e7b8a7c26151bba55 --- gotd.8.html +++ gotd.8.html @@ -143,7 +143,7 @@
December 28, - 2024 OpenBSD 7.6
+ line">January 22, + 2025 OpenBSD 7.6 blob - caa6b9ea64b3f338687d9e07e0affb143841feaf blob + ed10c59f8519872b71f3680eae2149fe2d6f3e60 --- gotd.conf.5.html +++ gotd.conf.5.html @@ -499,7 +499,7 @@ connection {
December 28, - 2024 OpenBSD 7.6
+ line">January 22, + 2025 OpenBSD 7.6 blob - 3d1e86a295160e3a589c3dc962231d9d7ccdc2f0 blob + 338c8c8de0204561202651cf7b113f3245505ddf --- gotsh.1.html +++ gotsh.1.html @@ -157,7 +157,7 @@
December 28, - 2024 OpenBSD 7.6
+ line">January 22, + 2025 OpenBSD 7.6 blob - 1b68233cd9bebc4df5d6c0d8a134213e169e3717 blob + 5af2f2c833aa49eb28a2c891c04a95c93dd5b1fb --- gotwebd.8.html +++ gotwebd.8.html @@ -191,7 +191,7 @@ server "example.com" {
December 28, - 2024 OpenBSD 7.6
+ line">January 22, + 2025 OpenBSD 7.6 blob - 4dfbcebba887e3c733146eb66da1caea9efd901b blob + a362b48007be2cdbc3fdd25d566b41bc4e5fa1f7 --- gotwebd.conf.5.html +++ gotwebd.conf.5.html @@ -242,7 +242,7 @@ server "localhost" {
December 28, - 2024 OpenBSD 7.6
+ line">January 22, + 2025 OpenBSD 7.6 blob - 3e7faebe8976816f09919e2306469175c44d1343 blob + a3ac072603df00d84bea8ed48abfabf906413fa3 --- tog.1.html +++ tog.1.html @@ -887,7 +887,7 @@
December 28, - 2024 OpenBSD 7.6
+ line">January 22, + 2025 OpenBSD 7.6