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
116
116
in the tree that is being archived. If you want to tweak the way the
117
117
output is generated after the fact (e.g. you committed without adding an
118
118
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`
120
120
option. Alternatively you can keep necessary attributes that should apply
121
121
while archiving any tree in your `$GIT_DIR/info/attributes` file.
122
122
Original file line number Diff line number Diff line change @@ -350,10 +350,6 @@ rebase::
350
350
The commits are guaranteed to be listed in the order that they were
351
351
processed by rebase.
352
352
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
-
357
353
358
354
GIT
359
355
---
You can’t perform that action at this time.
0 commit comments