summaryrefslogtreecommitdiff
path: root/top/gitsub.sh
Commit message (Collapse)AuthorAgeFilesLines
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
|
* gitsub.sh: Add support for shallow-cloning of subdirectories.Bruno Haible2019-09-011-7/+33
| | | | | | | | * top/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: New file.Bruno Haible2019-04-271-0/+483
* top/gitsub.sh: New file.