diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-19 14:42:59 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-19 14:42:59 +0200 |
commit | 9f905d36e8844b221410a1f6a633f9d916aed814 (patch) | |
tree | 6212ace88be37c45cb603f8e20b9c5e6ac64a3c4 /using-git.texinfo | |
parent | m (diff) | |
download | using-git-9f905d36e8844b221410a1f6a633f9d916aed814.tar.gz using-git-9f905d36e8844b221410a1f6a633f9d916aed814.tar.bz2 using-git-9f905d36e8844b221410a1f6a633f9d916aed814.tar.xz |
on wanting to shoot yourself in the shoot with encoding convertion
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | using-git.texinfo | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index b8b7eac..8022e34 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1312,7 +1312,7 @@ is annoying. * Git and merge tracking:: * Git and empty directories:: @c TODO * Git and file renames:: -@c TODO * Git and encoding convertions:: +* Git and encoding convertions:: * Git and atomic commits:: @end menu @@ -1363,7 +1363,7 @@ shebang or otherwise tagged to how a specific permission. Additionally Git does not track file ownership ---- that whould not only be stupid, that would +--- that would not only be stupid, that would be outright dumb, even moronic ---, access control lists, extended attributes nor forks. @@ -1513,6 +1513,18 @@ file inside it. +@node Git and encoding convertions +@section Git and encoding convertions + +Git can keep track of encoding for +commit metadata. Git does however not +convert file content, if your are indeed +inclined to want to shoot yourself in +the foot a filtering mechanism can be +used. + + + @node Git and atomic commits @section Git and atomic commits |