diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-16 18:19:40 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-16 18:19:40 +0200 |
commit | 30a3bcf9fa3d79763cd7258f52ae7a11f3977ae2 (patch) | |
tree | 204ac23b3ae48cd2ace4b98a4d3dabb82c170a08 /using-git.texinfo | |
parent | on custom automatic merge tools (diff) | |
download | using-git-30a3bcf9fa3d79763cd7258f52ae7a11f3977ae2.tar.gz using-git-30a3bcf9fa3d79763cd7258f52ae7a11f3977ae2.tar.bz2 using-git-30a3bcf9fa3d79763cd7258f52ae7a11f3977ae2.tar.xz |
on shared build caches
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 13 |
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 |