I am reading code of git recently, and i want to know some internal
api in git, so i googled "git internal api", and result is
http://www.kernel.org/pub/software/scm/git/docs/v1.6.5.9/technical/api-index.html
but kernel.org was down for maintenance, and i have no idea when it
will recover, could someone give me a mirror url or post me a copy of
it?
On 09/26/2011 09:11 AM, 徐迪 wrote:
I am reading code of git recently, and i want to know some internal
api in git, so i googled "git internal api", and result is
http://www.kernel.org/pub/software/scm/git/docs/v1.6.5.9/technical/api-index.html
but kernel.org was down for maintenance, and i have no idea when it
will recover, could someone give me a mirror url or post me a copy of
it?
If you got the code, you should have Documentation/technical in your
source tree.?
Alternate repository source:
http://repo.or.cz/w/alt-git.git
Documentation/technical on GitHub:
https://github.com/gitster/git/tree/master/Documentation/technical
2011/9/26 Michael Schubert [off-list ref]:
On 09/26/2011 09:11 AM, 徐迪 wrote:
quoted
I am reading code of git recently, and i want to know some internal
api in git, so i googled "git internal api", and result is
http://www.kernel.org/pub/software/scm/git/docs/v1.6.5.9/technical/api-index.html
but kernel.org was down for maintenance, and i have no idea when it
will recover, could someone give me a mirror url or post me a copy of
it?
If you got the code, you should have Documentation/technical in your
source tree.?
If you prefer the generated HTML output:
https://git-core.googlecode.com/git-history/html/technical/api-index.html
--
Cheers,
Ray Chuan