Document option gc.writeCommitGraph

Change-Id: Ic02d5abce18250b30f2c3f3741892d8cda251001
motiejus-detectSymlinkSupport
Matthias Sohn 2023-12-04 23:03:26 +01:00
parent 6cdd04aa46
commit b05894436a
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ For details on native git options see also the official [git config documentatio
| `gc.pruneExpire` | `2.weeks.ago` | ✅ | Grace period after which unreachable objects will be pruned. |
| `gc.prunePackExpire` | `1.hour.ago` | ⃞ | Grace period after which packfiles only containing unreachable objects will be pruned. |
| `gc.writeChangedPaths` | `false`| ⃞ | Whether bloom filter should be written to commit-graph during a gc operation. |
| `gc.writeCommitGraph`| `false` | ⃞ | If true, then gc will rewrite the commit-graph file when jgit gc is run. |
## __http__ options