[cig-commits] [commit] master: Fix subversion keywords (77e100a)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Sun Jul 20 10:09:53 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/94ee36015820d59ed3da724d2168255f57fb946f...3a7316fa5e75381c5a57ecbb411b57c88f36d467

>---------------------------------------------------------------

commit 77e100a8885c7cbd2b21dade76d95c5a9776f797
Author: Matthias Maier <tamiko at kyomu.43-1.org>
Date:   Sat Jul 19 16:07:57 2014 +0200

    Fix subversion keywords
    
    Fix up forgotten $Id: ... $ - tags in several files.
    
    This commit is primarily intended to test dev-vcs/hub [1] for pull-requests
    on the command line
    
    [1] https://github.com/github/hub


>---------------------------------------------------------------

77e100a8885c7cbd2b21dade76d95c5a9776f797
 doc/Makefile                                                | 2 +-
 include/aspect/postprocess/viscous_dissipation_statistics.h | 2 +-
 source/postprocess/viscous_dissipation_statistics.cc        | 2 +-
 tests/normalize.pl                                          | 2 +-
 write_config.cmake                                          | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile
index 986fdcb..c57e82c 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,5 +1,5 @@
 ############################################################
-# $Id: Makefile 4165 2011-03-28 13:10:33Z bangerth $
+# $Id$
 ############################################################
 
 aspect-files      = $(shell echo ../include/aspect/*.h \
diff --git a/include/aspect/postprocess/viscous_dissipation_statistics.h b/include/aspect/postprocess/viscous_dissipation_statistics.h
index 88de3f2..a754898 100644
--- a/include/aspect/postprocess/viscous_dissipation_statistics.h
+++ b/include/aspect/postprocess/viscous_dissipation_statistics.h
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id: viscous_dissipation_statistics.h 1433 2012-12-08 08:24:55Z bangerth $  */
+/*  $Id$  */
 
 
 #ifndef __aspect__postprocess_viscous_dissipation_statistics_h
diff --git a/source/postprocess/viscous_dissipation_statistics.cc b/source/postprocess/viscous_dissipation_statistics.cc
index 0c5b552..911ac62 100644
--- a/source/postprocess/viscous_dissipation_statistics.cc
+++ b/source/postprocess/viscous_dissipation_statistics.cc
@@ -17,7 +17,7 @@
   along with ASPECT; see the file doc/COPYING.  If not see
   <http://www.gnu.org/licenses/>.
 */
-/*  $Id: viscous_dissipation_statistics.cc 1591 2013-09-09 14:46 glerum $  */
+/*  $Id$  */
 
 
 #include <aspect/postprocess/viscous_dissipation_statistics.h>
diff --git a/tests/normalize.pl b/tests/normalize.pl
index c5bdef7..620f9a6 100644
--- a/tests/normalize.pl
+++ b/tests/normalize.pl
@@ -1,5 +1,5 @@
 ######################################################################
-# $Id: normalize.pl 26818 2012-09-28 02:40:49Z bangerth $
+# $Id$
 #
 # Copyright (C) 2001, 2003, 2005, 2010, 2011, 2012, the deal.II authors
 #
diff --git a/write_config.cmake b/write_config.cmake
index 78f2047..e316566 100644
--- a/write_config.cmake
+++ b/write_config.cmake
@@ -16,7 +16,7 @@
 # along with ASPECT; see the file doc/COPYING.  If not see
 # <http://www.gnu.org/licenses/>.
 
-#  $Id: CMakeLists.txt 2387 2014-03-31 18:54:18Z bangerth $
+#  $Id$
 
 SET(_log_detailed "${CMAKE_BINARY_DIR}/detailed.log")
 FILE(REMOVE ${_log_detailed})



More information about the CIG-COMMITS mailing list