File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ Note that attributes are by default taken from the `.gitattributes` files
116116in the tree that is being archived. If you want to tweak the way the
117117output is generated after the fact (e.g. you committed without adding an
118118appropriate 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`
120120option. Alternatively you can keep necessary attributes that should apply
121121while archiving any tree in your `$GIT_DIR/info/attributes` file.
122122
Original file line number Diff line number Diff line change @@ -350,10 +350,6 @@ rebase::
350350The commits are guaranteed to be listed in the order that they were
351351processed by rebase.
352352
353- There is no default 'post-rewrite' hook, but see the
354- `post-receive-copy-notes` script in `contrib/hooks` for an example
355- that copies your git-notes to the rewritten commits.
356-
357353
358354GIT
359355---
You can’t perform that action at this time.
0 commit comments