I've rewritten some of the user-manual material that originally came from the README and removed the corresponding material from git(7). Any review would be appreciated. That material was never a great fit for the user manual, and I think the rewrite is a clear improvement. The git(7) change might be more contraversial, if for no other reason than that it's been there so long. I've always found it a little verbose for a manpage. And it seems aimed at an audience of early git adopters, and a little heavier on internal details than required. I attempted to make up for the removal by replacing it by an extremely short summary and a link to the core-tutorial and the appropriate user-manual chapter. The patches follow, and are also available from the "maint" branch at: git://linux-nfs.org/~bfields/git.git maint --b. J. Bruce Fields (12): user-manual: adjust section levels in "git internals" user-manual: move object format details to hacking-git chapter user-manual: rename "git internals" to "git concepts" user-manual: create new "low-level git operations" chapter user-manual: rewrite index discussion user-manual: reorder commit, blob, tree discussion user-manual: rewrite object database discussion user-manual: move packfile and dangling object discussion user-manual: fix introduction to packfiles user-manual: todo updates and cleanup documentation: replace Discussion section by link to user-manual chapter core-tutorial: minor cleanup Documentation/Makefile | 2 +- Documentation/core-intro.txt | 592 -------------------------- Documentation/core-tutorial.txt | 32 +- Documentation/git.txt | 57 +++- Documentation/user-manual.txt | 867 ++++++++++++++++++++++----------------- 5 files changed, 547 insertions(+), 1003 deletions(-) delete mode 100644 Documentation/core-intro.txt - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html