Skip to content

Commit

Permalink
.git/refs, .git/objects are no longer required to be present
Browse files Browse the repository at this point in the history
Since #288 directories `.git/refs`, `.git/objects` are no longer required to be present
  • Loading branch information
tmat committed Jun 22, 2019
1 parent 28dcc7d commit 71c29af
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/README.md
Expand Up @@ -217,10 +217,6 @@ for Source Link to operate properly.

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

- `.git/refs`, `/.git/objects`

empty directories

If the repository has submodules the file `.gitmodules` must be present in the repository root and must list the URLs and
relative paths of all submodules.

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

text file containing a commit SHA of the submodule

- `.git/modules/submodule-name/refs`, `.git/modules/submodule-name/objects`

empty directories

- `submodule-path/.git`

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

0 comments on commit 71c29af

Please sign in to comment.