aboutsummaryrefslogtreecommitdiffstats
path: root/git2redcrew.sh
Commit message (Collapse)AuthorAgeFilesLines
* fix(git2redcrew): don't break on set -uMatěj Cepl2024-07-191-1/+1
| | | | We cannot do `[ -n "$1" ]` when `$1` has not been defined at all.
* fix(git2redcrew): .git doesn't have to a directoryMatěj Cepl2024-07-191-1/+1
| | | | Script should work even with checked out submodules.
* Unify git2redcrew and git2private.Matěj Cepl2024-03-151-0/+74
Also, add an option -d to store repo in a subdirectory.