aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-19 14:52:51 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-19 14:52:51 +0200
commit8356f93e39d5e9813c71eb64bb82167f1e810cbf (patch)
tree9d74cf708b504695e560df266e005e48da485d84
parenton wanting to shoot yourself in the shoot with encoding convertion (diff)
downloadusing-git-8356f93e39d5e9813c71eb64bb82167f1e810cbf.tar.gz
using-git-8356f93e39d5e9813c71eb64bb82167f1e810cbf.tar.bz2
using-git-8356f93e39d5e9813c71eb64bb82167f1e810cbf.tar.xz
on file renames
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-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