aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--using-git.texinfo13
1 files changed, 13 insertions, 0 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index e6c6023..e362935 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -1305,6 +1305,7 @@ is annoying.
* Git and permissions::
* Git and timestamps::
* Git and custom merge tools::
+* Git and shared build caches::
@end menu
@@ -1402,6 +1403,18 @@ see the conflicts and resolve.
+@node Git and shared build caches
+@section Git and shared build caches
+
+A few source controls systems have shared
+build cache of derived objects. Git does not.
+Build cache, private or public, is none of
+source control systems' concern and should
+be handled with tools made specifically for
+just that.
+
+
+
@node Beyond Git
@chapter Beyond Git