Skip to content

Commit f3e8b38

Browse files
authored
fix incomplete template for .git_archival.txt
1 parent 0f11fdf commit f3e8b38

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,10 @@ Git archives are supported, but a few changes to your repository are required.
314314
Create a ``.git_archival.txt`` file in the root directory of your repository,
315315
and copy-paste this into it::
316316

317-
ref-names: $Format:%(describe)$
317+
node: $Format:%H$
318+
node-date: $Format:%cI$
319+
describe-name: $Format:%(describe)$
320+
ref-names: $Format:%D$
318321

319322
Create the ``.gitattributes`` file in the root directory of your repository
320323
if it doesn't already exist, and copy-paste this into it::

0 commit comments

Comments
 (0)