summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-09-01 16:34:56 +0200
committerBruno Haible <bruno@clisp.org>2019-09-01 16:34:56 +0200
commitb7aa3b5b9b19191d872f84ea2fc369656f88d7ff (patch)
tree3e0d0a629ad9c529819f040d30abd9183bf38081 /ChangeLog
parent1306b074a1af13a49710d3e3f6622e3efcc0229e (diff)
downloadlibunistring-b7aa3b5b9b19191d872f84ea2fc369656f88d7ff.tar.gz
build: Add support for shallow-cloning of subdirectories.
* gitsub.sh (func_usage): Document allowed git options with 'git pull'. (func_pull): Accept GIT_OPTIONS argument. (pull): Parse git options before complaining about too many arguments. Pass the git options to func_pull.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9bc82a..f97ce39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2019-09-01 Bruno Haible <bruno@clisp.org>
+
+ build: Add support for shallow-cloning of subdirectories.
+ * gitsub.sh (func_usage): Document allowed git options with 'git pull'.
+ (func_pull): Accept GIT_OPTIONS argument.
+ (pull): Parse git options before complaining about too many arguments.
+ Pass the git options to func_pull.
2019-08-18 Bruno Haible <bruno@clisp.org>