summaryrefslogtreecommitdiffstats
path: root/fetch.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-04-25Apply several suggestions from shellcheckMalfurious1-3/+3
Signed-off-by: Malfurious <m@lfurio.us>
2021-03-24Update references to project name to git-sonarMalfurious1-1/+1
Signed-off-by: Malfurious <m@lfurio.us>
2015-08-25Follow symlinks when loading libs0.1Michael Allen1-1/+8
2015-08-19Make sure fetch is location independantMichael Allen1-1/+4
2015-08-19Rename to git-radarMichael Allen1-1/+1
2015-03-02add a sh file for calling the fetchMichael Allen1-0/+3
I tried many ways to get the fetch call to background without staying attached to the current subshell. Ends up it's not possible to nohup or fully disown a function that is defined inside the same file that's calling it. So simple answer, I've created a file `fetch.sh` that can be called inside nohup. It will source `git-base.sh` and call the fetch function.