diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-16 18:31:36 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-16 18:31:36 +0200 |
commit | 5fbd1858fb04d7081d96f87474bc8e3147d7d716 (patch) | |
tree | 33f9e7abbd2c0607f55d2b44271817ec7afceedf /using-git.texinfo | |
parent | m (diff) | |
download | using-git-5fbd1858fb04d7081d96f87474bc8e3147d7d716.tar.gz using-git-5fbd1858fb04d7081d96f87474bc8e3147d7d716.tar.bz2 using-git-5fbd1858fb04d7081d96f87474bc8e3147d7d716.tar.xz |
on keyword expension
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | using-git.texinfo | 14 |
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 |