summaryrefslogtreecommitdiffstats
path: root/src/GitConfig.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use vscode.workspace.rootPath to construct SimpleGit instance. (#268)lukester19752022-01-161-2/+9
| | | Allows per-workspace git user and email address.
* Substitute author and email by git config (#186)to-s2020-10-191-0/+30
* Substitute author and email by git config * Upgraded version of typescript Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505813068 * Moved to CppDocGen.generateAuthorTag() Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505819542 * Update README.md Due to https://github.com/cschlosser/doxdocgen/pull/186#discussion_r505822908 * Update TestSetup.ts * Added tests * Changed return type to string Due to https://ci.appveyor.com/project/cschlosser/doxdocgen/builds/35818180#L566 Co-authored-by: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com>