Skip to content

Commit e439332

Browse files
committed
Remove extra line
1 parent f801916 commit e439332

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

book/08-customizing-git/sections/attributes.asc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,7 @@ Now, when you run `git archive` to create a tarball of your project, that direct
298298

299299
===== `export-subst`
300300

301-
When exporting files for deployment you can apply `git log`'s formatting and keyword-expansion processing to selected portions of files marked with the
302-
`export-subst` attribute.
301+
When exporting files for deployment you can apply `git log`'s formatting and keyword-expansion processing to selected portions of files marked with the `export-subst` attribute.
303302

304303
For instance, if you want to include a file named `LAST_COMMIT` in your project, and have metadata about the last commit automatically injected into it when `git archive` runs, you can for example set up your `.gitattributes` and `LAST_COMMIT` files like this:
305304

0 commit comments

Comments
 (0)