summaryrefslogtreecommitdiff
path: root/admin/automerge
Commit message (Collapse)AuthorAgeFilesLines
* Add admin/emacs-shell-lib for shared bash codeStefan Kangas2022-10-191-21/+2
| | | | | | | | | | * 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.
* Use "set -o nounset" in bash scriptsStefan Kangas2022-09-201-0/+2
| | | | | | | | * admin/automerge: * admin/make-manuals: * admin/update-copyright: * admin/update_autogen: * admin/upload-manuals: Use "set -o nounset".
* ; Normalize my emailStefan Kangas2022-08-161-1/+1
|
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
| |
* | ; * admin/automerge: Maintain.Stefan Kangas2021-11-171-1/+1
| |
* | * admin/automerge: Fix quoting of some variables.Stefan Kangas2021-11-101-9/+9
| |
* | * admin/automerge: Use mktemp if it exists.Stefan Kangas2021-11-101-1/+5
| |
* | * admin/automerge: Die if changing directory fails.Stefan Kangas2021-11-081-1/+2
|/
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright".
* ; Maintainer header updatesGlenn Morris2020-07-311-0/+1
|
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Update some URLsPaul Eggert2019-09-231-1/+1
| | | | | | | | | | | | | | | | | 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.
* Update more copyright yearsPaul Eggert2018-12-311-1/+1
| | | | | | | | 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'.
* ; * admin/automerge: Tweak previous NEWS fixGlenn Morris2018-10-251-2/+2
|
* * admin/automerge: Abort if NEWS gets modified.Glenn Morris2018-10-251-0/+6
|
* * admin/automerge: Quieten initial reset.Glenn Morris2018-03-011-1/+1
|
* * admin/automerge: Quieten initial pull if start with reset.Glenn Morris2018-02-231-1/+1
|
* * admin/automerge (merge): Report no. of commits if too few.Glenn Morris2018-02-211-3/+1
|
* * admin/automerge: Speed up check phase.Glenn Morris2018-02-211-1/+2
|
* automerge: adjust meaning of -d optionGlenn Morris2018-01-311-11/+9
| | | | | * admin/automerge (nocd): New variable, replacing $dir. (usage, -d): Option -d no longer takes an argument.
* automerge: add option to work in specific directoryGlenn Morris2018-01-311-9/+23
| | | | | | | * admin/automerge (usage): Mention -d. (dir): New variable. (-d): New option. (main): If requested, cd to specified directory.
* automerge: add option to start with a resetGlenn Morris2018-01-311-5/+17
| | | | | | | * admin/automerge (usage): Mention -r. (reset): New variable. (-r): New option. (main): If requested, do a reset and pull.
* automerge: handle upstream changes during operationGlenn Morris2018-01-301-22/+53
| | | | | | * admin/automerge (merge): New function, split from pre-existing code. (main): If upstream changed during building and testing, reset local and try merging again.
* * admin/automerge: Disable rebasing.Glenn Morris2018-01-241-3/+6
|
* * admin/automerge: New script.Glenn Morris2018-01-181-0/+196