Skip to content

Commit 567323d

Browse files
committed
Merge branch 'maint-1.7.0' into maint-1.7.1
* maint-1.7.0: Documentation/git-archive: spell --worktree-attributes correctly
2 parents 920a5d4 + fc7642a commit 567323d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-archive.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Note that attributes are by default taken from the `.gitattributes` files
116116
in the tree that is being archived. If you want to tweak the way the
117117
output is generated after the fact (e.g. you committed without adding an
118118
appropriate export-ignore in its `.gitattributes`), adjust the checked out
119-
`.gitattributes` file as necessary and use `--work-tree-attributes`
119+
`.gitattributes` file as necessary and use `--worktree-attributes`
120120
option. Alternatively you can keep necessary attributes that should apply
121121
while archiving any tree in your `$GIT_DIR/info/attributes` file.
122122

0 commit comments

Comments
 (0)