summaryrefslogtreecommitdiff
path: root/gitsub.sh
Commit message (Collapse)AuthorAgeFilesLines
* build: Tweak last commit.Bruno Haible2019-09-011-1/+1
|
* build: Add support for shallow-cloning of subdirectories.Bruno Haible2019-09-011-7/+33
| | | | | | | * 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.
* build: Separate git operations from build operations.Bruno Haible2019-05-071-0/+483
* gitsub.sh: New file, from gnulib. * .gitmodules: New file. * autogen.sh: Remove all git operations. Look at GNULIB_SRCDIR environment variable. Ignore the GNULIB_TOOL environment variable. * HACKING: Explain when to use gitsub.sh.