From b07988274ea04cef641ef5203b24fc281a6332c7 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Fri, 25 Feb 2011 11:49:19 +0000 Subject: doxygen: intern/moto tagged. --- intern/moto/include/GEN_List.h | 7 ++++++- intern/moto/include/GEN_Map.h | 7 ++++++- intern/moto/include/MT_CmMatrix4x4.h | 7 ++++++- intern/moto/include/MT_Matrix3x3.h | 7 ++++++- intern/moto/include/MT_Matrix4x4.h | 7 ++++++- intern/moto/include/MT_MinMax.h | 7 ++++++- intern/moto/include/MT_Optimize.h | 7 ++++++- intern/moto/include/MT_Plane3.h | 7 ++++++- intern/moto/include/MT_Point2.h | 7 ++++++- intern/moto/include/MT_Point3.h | 7 ++++++- intern/moto/include/MT_Quaternion.h | 7 ++++++- intern/moto/include/MT_Scalar.h | 7 ++++++- intern/moto/include/MT_Stream.h | 7 ++++++- intern/moto/include/MT_Transform.h | 7 ++++++- intern/moto/include/MT_Tuple2.h | 7 ++++++- intern/moto/include/MT_Tuple3.h | 7 ++++++- intern/moto/include/MT_Tuple4.h | 7 ++++++- intern/moto/include/MT_Vector2.h | 7 ++++++- intern/moto/include/MT_Vector3.h | 7 ++++++- intern/moto/include/MT_Vector4.h | 7 ++++++- intern/moto/include/MT_assert.h | 7 ++++++- intern/moto/include/MT_random.h | 7 ++++++- intern/moto/include/NM_Scalar.h | 7 ++++++- intern/moto/intern/MT_Assert.cpp | 7 ++++++- intern/moto/intern/MT_CmMatrix4x4.cpp | 7 ++++++- intern/moto/intern/MT_Matrix3x3.cpp | 7 ++++++- intern/moto/intern/MT_Matrix4x4.cpp | 7 ++++++- intern/moto/intern/MT_Plane3.cpp | 7 ++++++- intern/moto/intern/MT_Point3.cpp | 7 ++++++- intern/moto/intern/MT_Quaternion.cpp | 7 ++++++- intern/moto/intern/MT_Transform.cpp | 7 ++++++- intern/moto/intern/MT_Vector2.cpp | 7 ++++++- intern/moto/intern/MT_Vector3.cpp | 7 ++++++- intern/moto/intern/MT_Vector4.cpp | 7 ++++++- intern/moto/intern/MT_random.cpp | 7 ++++++- 35 files changed, 210 insertions(+), 35 deletions(-) (limited to 'intern/moto') diff --git a/intern/moto/include/GEN_List.h b/intern/moto/include/GEN_List.h index 3a075800b9d..d518bf5a7e9 100644 --- a/intern/moto/include/GEN_List.h +++ b/intern/moto/include/GEN_List.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/GEN_List.h + * \ingroup moto + */ + + #ifndef GEN_LIST_H #define GEN_LIST_H diff --git a/intern/moto/include/GEN_Map.h b/intern/moto/include/GEN_Map.h index eabdad3fa08..06a161c215e 100644 --- a/intern/moto/include/GEN_Map.h +++ b/intern/moto/include/GEN_Map.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/GEN_Map.h + * \ingroup moto + */ + + #ifndef GEN_MAP_H #define GEN_MAP_H diff --git a/intern/moto/include/MT_CmMatrix4x4.h b/intern/moto/include/MT_CmMatrix4x4.h index 3bb212a6296..6c34334b273 100644 --- a/intern/moto/include/MT_CmMatrix4x4.h +++ b/intern/moto/include/MT_CmMatrix4x4.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_CmMatrix4x4.h + * \ingroup moto + */ + + #ifndef INCLUDED_MT_CmMatrix4x4 #define INCLUDED_MT_CmMatrix4x4 diff --git a/intern/moto/include/MT_Matrix3x3.h b/intern/moto/include/MT_Matrix3x3.h index 7d2e90cf99f..8f22a802cca 100644 --- a/intern/moto/include/MT_Matrix3x3.h +++ b/intern/moto/include/MT_Matrix3x3.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_Matrix3x3.h + * \ingroup moto + */ + + /* * Copyright (c) 2000 Gino van den Bergen diff --git a/intern/moto/include/MT_Matrix4x4.h b/intern/moto/include/MT_Matrix4x4.h index 5d8e70ee466..1bff55f2c58 100644 --- a/intern/moto/include/MT_Matrix4x4.h +++ b/intern/moto/include/MT_Matrix4x4.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_Matrix4x4.h + * \ingroup moto + */ + + /** * $Id$ diff --git a/intern/moto/include/MT_MinMax.h b/intern/moto/include/MT_MinMax.h index 929d3e1d30b..4207f56f0ed 100644 --- a/intern/moto/include/MT_MinMax.h +++ b/intern/moto/include/MT_MinMax.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_MinMax.h + * \ingroup moto + */ + + /* * Copyright (c) 2000 Gino van den Bergen diff --git a/intern/moto/include/MT_Optimize.h b/intern/moto/include/MT_Optimize.h index 87b8b18589b..94c332cf94b 100644 --- a/intern/moto/include/MT_Optimize.h +++ b/intern/moto/include/MT_Optimize.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_Optimize.h + * \ingroup moto + */ + + #ifndef GEN_OPTIMIZE_H #define GEN_OPTIMIZE_H diff --git a/intern/moto/include/MT_Plane3.h b/intern/moto/include/MT_Plane3.h index 23eff3ef78c..cd04174552d 100644 --- a/intern/moto/include/MT_Plane3.h +++ b/intern/moto/include/MT_Plane3.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_Plane3.h + * \ingroup moto + */ + + #ifndef MT_PLANE3 #define MT_PLANE3 diff --git a/intern/moto/include/MT_Point2.h b/intern/moto/include/MT_Point2.h index cf987502787..cfc69f1310b 100644 --- a/intern/moto/include/MT_Point2.h +++ b/intern/moto/include/MT_Point2.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_Point2.h + * \ingroup moto + */ + + /* * Copyright (c) 2000 Gino van den Bergen diff --git a/intern/moto/include/MT_Point3.h b/intern/moto/include/MT_Point3.h index 4414c129e86..8928bf6584e 100644 --- a/intern/moto/include/MT_Point3.h +++ b/intern/moto/include/MT_Point3.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_Point3.h + * \ingroup moto + */ + + /* * Copyright (c) 2000 Gino van den Bergen diff --git a/intern/moto/include/MT_Quaternion.h b/intern/moto/include/MT_Quaternion.h index f3b858bb652..532175c9441 100644 --- a/intern/moto/include/MT_Quaternion.h +++ b/intern/moto/include/MT_Quaternion.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_Quaternion.h + * \ingroup moto + */ + + /* * Copyright (c) 2000 Gino van den Bergen diff --git a/intern/moto/include/MT_Scalar.h b/intern/moto/include/MT_Scalar.h index de34d8de243..baebaf07130 100644 --- a/intern/moto/include/MT_Scalar.h +++ b/intern/moto/include/MT_Scalar.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_Scalar.h + * \ingroup moto + */ + + /* * Copyright (c) 2000 Gino van den Bergen diff --git a/intern/moto/include/MT_Stream.h b/intern/moto/include/MT_Stream.h index 74e904a3404..175433be3f6 100644 --- a/intern/moto/include/MT_Stream.h +++ b/intern/moto/include/MT_Stream.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_Stream.h + * \ingroup moto + */ + + #ifndef GEN_STREAM_H #define GEN_STREAM_H diff --git a/intern/moto/include/MT_Transform.h b/intern/moto/include/MT_Transform.h index 527b77f1b0c..da49a088f4d 100644 --- a/intern/moto/include/MT_Transform.h +++ b/intern/moto/include/MT_Transform.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_Transform.h + * \ingroup moto + */ + + /* MoTo - 3D Motion Toolkit diff --git a/intern/moto/include/MT_Tuple2.h b/intern/moto/include/MT_Tuple2.h index 01719e5b5f1..49bc7f644f6 100644 --- a/intern/moto/include/MT_Tuple2.h +++ b/intern/moto/include/MT_Tuple2.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_Tuple2.h + * \ingroup moto + */ + + /* * Copyright (c) 2000 Gino van den Bergen diff --git a/intern/moto/include/MT_Tuple3.h b/intern/moto/include/MT_Tuple3.h index 13068cd98c3..1f53234f395 100644 --- a/intern/moto/include/MT_Tuple3.h +++ b/intern/moto/include/MT_Tuple3.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_Tuple3.h + * \ingroup moto + */ + + /* * Copyright (c) 2000 Gino van den Bergen diff --git a/intern/moto/include/MT_Tuple4.h b/intern/moto/include/MT_Tuple4.h index 4d267e931cb..00d83985385 100644 --- a/intern/moto/include/MT_Tuple4.h +++ b/intern/moto/include/MT_Tuple4.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_Tuple4.h + * \ingroup moto + */ + + /* * Copyright (c) 2000 Gino van den Bergen diff --git a/intern/moto/include/MT_Vector2.h b/intern/moto/include/MT_Vector2.h index 7b2614a4142..082431b251a 100644 --- a/intern/moto/include/MT_Vector2.h +++ b/intern/moto/include/MT_Vector2.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_Vector2.h + * \ingroup moto + */ + + /* * Copyright (c) 2000 Gino van den Bergen diff --git a/intern/moto/include/MT_Vector3.h b/intern/moto/include/MT_Vector3.h index ca4e4229963..e5c9b98c96f 100644 --- a/intern/moto/include/MT_Vector3.h +++ b/intern/moto/include/MT_Vector3.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_Vector3.h + * \ingroup moto + */ + + /* * Copyright (c) 2000 Gino van den Bergen diff --git a/intern/moto/include/MT_Vector4.h b/intern/moto/include/MT_Vector4.h index 2327e33e49a..8404631fac7 100644 --- a/intern/moto/include/MT_Vector4.h +++ b/intern/moto/include/MT_Vector4.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_Vector4.h + * \ingroup moto + */ + + /* * Copyright (c) 2000 Gino van den Bergen diff --git a/intern/moto/include/MT_assert.h b/intern/moto/include/MT_assert.h index a0e97e6ad34..50a3a21cdac 100644 --- a/intern/moto/include/MT_assert.h +++ b/intern/moto/include/MT_assert.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_assert.h + * \ingroup moto + */ + + #ifndef MT_ASSERT_H #define MT_ASSERT_H diff --git a/intern/moto/include/MT_random.h b/intern/moto/include/MT_random.h index 04d1382d92d..78e4cd74051 100644 --- a/intern/moto/include/MT_random.h +++ b/intern/moto/include/MT_random.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/MT_random.h + * \ingroup moto + */ + + #ifndef MT_RANDOM_H #define MT_RANDOM_H diff --git a/intern/moto/include/NM_Scalar.h b/intern/moto/include/NM_Scalar.h index a7cd255cea6..56fd8c7badb 100644 --- a/intern/moto/include/NM_Scalar.h +++ b/intern/moto/include/NM_Scalar.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/include/NM_Scalar.h + * \ingroup moto + */ + + #include #include diff --git a/intern/moto/intern/MT_Assert.cpp b/intern/moto/intern/MT_Assert.cpp index 9b30cade507..a01cbc95fdf 100644 --- a/intern/moto/intern/MT_Assert.cpp +++ b/intern/moto/intern/MT_Assert.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/intern/MT_Assert.cpp + * \ingroup moto + */ + + #include #ifdef _WIN32 diff --git a/intern/moto/intern/MT_CmMatrix4x4.cpp b/intern/moto/intern/MT_CmMatrix4x4.cpp index e8342f93dd8..c4eb88034d6 100644 --- a/intern/moto/intern/MT_CmMatrix4x4.cpp +++ b/intern/moto/intern/MT_CmMatrix4x4.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/intern/MT_CmMatrix4x4.cpp + * \ingroup moto + */ + + #include "MT_CmMatrix4x4.h" #include "MT_Vector3.h" #include "MT_Point3.h" diff --git a/intern/moto/intern/MT_Matrix3x3.cpp b/intern/moto/intern/MT_Matrix3x3.cpp index a186ed22296..af37fe6b7e3 100644 --- a/intern/moto/intern/MT_Matrix3x3.cpp +++ b/intern/moto/intern/MT_Matrix3x3.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/intern/MT_Matrix3x3.cpp + * \ingroup moto + */ + + #include "MT_Matrix3x3.h" diff --git a/intern/moto/intern/MT_Matrix4x4.cpp b/intern/moto/intern/MT_Matrix4x4.cpp index bab67224cd6..6db287cdea2 100644 --- a/intern/moto/intern/MT_Matrix4x4.cpp +++ b/intern/moto/intern/MT_Matrix4x4.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/intern/MT_Matrix4x4.cpp + * \ingroup moto + */ + + #include "MT_Matrix4x4.h" diff --git a/intern/moto/intern/MT_Plane3.cpp b/intern/moto/intern/MT_Plane3.cpp index ea64b5c0457..1cf8d177e3a 100644 --- a/intern/moto/intern/MT_Plane3.cpp +++ b/intern/moto/intern/MT_Plane3.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/intern/MT_Plane3.cpp + * \ingroup moto + */ + + #ifndef GEN_INLINED #include "MT_Plane3.h" #include "MT_Plane3.inl" diff --git a/intern/moto/intern/MT_Point3.cpp b/intern/moto/intern/MT_Point3.cpp index 882709718fb..147ebe2104d 100644 --- a/intern/moto/intern/MT_Point3.cpp +++ b/intern/moto/intern/MT_Point3.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/intern/MT_Point3.cpp + * \ingroup moto + */ + + #include "MT_Point3.h" diff --git a/intern/moto/intern/MT_Quaternion.cpp b/intern/moto/intern/MT_Quaternion.cpp index c613d72eb5d..1026442b1fc 100644 --- a/intern/moto/intern/MT_Quaternion.cpp +++ b/intern/moto/intern/MT_Quaternion.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/intern/MT_Quaternion.cpp + * \ingroup moto + */ + + #include "MT_Quaternion.h" diff --git a/intern/moto/intern/MT_Transform.cpp b/intern/moto/intern/MT_Transform.cpp index 9d0b371eab2..0ad7b1db9ce 100644 --- a/intern/moto/intern/MT_Transform.cpp +++ b/intern/moto/intern/MT_Transform.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/intern/MT_Transform.cpp + * \ingroup moto + */ + + /* MOTTO - 3D Motion Toolkit diff --git a/intern/moto/intern/MT_Vector2.cpp b/intern/moto/intern/MT_Vector2.cpp index f7674a1a753..d47257bdc97 100644 --- a/intern/moto/intern/MT_Vector2.cpp +++ b/intern/moto/intern/MT_Vector2.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/intern/MT_Vector2.cpp + * \ingroup moto + */ + + #include "MT_Vector2.h" diff --git a/intern/moto/intern/MT_Vector3.cpp b/intern/moto/intern/MT_Vector3.cpp index da5bd23ce00..4321c8dde8e 100644 --- a/intern/moto/intern/MT_Vector3.cpp +++ b/intern/moto/intern/MT_Vector3.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/intern/MT_Vector3.cpp + * \ingroup moto + */ + + #include "MT_Vector3.h" diff --git a/intern/moto/intern/MT_Vector4.cpp b/intern/moto/intern/MT_Vector4.cpp index d3cea173a64..8af3ff65cf9 100644 --- a/intern/moto/intern/MT_Vector4.cpp +++ b/intern/moto/intern/MT_Vector4.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/intern/MT_Vector4.cpp + * \ingroup moto + */ + + #include "MT_Vector4.h" diff --git a/intern/moto/intern/MT_random.cpp b/intern/moto/intern/MT_random.cpp index b7389497b49..cabbb0eb9ae 100644 --- a/intern/moto/intern/MT_random.cpp +++ b/intern/moto/intern/MT_random.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -26,6 +26,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file moto/intern/MT_random.cpp + * \ingroup moto + */ + + /* A C-program for MT19937: Real number version */ /* genrand() generates one pseudorandom real number (double) */ -- cgit v1.2.3