From: Junio C Hamano <hidden> Date: 2016-06-15 22:55:37
Jason Holden [off-list ref] writes:
I spent a good amount of time yesterday figuring out the correct workflow
to submit a change to gitk.
Thanks; I just realized that nothing in Documentation/ hierarchy
mentions these; they are only mentioned in "A Note from the
Maintainer" I send out every once in a while (kept in MaintNotes of
'todo' branch):
* Other people's trees, trusted lieutenants and credits.
Documentation/SubmittingPatches outlines to whom your proposed changes
should be sent. As described in contrib/README, I would delegate fixes
and enhancements in contrib/ area to the primary contributors of them.
Although the following are included in git.git repository, they have their
own authoritative repository and maintainers:
- git-gui/ comes from git-gui project, maintained by Pat Thoyts:
git://repo.or.cz/git-gui.git
- gitk-git/ comes from Paul Mackerras's gitk project:
git://ozlabs.org/~paulus/gitk
- po/ comes from the localization coordinator, Jiang Xin:
https://github.com/git-l10n/git-po/
Perhaps the update should mention po/ as well?
From: Thomas Ackermann <hidden> Date: 2016-06-15 22:55:37
Junio C Hamano <gitster <at> pobox.com> writes:
Thanks; I just realized that nothing in Documentation/ hierarchy
mentions these; they are only mentioned in "A Note from the
Maintainer" I send out every once in a while (kept in MaintNotes of
'todo' branch):
Wouldn't it be a good idea to put MaintNotes somewhere below ./Documentation?
---
Thomas
From: Jason Holden <hidden> Date: 2016-06-15 22:55:37
On Mon, Dec 31, 2012 at 09:40:19AM +0000, Thomas Ackermann wrote:
Junio C Hamano <gitster <at> pobox.com> writes:
quoted
Thanks; I just realized that nothing in Documentation/ hierarchy
mentions these; they are only mentioned in "A Note from the
Maintainer" I send out every once in a while (kept in MaintNotes of
'todo' branch):
Wouldn't it be a good idea to put MaintNotes somewhere below ./Documentation?
---
Thomas
Putting it in Documentation/ would add one more outlier file (Along w/
SubmittingPatches and CodingGuidelines). Documentation/technical seems
too deep. I've got a patch that incorporates the content into the
existing README, but that seems a bit out of place, as the previous content of
README was primarily pointers to other docs.
What about a README.developers at the toplevel?
From: Junio C Hamano <hidden> Date: 2016-06-15 22:55:37
Thomas Ackermann [off-list ref] writes:
quoted
Thanks; I just realized that nothing in Documentation/ hierarchy
mentions these; they are only mentioned in "A Note from the
Maintainer" I send out every once in a while (kept in MaintNotes of
'todo' branch):
Wouldn't it be a good idea to put MaintNotes somewhere below ./Documentation?
Perhaps. It started as a living document that discusses the state
of affairs as of the time of posting (there are mentions to "the
most recent such release was ...", etc), and because I wanted to
keep it that way (and also I needed somewhere to keep track of it),
I deliberately kept it outside the source tree.
It is an addendum to howto-maintain-git, and what it covers overlaps
with it, so it will need some clean-ups if we want to go the route
you suggest.
Having said all that, I think it is still a good idea to keep the
occasional "A note from he Maintainer" posting on list, and a
version that needs to rever to another document after losing
overlaps with howto-maintain-git will no longer will be suitable
source for it, so...