Po Lu
8e1c56ae46
; Add 2024 to copyright years
2024-01-02 09:47:10 +08:00
Eli Zaretskii
cae528457c
; Add 2023 to copyright years.
2023-01-01 05:31:12 -05:00
Stefan Kangas
a9111d8670
Add admin/emacs-shell-lib for shared bash code
...
* admin/emacs-shell-lib: New file for shared bash code.
* admin/automerge:
* admin/diff-tar-files:
* admin/emacs-shell-lib:
* admin/make-manuals:
* admin/update_autogen:
* admin/upload-manuals: Simplify and improve using above new library.
2022-10-19 13:26:54 +02:00
Stefan Kangas
98a89dd0fa
Use "set -o nounset" in bash scripts
...
* admin/automerge:
* admin/make-manuals:
* admin/update-copyright:
* admin/update_autogen:
* admin/upload-manuals: Use "set -o nounset".
2022-09-20 10:34:13 +02:00
Stefan Kangas
5e5c56f148
; Normalize my email
2022-08-16 13:41:08 +02:00
Eli Zaretskii
dcd76bd48d
Merge from origin/emacs-28
...
836be7a112
; * etc/refcards/ru-refcard.tex: Update Copyright year.
86cbc6ee4a
* lisp/net/tramp-sh.el: Adapt copyright year
ebe8772f65
; Minor fixes related to copyright years
23c1ee6989
; * test/manual/etags/ETAGS.good_N: Adjust to copyright ye...
8d3fc7ec89
* src/xfaces.c (face_for_font): Make 'hash' be uintptr_t.
19dcb237b5
; Add 2022 to copyright years.
# Conflicts:
# etc/NEWS
# etc/refcards/ru-refcard.tex
# lib/cdefs.h
# lisp/erc/erc-dcc.el
# lisp/erc/erc-imenu.el
# lisp/erc/erc-replace.el
# lisp/image-dired.el
# lisp/progmodes/xref.el
# m4/alloca.m4
# m4/byteswap.m4
# m4/errno_h.m4
# m4/getopt.m4
# m4/gnulib-common.m4
# m4/inttypes.m4
# m4/stddef_h.m4
# m4/stdint.m4
# m4/sys_socket_h.m4
2022-01-01 07:03:03 -05:00
Eli Zaretskii
19dcb237b5
; Add 2022 to copyright years.
2022-01-01 02:45:51 -05:00
Stefan Kangas
6f52a1ba2c
; * admin/automerge: Maintain.
2021-11-17 07:37:38 +01:00
Stefan Kangas
e3f5f5d867
* admin/automerge: Fix quoting of some variables.
2021-11-10 13:06:58 +01:00
Stefan Kangas
99abafdd0d
* admin/automerge: Use mktemp if it exists.
2021-11-10 13:06:58 +01:00
Stefan Kangas
990aad47bd
* admin/automerge: Die if changing directory fails.
2021-11-08 09:55:22 +01:00
Paul Eggert
ba05d005e5
Update copyright year to 2021
...
Run "TZ=UTC0 admin/update-copyright".
2021-01-01 01:13:56 -08:00
Glenn Morris
fbe363f5e1
; Maintainer header updates
2020-07-31 09:09:39 -07:00
Paul Eggert
365e01cc9f
Update copyright year to 2020
...
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
2020-01-01 00:59:52 +00:00
Paul Eggert
946a56a10f
Update some URLs
...
This mostly changes http: to https: in URLs. It also updates
some URLs that have moved, removes some URLs that no longer
work, recommends against using procmail (procmail.org no
longer works), and removes some mentions of the
no-longer-existing Gmane, LPF and VTW.
It doesn't update all URLs, just the ones I had time for.
* GNUmakefile (help):
* admin/admin.el (manual-doctype-string):
* admin/charsets/Makefile.in (${charsetdir}/ALTERNATIVNYJ.map):
* admin/charsets/mapconv:
* lisp/net/soap-client.el (soap-create-envelope):
* lisp/org/org.el (org-doi-server-url):
* lisp/textmodes/bibtex.el (bibtex-generate-url-list):
Prefer https: to http: un URLs.
2019-09-23 00:12:52 -07:00
Paul Eggert
a04bf15130
Update more copyright years
...
Update some other copyright years automatically, by running:
Run 'UPDATE_COPYRIGHT_YEAR=2019 \
UPDATE_COPYRIGHT_USE_INTERVALS=1 \
UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79 admin/update-copyright'
followed by 'admin/merge-gnulib'.
2018-12-31 18:47:22 -08:00
Glenn Morris
d404bb5bee
; * admin/automerge: Tweak previous NEWS fix
2018-10-25 22:08:12 -07:00
Glenn Morris
3575dd8e8c
* admin/automerge: Abort if NEWS gets modified.
2018-10-25 21:57:53 -07:00
Glenn Morris
703fdeec8c
* admin/automerge: Quieten initial reset.
2018-03-01 21:19:12 -05:00
Glenn Morris
8156e3f3e0
* admin/automerge: Quieten initial pull if start with reset.
2018-02-23 12:52:11 -05:00
Glenn Morris
041c8c4c5d
* admin/automerge (merge): Report no. of commits if too few.
2018-02-21 21:00:23 -05:00
Glenn Morris
5616125483
* admin/automerge: Speed up check phase.
2018-02-21 20:44:37 -05:00
Glenn Morris
1a04d95266
automerge: adjust meaning of -d option
...
* admin/automerge (nocd): New variable, replacing $dir.
(usage, -d): Option -d no longer takes an argument.
2018-01-31 16:15:16 -05:00
Glenn Morris
113963a89d
automerge: add option to work in specific directory
...
* admin/automerge (usage): Mention -d.
(dir): New variable.
(-d): New option.
(main): If requested, cd to specified directory.
2018-01-31 15:05:14 -05:00
Glenn Morris
aac3ba4d43
automerge: add option to start with a reset
...
* admin/automerge (usage): Mention -r.
(reset): New variable.
(-r): New option.
(main): If requested, do a reset and pull.
2018-01-31 12:54:26 -05:00
Glenn Morris
843f3d4f34
automerge: handle upstream changes during operation
...
* admin/automerge (merge): New function, split from pre-existing code.
(main): If upstream changed during building and testing,
reset local and try merging again.
2018-01-30 21:43:28 -05:00
Glenn Morris
686c83a473
* admin/automerge: Disable rebasing.
2018-01-24 14:44:39 -05:00
Glenn Morris
256bd99a8b
* admin/automerge: New script.
2018-01-18 20:22:53 -05:00