Import git log into a spreadsheet

2015-02-24 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying to import a git log into a spreadsheet. I used a simple - --pretty=format: switch to select the fields I wanted and separate them with commas to generate a CSV file that can be imported. The message body, however, is presenting a problem.

Re: Import git log into a spreadsheet

2015-02-24 Thread Junio C Hamano
Phillip Susi writes: > I'm trying to import a git log into a spreadsheet. I used a simple > --pretty=format: switch to select the fields I wanted and separate > them with commas to generate a CSV file that can be imported. The > message body, however, is presenting a problem. The first problem