[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. v1.9.4.90-3-g17a7db2
From: |
Simon Josefsson |
Subject: |
[SCM] GNU Inetutils branch, master, updated. v1.9.4.90-3-g17a7db2 |
Date: |
Wed, 27 Jan 2021 05:11:43 -0500 (EST) |
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 "GNU Inetutils ".
The branch, master has been updated
via 17a7db2f357b29a53a55cc6877efbac47dc48578 (commit)
from d3e9cb348bda2505b37e583188f54084350f03a4 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=17a7db2f357b29a53a55cc6877efbac47dc48578
commit 17a7db2f357b29a53a55cc6877efbac47dc48578
Author: Simon Josefsson <simon@josefsson.org>
Date: Wed Jan 27 11:11:30 2021 +0100
* .gitignore: Rewrite to use leading / for most top-level files, and
general update.
diff --git a/.gitignore b/.gitignore
index 1058556..83e0ce9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,47 +9,39 @@
*.sig
*.so
*~
-.bootstrap
.deps
-.emacs*
.libs
-.sc-start-sc_bindtextdomain
-.sc-start-sc_prohibit_have_config_h
-.tarball-version
-.version
+/.bootstrap
+/.emacs*
+/.version
+/ABOUT-NLS
+/GNUmakefile
+/INSTALL
+/README-release
+/aclocal.m4
+/autom4te.cache
+/build-aux
/build-aux
+/config.cache
+/config.h
+/config.hin
+/config.log
+/config.status
+/configure
+/confpaths.h
+/gnulib
+/include
+/inetutils-*.tar.*
+/inetutils-*/
+/lib/
+/libtool
/m4
-ABOUT-NLS
-GNUmakefile
-INSTALL
+/maint.mk
+/pathdefs.make
+/paths.defs
+/stamp-h.in
+/stamp-h1
+/summary.sh
Makefile
Makefile.in
TAGS
-aclocal.m4
-autom4te.cache
-build-aux
-config.cache
-config.h
-config.h.in
-config.hin
-config.log
-config.status
-configure
-confpaths.h
-gnulib
-gnulib/
-include
-inetutils-*.tar.gz
-inetutils-*.tar.xz
-inetutils-*/
-lib/
-libtool
-m4
-maint.mk
-pathdefs.make
-paths.defs
-stamp-h.in
-stamp-h1
-summary.sh
-!lib/Makefile.am
-/README-release
diff --git a/ChangeLog b/ChangeLog
index 8b04caf..2ddb8ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-01-27 Simon Josefsson <simon@josefsson.org>
+
+ * .gitignore: Rewrite to use leading / for most top-level files,
+ and general update.
+
2021-01-26 Simon Josefsson <simon@josefsson.org>
Sync release process with gnulib approach.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 66 +++++++++++++++++++++++++++-----------------------------------
ChangeLog | 5 +++++
2 files changed, 34 insertions(+), 37 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. v1.9.4.90-3-g17a7db2,
Simon Josefsson <=