X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/29d9e8ce8e74d9319c3e9979dd8aa267c0de8239..9e3f506f0d0e1b0c09d1e9d7051af23bfede7834:/examples/gitconfig diff --git a/examples/gitconfig b/examples/gitconfig index 9a5cd07..42e6296 100644 --- a/examples/gitconfig +++ b/examples/gitconfig @@ -1,14 +1,13 @@ # StGIT configuration file. Copy it to any of ~/.gitconfig or -# .git/gitconfig and modify as needed. Note that the latter overrides +# .git/config and modify as needed. Note that the latter overrides # the former. The "git repo-config" command can be used as well -[stgit] -# Default author/committer details -#authname = Your Name -#authemail = your.name@yourcompany.com -#commname = Your Name -#commemail = your.name@yourcompany.com +[user] +# Default author/committer details (standard GIT variables) +#name = Your Name +#email = your.name@yourcompany.com +[stgit] # E-mail sender (added to the "From: " header) #sender = Your Name