]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Add support for shallow-cloning of subdirectories.
authorBruno Haible <bruno@clisp.org>
Sun, 1 Sep 2019 15:51:31 +0000 (17:51 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 1 Sep 2019 15:51:31 +0000 (17:51 +0200)
commitdfbe004f01ee97e7d85e3fd50170a5a3fcfeda33
tree5a969e715a2a01505188e5cf6168e09a9c979c0d
parentc65180d2230f627d3426515728bb5bde4efd4773
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.
gitsub.sh