aboutsummaryrefslogtreecommitdiffstats
path: root/using-git.texinfo
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--using-git.texinfo14
1 files changed, 14 insertions, 0 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index 08486b4..024160b 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -1306,6 +1306,7 @@ is annoying.
* Git and timestamps::
* Git and custom merge tools::
* Git and shared build caches::
+* Git and keyword expansion::
@end menu
@@ -1415,6 +1416,19 @@ be handled with tools made specifically for
just that.
+@node Git and keyword expansion
+@section Git and keyword expansion
+
+About half of all source control systems
+supports keyword expansion. As a feature,
+Git does not. Keyword expansion causes
+strange problems and is not really useful.
+Nor it is a true task for source control
+systems to implement, If can as successfully
+be implemented with external tools, where
+it belongs.
+
+
@node Beyond Git
@chapter Beyond Git