summaryrefslogtreecommitdiff
path: root/gnulib-tool.py.TODO
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-08-05 14:17:35 +0200
committerBruno Haible <bruno@clisp.org>2022-08-05 15:06:26 +0200
commit1f0e03e5a3e83d271c4aef05dbbb4850f66cee42 (patch)
tree772214cef1f70228283c2781b9cf08f3efe7d81d /gnulib-tool.py.TODO
parent276725c4e2c8e06e3cec36472adb0be7d99b709d (diff)
downloadgnulib-1f0e03e5a3e83d271c4aef05dbbb4850f66cee42.tar.gz
gnulib-tool.py: Make option --version work.
* pygnulib/constants.py (__copyright__): Bump copyright year. * pygnulib/GLInfo.py (GLInfo.authors): Add a comma after the second-to-last author. (GLInfo.copyright): Show only the last modification year. (GLInfo.date): Check whether git and GNU date are available. Use 'git log ChangeLog', not 'git log'. Run 'git log' in the gnulib directory, not in the current directory. Search for 'Date:' only at the beginning of a line. As a fallback, look at the first ChangeLog entry. (GLInfo.version): Check whether git is available. Run git-version-gen in the gnulib directory, not in the current directory. Replace '-dirty' with '-modified'. As a fallback, return the empty string. * gnulib-tool.py (main) [--version]: Add a space before the version.
Diffstat (limited to 'gnulib-tool.py.TODO')
-rw-r--r--gnulib-tool.py.TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnulib-tool.py.TODO b/gnulib-tool.py.TODO
index 7170268b0e..de3a90dc37 100644
--- a/gnulib-tool.py.TODO
+++ b/gnulib-tool.py.TODO
@@ -40,7 +40,6 @@ Implement the options:
-S | --more-symlinks
-H | --more-hardlinks
--help (same output)
- --version
--------------------------------------------------------------------------------