chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ask git for author and committer name
[stgit]
/
examples
/
gitconfig
diff --git
a/examples/gitconfig
b/examples/gitconfig
index 9a5cd075979fbeb1a2fdc7a75c509f4fa4cf2f24..42e629638f50d960043c7f21c559fbf7e3b258aa 100644
(file)
--- a/
examples/gitconfig
+++ b/
examples/gitconfig
@@
-1,14
+1,13
@@
# StGIT configuration file. Copy it to any of ~/.gitconfig or
# StGIT configuration file. Copy it to any of ~/.gitconfig or
-# .git/
git
config 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
# 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 <your.name@yourcompany.com>
# E-mail sender (added to the "From: " header)
#sender = Your Name <your.name@yourcompany.com>