X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgitattributes.txt;h=6e67990f64372855dd665da4747a7f7c235ac856;hb=01d8ff70f40d8be3c4e2efb245ffc3d013b7fcbf;hp=04ca63ca3d8b1c35c849750e66348e42a6b823a0;hpb=32a27b56662b1c7aa13f98c95f170ba5290c7559;p=git.git diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt index 04ca63ca3..6e67990f6 100644 --- a/Documentation/gitattributes.txt +++ b/Documentation/gitattributes.txt @@ -265,7 +265,7 @@ When git needs to show you a diff for the path with `diff` attribute set to `jcdiff`, it calls the command you specified with the above configuration, i.e. `j-c-diff`, with 7 parameters, just like `GIT_EXTERNAL_DIFF` program is called. -See linkgit:git[7] for details. +See linkgit:git[1] for details. Defining a custom hunk-header @@ -502,6 +502,12 @@ frotz unspecified Creating an archive ~~~~~~~~~~~~~~~~~~~ +`export-ignore` +^^^^^^^^^^^^^^^ + +Files and directories with the attribute `export-ignore` won't be added to +archive files. + `export-subst` ^^^^^^^^^^^^^^ @@ -518,4 +524,4 @@ commit hash. GIT --- -Part of the linkgit:git[7] suite +Part of the linkgit:git[1] suite