aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-16 18:55:49 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-16 18:55:49 +0200
commit8caba569caec5a22ff19c630cca280799b251d2f (patch)
tree95fb1d7301b0b98198e9b6351a101081ade1655d
parenton keyword expension (diff)
downloadusing-git-8caba569caec5a22ff19c630cca280799b251d2f.tar.gz
using-git-8caba569caec5a22ff19c630cca280799b251d2f.tar.bz2
using-git-8caba569caec5a22ff19c630cca280799b251d2f.tar.xz
on links
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--using-git.texinfo17
1 files changed, 17 insertions, 0 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index 024160b..403ce74 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -1307,6 +1307,7 @@ is annoying.
* Git and custom merge tools::
* Git and shared build caches::
* Git and keyword expansion::
+* Git and links::
@end menu
@@ -1416,6 +1417,7 @@ be handled with tools made specifically for
just that.
+
@node Git and keyword expansion
@section Git and keyword expansion
@@ -1430,6 +1432,21 @@ it belongs.
+@node Git and links
+@section Git and links
+
+A Git repository will not grow larger if
+you hard link a huge file over and over
+again, not that you would ever want to…
+
+Git supports symbolic links, and stores
+the exact reference stored in the symlink,
+it is not resolved or otherwise rewritten,
+so make short you use relative references
+in your symlinks.
+
+
+
@node Beyond Git
@chapter Beyond Git