[SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-49-ge20fd5e
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GiNaC -- a C++ library for symbolic computations". The branch, master has been updated via e20fd5e760136cf343f4d2d73d0f3dfc6573ac49 (commit) from cb078dba2a491d80a34924b29bd8d3992c18b7fe (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e20fd5e760136cf343f4d2d73d0f3dfc6573ac49 Author: Richard B. Kreckel <kreckel@ginac.de> Date: Tue Jul 15 23:57:43 2008 +0200 documentation: it is get_dim(), not get_dimension() This was misdocumented ever since GiNaC-0.8.0. ----------------------------------------------------------------------- Summary of changes: doc/tutorial/ginac.texi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
Richard B. Kreckel wrote:
The branch, master has been updated via e20fd5e760136cf343f4d2d73d0f3dfc6573ac49 (commit) from cb078dba2a491d80a34924b29bd8d3992c18b7fe (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
After having read the superb documentation of git for two hours: someone please enlighten me how to apply individual patches from master to the ginac_1.4 branch, too. Many thanks in advance! -richy. -- Richard B. Kreckel <http://www.ginac.de/~kreckel/>
Dear Richard, On Wed, Jul 16, 2008 at 12:34:32AM +0200, Richard B. Kreckel wrote:
After having read the superb documentation of git for two hours: someone please enlighten me how to apply individual patches from master to the ginac_1.4 branch, too.
git checkout ginac_1-4 # if necessary git cherry-pick COMMIT-ID Best regards, Alexei -- All science is either physics or stamp collecting.
Alexei Sheplyakov wrote:
After having read the superb documentation of git for two hours: someone please enlighten me how to apply individual patches from master to the ginac_1.4 branch, too.
git checkout ginac_1-4 # if necessary git cherry-pick COMMIT-ID
Nice. Thank you! -richy. -- Richard B. Kreckel <http://www.ginac.de/~kreckel/>
participants (3)
-
Alexei Sheplyakov
-
git@ginac.de
-
Richard B. Kreckel