Merge remote-tracking branch 'jim/jim'
This commit is contained in:
commit
64f2f24841
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ while (<>) {
|
|||
s{(\\?)\[\[([^\s\|\]]+)(\|[^\s\]]+)?\]\]}{$1 ? "[[$2]]" : $2}eg;
|
||||
s/\`([^\`]*)\`/\\fB$1\\fP/g;
|
||||
s/\`//g;
|
||||
s/^\s*\./\\&./g;
|
||||
s/^ *\./\\&./g;
|
||||
if (/^#\s/) {
|
||||
s/^#\s/.SH /;
|
||||
<>; # blank;
|
||||
|
|
|
@ -25,7 +25,7 @@ not need to configure it manually.
|
|||
clean = git-annex smudge --clean %f
|
||||
|
||||
To make git use that filter driver, it needs to be configured in
|
||||
the .gitattributes file or in `.git/config/attributes`. The latter
|
||||
the `.gitattributes` file or in `.git/info/attributes`. The latter
|
||||
is normally configured when a repository is initialized, with the following
|
||||
contents:
|
||||
|
||||
|
|
Loading…
Reference in a new issue