Skip to content

Commit 71c29af

Browse files
authored
.git/refs, .git/objects are no longer required to be present
Since #288 directories `.git/refs`, `.git/objects` are no longer required to be present
1 parent 28dcc7d commit 71c29af

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,6 @@ for Source Link to operate properly.
217217

218218
configuration file that specifies `origin` remote URL (e.g. `[remote "origin"] url="http://server.com/repo"`)
219219

220-
- `.git/refs`, `/.git/objects`
221-
222-
empty directories
223-
224220
If the repository has submodules the file `.gitmodules` must be present in the repository root and must list the URLs and
225221
relative paths of all submodules.
226222

@@ -238,10 +234,6 @@ The following additional files and directories must be present for each submodul
238234

239235
text file containing a commit SHA of the submodule
240236

241-
- `.git/modules/submodule-name/refs`, `.git/modules/submodule-name/objects`
242-
243-
empty directories
244-
245237
- `submodule-path/.git`
246238

247239
text file pointing to the submodule metadata, with the following contents: `gitdir: ../.git/modules/submodule-name`

0 commit comments

Comments
 (0)