aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--using-git.texinfo12
1 files changed, 11 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index 8022e34..b6c7c3d 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -1311,7 +1311,7 @@ is annoying.
* Git and filenames::
* Git and merge tracking::
* Git and empty directories::
-@c TODO * Git and file renames::
+* Git and file renames::
* Git and encoding convertions::
* Git and atomic commits::
@end menu
@@ -1513,6 +1513,16 @@ file inside it.
+@node Git and file renames
+@section Git and file renames
+
+The authors of Git beleave that tracking
+file names implicitly provide a more flexible
+way to track how your tree is changing,
+and less painful merging of patches.
+
+
+
@node Git and encoding convertions
@section Git and encoding convertions