diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-17 16:03:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-17 16:17:15 -0400 |
commit | ac62a47ea431271447909b17e883eeaefa87aaea (patch) | |
tree | e867e6a454b0ce85ed10edffe06d19023535e896 /doc | |
parent | 584f3e3061e8983e4caa328d7bc16fdeba849654 (diff) |
git: Put web committer name/openid/address in the git author field
The committer's email address is not used (because leaking email addresses
is not liked by many users). Closes: #451023
A "Web-commit" trailer is added, to allow telling the difference between
web commits and direct commits.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/git_attribution.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/git_attribution.mdwn b/doc/todo/git_attribution.mdwn index 0d3f97fed..ef59c221f 100644 --- a/doc/todo/git_attribution.mdwn +++ b/doc/todo/git_attribution.mdwn @@ -5,3 +5,5 @@ the user or by the script?), it could also set `GIT_COMMITTER_NAME` and `GIT_COMMITTER_EMAIL` to the same values. --[[JoshTriplett]] > See [[debbug 451023]] for a [[patch]] --[[Joey]] + +[[done]] |