[SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-655-gc3a7dda7
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 c3a7dda76e171bbd1e1418b3dab56df49920f721 (commit) via 627de8efe53389269082bc0c908a10e7e09b9207 (commit) via 21393e73f6efc47b6a66a516bb94285625059c3a (commit) from 41e8c15b635c78bfbc677e7f1c00ce5f3ca97f1d (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 c3a7dda76e171bbd1e1418b3dab56df49920f721 Author: Richard Kreckel <kreckel@ginac.de> Date: Sat Apr 11 01:20:22 2020 +0200 Finalize 1.7.9 release. commit 627de8efe53389269082bc0c908a10e7e09b9207 Author: Richard Kreckel <kreckel@ginac.de> Date: Sat Apr 11 01:10:47 2020 +0200 Minor enhancements to tutorial. commit 21393e73f6efc47b6a66a516bb94285625059c3a Author: Richard Kreckel <kreckel@ginac.de> Date: Sat Apr 11 01:01:47 2020 +0200 Add .gitignore files. ----------------------------------------------------------------------- Summary of changes: .gitignore | 27 +++++++++++++++++++++ NEWS | 4 +++ check/.gitignore | 63 ++++++++++++++++++++++++++++++++++++++++++++++++ config/.gitignore | 14 +++++++++++ doc/examples/.gitignore | 3 +++ doc/reference/.gitignore | 2 ++ doc/tutorial/.gitignore | 3 +++ doc/tutorial/ginac.texi | 14 ++++++----- ginac/.gitignore | 4 +++ ginac/version.h | 4 +-- ginsh/.gitignore | 7 ++++++ m4/.gitignore | 5 ++++ tools/.gitignore | 3 +++ 13 files changed, 145 insertions(+), 8 deletions(-) create mode 100644 .gitignore create mode 100644 check/.gitignore create mode 100644 config/.gitignore create mode 100644 doc/examples/.gitignore create mode 100644 doc/reference/.gitignore create mode 100644 doc/tutorial/.gitignore create mode 100644 ginac/.gitignore create mode 100644 ginsh/.gitignore create mode 100644 m4/.gitignore create mode 100644 tools/.gitignore hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
participants (1)
-
Richard B. Kreckel