clockfort / GitHub-Backup

Backup all the repositories of a github user or organization automatically.
Creative Commons Zero v1.0 Universal
359 stars 103 forks source link

Fixed shell_escaping on single-quote #24

Closed Enrico204 closed 8 years ago

Enrico204 commented 8 years ago

"shell_escaping" function was not escaping single-quote properly (you can see that on repo with single-quote into description).

Also now "gitweb.description" assignment is skipped when repository description is None (i.e. no description provided)