Skip to content

Commit

Permalink
Documentation: asciidoc sources are utf-8
Browse files Browse the repository at this point in the history
git-pack-redundant documentation was encoded in latin1, which caused
asciidoc to barf, which expected to see utf-8.  Run tcs to re-encode
it in utf-8.

Also just for fun try my name in Japanese in git-lost+found
documentation ;-)

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Nov 12, 2005
1 parent 0720365 commit e6bd239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-lost+found.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $ git rev-parse not-lost-anymore

Author
------
Written by Junio C Hamano <junkio@cox.net>
Written by Junio C Hamano 濱野 純 <junkio@cox.net>

Documentation
--------------
Expand Down
4 changes: 2 additions & 2 deletions Documentation/git-pack-redundant.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ OPTIONS

Author
------
Written by Lukas Sandstr�m <lukass@etek.chalmers.se>
Written by Lukas Sandström <lukass@etek.chalmers.se>

Documentation
--------------
Documentation by Lukas Sandstr�m <lukass@etek.chalmers.se>
Documentation by Lukas Sandström <lukass@etek.chalmers.se>

See-Also
--------
Expand Down

0 comments on commit e6bd239

Please sign in to comment.